# -*- coding: utf-8 -*- # Copyright 2021 Joan MarĂ­n # 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)