fix install
This commit is contained in:
parent
54ae6d14f8
commit
9a128f5127
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user