diff --git a/custom_ui/install.py b/custom_ui/install.py index ddb4348..4956187 100644 --- a/custom_ui/install.py +++ b/custom_ui/install.py @@ -194,23 +194,21 @@ def add_custom_fields(): default=0, insert_after="custom_installation_address" ), + dict( + fieldname="custom_quotation_template", + label="Quotation Template", + fieldtype="Link", + options="Quotation Template", + insert_after="company", + description="The template used for generating this quotation." + ), dict( fieldname="custom_project_template", label="Project Template", fieldtype="Link", options="Project Template", insert_after="custom_quotation_template", - module="custom_ui", description="The project template to use when creating a project from this quotation." - ), - dict( - fieldname="custom_quotation_template", - label="Quotation Template", - fieldtype="Link", - options="Quotation Template", - insert_after="terms_and_conditions", - module="custom_ui", - description="The template used for generating this quotation." ) ], "Sales Order": [ @@ -226,8 +224,8 @@ def add_custom_fields(): label="Project Template", fieldtype="Link", options="Project Template", - module="custom_ui", - description="The project template to use when creating a project from this sales order." + description="The project template to use when creating a project from this sales order.", + insert_after="custom_installation_address" ) ], "Project Template": [