1
0
forked from test/crm

patch: added patch to create default fields layout

This commit is contained in:
Shariq Ansari 2024-06-07 20:18:44 +05:30
parent cf28f401bf
commit 6c8d4ef5df
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
from crm.install import add_default_fields_layout
def execute():
add_default_fields_layout()