|
@@ -6,4 +6,5 @@ class AccountInvoice(models.Model):
|
|
|
_inherit = 'account.invoice'
|
|
|
|
|
|
attachment_ids = fields.One2many('ir.attachment', 'res_id', 'Attachment')
|
|
|
- timbrado = fields.Char('Nº de timbrado del proveedor', size=8)
|
|
|
+ timbrado = fields.Char('Nº de timbrado del proveedor', size=8)
|
|
|
+ imputa_irp = fields.Boolean(string='Imputa IRP', readonly=False)
|