mirror of
https://github.com/bringout/oca-ocb-l10n_americas.git
synced 2026-04-27 23:52:00 +02:00
19.0 vanilla
This commit is contained in:
parent
89c6e82fe7
commit
1b82c20a58
572 changed files with 43570 additions and 53303 deletions
10
odoo-bringout-oca-ocb-l10n_uy/l10n_uy/models/account_tax.py
Normal file
10
odoo-bringout-oca-ocb-l10n_uy/l10n_uy/models/account_tax.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class AccountTax(models.Model):
|
||||
_inherit = "account.tax"
|
||||
|
||||
l10n_uy_tax_category = fields.Selection([
|
||||
('vat', 'VAT'),
|
||||
], string="Tax Category", help="UY: Use to group the transactions in the Financial Reports required by DGI")
|
||||
Loading…
Add table
Add a link
Reference in a new issue