Add Packing list template

This commit is contained in:
2026-04-08 09:46:01 +02:00
parent 50a8c6328f
commit da01249f66
8 changed files with 1856 additions and 0 deletions

View File

@@ -16,3 +16,4 @@ class Configuration(ModelSingleton, ModelSQL, ModelView):
purchase_report_template = fields.Char("Purchase Template")
shipment_shipping_report_template = fields.Char("Shipping Template")
shipment_insurance_report_template = fields.Char("Insurance Template")
shipment_packing_list_report_template = fields.Char("Packing List Template")