1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_ar_reports/models/res_config_settings.py
2024-12-10 09:04:09 +07:00

10 lines
317 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import models, fields
class ResConfigSettings(models.TransientModel):
_inherit = 'res.config.settings'
l10n_ar_computable_tax_credit = fields.Selection(related='company_id.l10n_ar_computable_tax_credit', readonly=False)