patch: added patch to create default fields layout
This commit is contained in:
parent
cf28f401bf
commit
6c8d4ef5df
@ -5,4 +5,5 @@ crm.patches.v1_0.move_crm_note_data_to_fcrm_note
|
||||
|
||||
[post_model_sync]
|
||||
# Patches added in this section will be executed after doctypes are migrated
|
||||
crm.patches.v1_0.create_email_template_custom_fields
|
||||
crm.patches.v1_0.create_email_template_custom_fields
|
||||
crm.patches.v1_0.create_default_fields_layout
|
||||
5
crm/patches/v1_0/create_default_fields_layout.py
Normal file
5
crm/patches/v1_0/create_default_fields_layout.py
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
from crm.install import add_default_fields_layout
|
||||
|
||||
def execute():
|
||||
add_default_fields_layout()
|
||||
Loading…
x
Reference in New Issue
Block a user