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

11 lines
472 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models
class ResConfigSettings(models.TransientModel):
_inherit = 'res.config.settings'
l10n_cl_report_tasa_ppm = fields.Float(related='company_id.l10n_cl_report_tasa_ppm', string="Tasa PPM (%)", readonly=False)
l10n_cl_report_fpp_value = fields.Float(related='company_id.l10n_cl_report_fpp_value', string="FPP (%)", readonly=False)