fix install
This commit is contained in:
parent
54ae6d14f8
commit
9a128f5127
1 changed files with 10 additions and 12 deletions
|
|
@ -194,23 +194,21 @@ def add_custom_fields():
|
||||||
default=0,
|
default=0,
|
||||||
insert_after="custom_installation_address"
|
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(
|
dict(
|
||||||
fieldname="custom_project_template",
|
fieldname="custom_project_template",
|
||||||
label="Project Template",
|
label="Project Template",
|
||||||
fieldtype="Link",
|
fieldtype="Link",
|
||||||
options="Project Template",
|
options="Project Template",
|
||||||
insert_after="custom_quotation_template",
|
insert_after="custom_quotation_template",
|
||||||
module="custom_ui",
|
|
||||||
description="The project template to use when creating a project from this quotation."
|
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": [
|
"Sales Order": [
|
||||||
|
|
@ -226,8 +224,8 @@ def add_custom_fields():
|
||||||
label="Project Template",
|
label="Project Template",
|
||||||
fieldtype="Link",
|
fieldtype="Link",
|
||||||
options="Project Template",
|
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": [
|
"Project Template": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue