4 lines
141 B
Python
4 lines
141 B
Python
|
from frappe.patches.v7_0.re_route import update_routes
|
||
|
|
||
|
def execute():
|
||
|
update_routes(['Item', 'Item Group', 'Sales Partner', 'Job Opening'])
|