v14-facturacionelectronica/l10n_co_hr_e_payroll/models/account_fiscal_year.py

13 lines
370 B
Python

# -*- coding: utf-8 -*-
# Copyright 2021 Joan Marín <Github@JoanMarin>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models, fields
class AccountFiscalYear(models.Model):
_inherit = 'account.fiscal.year'
nie_sent = fields.Integer(string='NIE Sent', default=0)
niae_sent = fields.Integer(string='NIAE Sent', default=0)