mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
updated translations
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
import webnotes
|
||||
import webnotes, os, sys
|
||||
|
||||
def execute():
|
||||
webnotes.reload_doc("core", "doctype", "doctype")
|
||||
webnotes.rename_doc("DocType", "Purchase Request Item", "Material Request Item", force=True)
|
||||
webnotes.rename_doc("DocType", "Purchase Request", "Material Request", force=True)
|
||||
webnotes.reload_doc("buying", "search_criteria", "pending_po_items_to_bill")
|
||||
webnotes.reload_doc("buying", "search_criteria", "pending_po_items_to_receive")
|
||||
webnotes.reload_doc("buying", "search_criteria", "pending_po_items_to_receive")
|
||||
|
||||
os.system("rm -rf app/buying/doctype/purchase_request")
|
||||
os.system("rm -rf app/buying/doctype/purchase_request_item")
|
||||
|
||||
os.system("rm -rf app/hr/doctype/holiday_block_list")
|
||||
os.system("rm -rf app/hr/doctype/holiday_block_list_allow")
|
||||
os.system("rm -rf app/hr/doctype/holiday_block_list_date")
|
||||
|
||||
Reference in New Issue
Block a user