Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
12
sale_exception/models/res_company.py
Executable file
12
sale_exception/models/res_company.py
Executable file
@@ -0,0 +1,12 @@
|
||||
# Copyright 2025 Camptocamp SA
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class ResCompany(models.Model):
|
||||
_inherit = "res.company"
|
||||
|
||||
sale_exception_show_popup = fields.Boolean(
|
||||
string="Sale Exception Popup",
|
||||
default=True,
|
||||
)
|
||||
Reference in New Issue
Block a user