Add Purchase order template

This commit is contained in:
2026-04-07 11:42:09 +02:00
parent 3480eb8a7a
commit 00330008d1
6 changed files with 2040 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ class Configuration(ModelSingleton, ModelSQL, ModelView):
invoice_report_template = fields.Char("Invoice Template")
invoice_cndn_report_template = fields.Char("CN/DN Template")
invoice_prepayment_report_template = fields.Char("Prepayment Template")
invoice_payment_order_report_template = fields.Char("Payment Order Template")
purchase_report_template = fields.Char("Purchase Template")
shipment_shipping_report_template = fields.Char("Shipping Template")
shipment_insurance_report_template = fields.Char("Insurance Template")