Add insurance template
This commit is contained in:
@@ -13,3 +13,5 @@ class Configuration(ModelSingleton, ModelSQL, ModelView):
|
||||
invoice_cndn_report_template = fields.Char("CN/DN Template")
|
||||
invoice_prepayment_report_template = fields.Char("Prepayment Template")
|
||||
purchase_report_template = fields.Char("Purchase Template")
|
||||
shipment_shipping_report_template = fields.Char("Shipping Template")
|
||||
shipment_insurance_report_template = fields.Char("Insurance Template")
|
||||
|
||||
Reference in New Issue
Block a user