This commit is contained in:
parent
07c1181d6e
commit
041e9f5461
9 changed files with 371 additions and 249 deletions
|
|
@ -6,7 +6,6 @@ from .utils import create_module
|
|||
def after_install():
|
||||
create_module()
|
||||
add_custom_fields()
|
||||
update_onsite_meeting_fields()
|
||||
frappe.db.commit()
|
||||
|
||||
# Proper way to refresh metadata
|
||||
|
|
@ -14,6 +13,7 @@ def after_install():
|
|||
frappe.reload_doctype("Address")
|
||||
frappe.clear_cache(doctype="On-Site Meeting")
|
||||
frappe.reload_doctype("On-Site Meeting")
|
||||
update_onsite_meeting_fields()
|
||||
update_address_fields()
|
||||
build_frontend()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue