diff --git a/__manifest__.py b/__manifest__.py index accd7ce..95d8003 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -17,6 +17,7 @@ "security/ir.model.access.csv", "views/res_partner_contract.xml", "views/res_partner_contract_annex.xml", + "views/res_partner_template_print.xml", "views/res_partner.xml", "views/sale_order.xml", "wizard/res_partner_contract_wizard.xml", diff --git a/views/res_partner_template_print.xml b/views/res_partner_template_print.xml new file mode 100644 index 0000000..817a254 --- /dev/null +++ b/views/res_partner_template_print.xml @@ -0,0 +1,38 @@ + + + + + + + res.partner.template.print.contract.view.form + res.partner.template.print.contract + +
+ + + + + + +
+
+
+ + + + res.partner.template.print.annex.view.form + res.partner.template.print.annex + +
+ + + + + + +
+
+
+ +
+
\ No newline at end of file