Repository
OCA/l10n-spain · module folder · Try on Runboat
Module version
3.0
Category
Localisation/Accounting
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://launchpad.net/openerp-spain
Last tracking update
2026-08-07 06:56:09
Authors
Spanish Localization Team, Odoo Community Association (OCA)
Maintainers
Spanish Localization Team, Odoo Community Association (OCA)
Committers
Alexandre Fayolle, Pedro M. Baeza, Stéphane Bidoul (ACSONE), Alejandro Santana, Omar (Pexego), OCA Transbot, Launchpad Translations on behalf of openerp-spain-team, Joan M. Grande
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Adds several tools to help Spanish accountants:

 * Searching of accounts using a dot to fill the zeroes (like 43.27 to search
   account 43000027).
 * The account chart template field is added to account templates, tax
   templates, tax codes templates and fiscal positions templates in list and
   search views. It helps to filter the template items by the account chart
   template that they belong.

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
view_account_position_template_search account.fiscal.position.template.search account.fiscal.position.template search Inherits account.view_account_position_template_search
view_account_position_template_tree account.fiscal.position.template.tree account.fiscal.position.template tree Inherits account.view_account_position_template_tree
view_account_tax_template_tree account.tax.template.tree account.tax.template tree Inherits account.view_account_tax_template_tree
view_account_template_search account.account.template.search account.account.template search Inherits account.view_account_template_search
view_account_template_tree account.account.template.tree account.account.template tree Inherits account.view_account_template_tree
view_tax_code_template_form account.tax.code.template.form account.tax.code.template form Inherits account.view_tax_code_template_form
view_tax_code_template_search account.tax.code.template.search account.tax.code.template search Inherits account.view_tax_code_template_search
view_tax_code_template_tree account.tax.code.template.tree account.tax.code.template tree Inherits account.view_tax_code_template_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • search(self, cr, uid, args, offset=0, limit=None, order=None, context=None, count=False)
    Improves the search of accounts using a dot to fill the zeroes (like 43.27 to search account 43000027)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…