mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
5 lines
181 B
Python
5 lines
181 B
Python
from __future__ import unicode_literals
|
|
from frappe.patches.v7_0.re_route import update_routes
|
|
|
|
def execute():
|
|
update_routes(['Item', 'Item Group', 'Sales Partner', 'Job Opening']) |