| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-argentina |
| GIT | |
| GIT | https://github.com/OCA/l10n-argentina.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-argentina/tree/10.0/l10n_ar_perceptions_basic |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Localisation Modules |
| LICENSE | |
| LICENSE | GPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), E-MIPS |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), E-MIPS |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | http://e-mips.com.ar |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:03 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/l10n-argentina: - l10n_ar_point_of_sale - base_vat_ar odoo/odoo: - base - account - base_setup - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner - account_accountant - sale - sales_team - procurement - purchase - stock_account - stock - barcodes - base_vat |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provide :
1) Implementation of Perceptions Taxes for Argentina
based on tax objects of OpenERP like account.invoice, account.tax and account.tax.code.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_invoice_perception_form |
account.invoice.perception.form.inherit | account.invoice | page | Inherits account.invoice_form |
view_invoice_supplier_perception_form |
account.invoice.perception.form.inherit | account.invoice | page | Inherits account.invoice_supplier_form |
view_perception_perception_form |
perception.perception.form | perception.perception | form | New |
view_perception_perception_tree |
perception.perception.tree | perception.perception | tree | New |
view_perception_tax_line_form |
perception.tax.line.form | perception.tax.line | form | New |
view_perception_tax_line_search |
perception.tax.line.search | perception.tax.line | search | New |
view_perception_tax_line_tree |
perception.tax.line.tree | perception.tax.line | tree | New |
perception_ids
One2many → perception.tax.line
readonly=True
states={'draft': [('readonly', False)]}
string='Perception'
args: 'perception.tax.line', 'invoice_id'
finalize_invoice_move_lines(self, move_lines)
No new fields.
Public methods (1)hook_compute_invoice_taxes(self, invoice, tax_grouped)
account_id
Many2one → account.account
domain=[('type', '<>', 'view'), ('type', '<>', 'income'), ('type', '<>', 'closed')]
required=True
args: 'account.account', 'Tax Account'
ait_id
Many2one → account.invoice.tax
ondelete='cascade'
args: 'account.invoice.tax', 'Invoice Tax'
amount
Float
digits_compute=dp.get_precision('Account')
args: 'Amount'
base
Float
digits_compute=dp.get_precision('Account')
args: 'Base'
base_amount
Float
digits_compute=dp.get_precision('Account')
args: 'Base Code Amount'
base_code_id
Many2one → account.tax.code
help='The account basis of the tax declaration.'
args: 'account.tax.code', 'Base Code'
company_id
Many2one
readonly=True
related='account_id.company_id'
store=True
string='Company'
date
Date
select=True
args: 'Date'
invoice_id
Many2one → account.invoice
ondelete='cascade'
args: 'account.invoice', 'Invoice'
name
Char
required=True
size=64
args: 'Perception'
partner_id
Many2one
readonly=True
related='invoice_id.partner_id'
string='Partner'
perception_id
Many2one → perception.perception
help='Perception configuration used for this perception tax, where all the configuration resides. Accounts, Tax Codes, etc.'
required=True
args: 'perception.perception', 'Perception Configuration'
state_id
Many2one → res.country.state
string='State/Province'
args: 'res.country.state'
tax_amount
Float
digits_compute=dp.get_precision('Account')
args: 'Tax Code Amount'
tax_code_id
Many2one → account.tax.code
help='The tax basis of the tax declaration.'
args: 'account.tax.code', 'Tax Code'
vat
Char
readonly=True
related='invoice_id.partner_id.vat'
string='CIF/NIF'
onchange_perception(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-argentina |
| GIT | |
| GIT | https://github.com/OCA/l10n-argentina.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-argentina/tree/9.0/l10n_ar_perceptions_basic |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Localisation Modules |
| LICENSE | |
| LICENSE | GPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), E-MIPS |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), E-MIPS |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | http://e-mips.com.ar |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:25 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/l10n-argentina: - l10n_ar_point_of_sale - base_vat_ar odoo/odoo: - base - account - base_setup - web_kanban - web - product - decimal_precision - bus - report - analytic - web_tip - web_planner - account_accountant - sale - sales_team - procurement - purchase - stock_account - stock - barcodes - base_vat |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provide :
1) Implementation of Perceptions Taxes for Argentina
based on tax objects of OpenERP like account.invoice, account.tax and account.tax.code.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_invoice_perception_form |
account.invoice.perception.form.inherit | account.invoice | page | Inherits account.invoice_form |
view_invoice_supplier_perception_form |
account.invoice.perception.form.inherit | account.invoice | page | Inherits account.invoice_supplier_form |
view_perception_perception_form |
perception.perception.form | perception.perception | form | New |
view_perception_perception_tree |
perception.perception.tree | perception.perception | tree | New |
view_perception_tax_line_form |
perception.tax.line.form | perception.tax.line | form | New |
view_perception_tax_line_search |
perception.tax.line.search | perception.tax.line | search | New |
view_perception_tax_line_tree |
perception.tax.line.tree | perception.tax.line | tree | New |
perception_ids
One2many → perception.tax.line
readonly=True
states={'draft': [('readonly', False)]}
string='Perception'
args: 'perception.tax.line', 'invoice_id'
finalize_invoice_move_lines(self, move_lines)
No new fields.
Public methods (1)hook_compute_invoice_taxes(self, invoice, tax_grouped)
account_id
Many2one → account.account
domain=[('type', '<>', 'view'), ('type', '<>', 'income'), ('type', '<>', 'closed')]
required=True
args: 'account.account', 'Tax Account'
ait_id
Many2one → account.invoice.tax
ondelete='cascade'
args: 'account.invoice.tax', 'Invoice Tax'
amount
Float
digits_compute=dp.get_precision('Account')
args: 'Amount'
base
Float
digits_compute=dp.get_precision('Account')
args: 'Base'
base_amount
Float
digits_compute=dp.get_precision('Account')
args: 'Base Code Amount'
base_code_id
Many2one → account.tax.code
help='The account basis of the tax declaration.'
args: 'account.tax.code', 'Base Code'
company_id
Many2one
readonly=True
related='account_id.company_id'
store=True
string='Company'
date
Date
select=True
args: 'Date'
invoice_id
Many2one → account.invoice
ondelete='cascade'
args: 'account.invoice', 'Invoice'
name
Char
required=True
size=64
args: 'Perception'
partner_id
Many2one
readonly=True
related='invoice_id.partner_id'
string='Partner'
perception_id
Many2one → perception.perception
help='Perception configuration used for this perception tax, where all the configuration resides. Accounts, Tax Codes, etc.'
required=True
args: 'perception.perception', 'Perception Configuration'
state_id
Many2one → res.country.state
string='State/Province'
args: 'res.country.state'
tax_amount
Float
digits_compute=dp.get_precision('Account')
args: 'Tax Code Amount'
tax_code_id
Many2one → account.tax.code
help='The tax basis of the tax declaration.'
args: 'account.tax.code', 'Tax Code'
vat
Char
readonly=True
related='invoice_id.partner_id.vat'
string='CIF/NIF'
onchange_perception(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-argentina |
| GIT | |
| GIT | https://github.com/OCA/l10n-argentina.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-argentina/tree/8.0/l10n_ar_perceptions_basic |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Localisation Modules |
| LICENSE | |
| LICENSE | GPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), E-MIPS |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), E-MIPS |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, GitHub, Stéphane Bidoul (ACSONE), Santiago J. Said, Sebastian Kennedy, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://e-mips.com.ar |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:28 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/l10n-argentina: - l10n_ar_point_of_sale - base_vat_ar odoo/odoo: - base - account - base_setup - web_kanban - web - product - decimal_precision - report - analytic - board - edi - email_template - account_accountant - account_voucher - sale - sales_team - web_kanban_sparkline - procurement - purchase - stock_account - stock - web_kanban_gauge - sale_stock - base_vat |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module provides an implementation of Perceptions Taxes for Argentina based on tax objects of Odoo like account.invoice, account.tax and account.tax.code. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_invoice_perception_form |
account.invoice.perception.form.inherit | account.invoice | page | Inherits account.invoice_form |
view_invoice_supplier_perception_form |
account.invoice.perception.form.inherit | account.invoice | page | Inherits account.invoice_supplier_form |
view_perception_perception_form |
perception.perception.form | perception.perception | form | New |
view_perception_perception_tree |
perception.perception.tree | perception.perception | tree | New |
view_perception_tax_line_form |
perception.tax.line.form | perception.tax.line | form | New |
view_perception_tax_line_search |
perception.tax.line.search | perception.tax.line | search | New |
view_perception_tax_line_tree |
perception.tax.line.tree | perception.tax.line | tree | New |
perception_ids
One2many → perception.tax.line
readonly=True
states={'draft': [('readonly', False)]}
string='Perception'
args: 'perception.tax.line', 'invoice_id'
finalize_invoice_move_lines(self, move_lines)
No new fields.
Public methods (1)hook_compute_invoice_taxes(self, invoice, tax_grouped)
account_id
Many2one → account.account
domain=[('type', '<>', 'view'), ('type', '<>', 'income'), ('type', '<>', 'closed')]
required=True
args: 'account.account', 'Tax Account'
ait_id
Many2one → account.invoice.tax
ondelete='cascade'
args: 'account.invoice.tax', 'Invoice Tax'
amount
Float
digits_compute=dp.get_precision('Account')
args: 'Amount'
base
Float
digits_compute=dp.get_precision('Account')
args: 'Base'
base_amount
Float
digits_compute=dp.get_precision('Account')
args: 'Base Code Amount'
base_code_id
Many2one → account.tax.code
help='The account basis of the tax declaration.'
args: 'account.tax.code', 'Base Code'
company_id
Many2one
readonly=True
related='account_id.company_id'
store=True
string='Company'
date
Date
select=True
args: 'Date'
invoice_id
Many2one → account.invoice
ondelete='cascade'
args: 'account.invoice', 'Invoice'
name
Char
required=True
size=64
args: 'Perception'
partner_id
Many2one
readonly=True
related='invoice_id.partner_id'
string='Partner'
perception_id
Many2one → perception.perception
help='Perception configuration used for this perception tax, where all the configuration resides. Accounts, Tax Codes, etc.'
required=True
args: 'perception.perception', 'Perception Configuration'
state_id
Many2one → res.country.state
string='State/Province'
args: 'res.country.state'
tax_amount
Float
digits_compute=dp.get_precision('Account')
args: 'Tax Code Amount'
tax_code_id
Many2one → account.tax.code
help='The tax basis of the tax declaration.'
args: 'account.tax.code', 'Tax Code'
vat
Char
readonly=True
related='invoice_id.partner_id.vat'
string='CIF/NIF'
onchange_perception(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-argentina |
| GIT | |
| GIT | https://github.com/OCA/l10n-argentina.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-argentina/tree/7.0/l10n_ar_perceptions_basic |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Localisation Modules |
| LICENSE | |
| LICENSE | GPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), E-MIPS |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), E-MIPS |
| COMMITTERS | |
| COMMITTERS | Santiago J. Said, Sebastian Kennedy, Laureano Kloss, Rocio |
| WEBSITE | |
| WEBSITE | http://e-mips.com.ar |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/l10n-argentina: - l10n_ar_point_of_sale - base_vat_ar odoo/odoo: - base - account - base_setup - web_kanban - web - product - process - decimal_precision - analytic - board - edi - email_template - account_accountant - account_voucher - sale - purchase - stock - procurement - base_vat |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provide :
1) Implementation of Perceptions Taxes for Argentina
based on tax objects of OpenERP like account.invoice, account.tax and account.tax.code.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_invoice_perception_form |
account.invoice.perception.form.inherit | account.invoice | page | Inherits account.invoice_form |
view_invoice_supplier_perception_form |
account.invoice.perception.form.inherit | account.invoice | page | Inherits account.invoice_supplier_form |
view_perception_perception_form |
perception.perception.form | perception.perception | form | New |
view_perception_perception_tree |
perception.perception.tree | perception.perception | tree | New |
view_perception_tax_line_form |
perception.tax.line.form | perception.tax.line | form | New |
view_perception_tax_line_search |
perception.tax.line.search | perception.tax.line | search | New |
view_perception_tax_line_tree |
perception.tax.line.tree | perception.tax.line | tree | New |
No models found for this module.