Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
8
sale_discount_display_amount/models/res_company.py
Executable file
8
sale_discount_display_amount/models/res_company.py
Executable file
@@ -0,0 +1,8 @@
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class ResCompany(models.Model):
|
||||
_inherit = "res.company"
|
||||
|
||||
display_discount_with_tax = fields.Boolean(string="Show the Discount with TAX")
|
||||
report_total_without_discount = fields.Boolean()
|
||||
Reference in New Issue
Block a user