diff --git a/data/document_templates.xml b/data/document_templates.xml index 0fba388..d276bd4 100644 --- a/data/document_templates.xml +++ b/data/document_templates.xml @@ -3,6 +3,7 @@ + Договор Поставки Исходный Договор Поставки Исходный @@ -20,6 +21,45 @@ + + + + + Счёт + Спецификация + binary + + + + Счёт + + annex + bill + annex + person + 5 + + + Счёт + + annex + bill + annex + sp + 5 + + + Счёт + + annex + bill + annex + plc + 5 + + + + diff --git a/models/res_partner_document_template.py b/models/res_partner_document_template.py index 7b391d7..e3f1aea 100644 --- a/models/res_partner_document_template.py +++ b/models/res_partner_document_template.py @@ -21,6 +21,7 @@ class DocumentTemplate(models.Model): document_type_name = fields.Selection( string="Document", selection=[ + ("bill", _("Bill")), ("specification", _("Specification")), ("approval_list", _("Approval List")), ("act_at", _("Act of Acceptance and Transfer")), diff --git a/static/assets/documents/common/bill.docx b/static/assets/documents/common/bill.docx new file mode 100644 index 0000000..e031d4c Binary files /dev/null and b/static/assets/documents/common/bill.docx differ