Add multi client template management

This commit is contained in:
2026-04-06 14:56:37 +02:00
parent 05e68636ad
commit 1f62ae91dd
7 changed files with 141 additions and 6 deletions

View File

@@ -6,3 +6,6 @@ class Configuration(ModelSingleton, ModelSQL, ModelView):
__name__ = 'purchase_trade.configuration'
pricing_rule = fields.Text("Pricing Rule")
invoice_report_template = fields.Char("Invoice Template")
invoice_cndn_report_template = fields.Char("CN/DN Template")
invoice_prepayment_report_template = fields.Char("Prepayment Template")