Gestión de activos fijos para España

l10n_es_account_asset
REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/18.0/l10n_es_account_asset
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Weblate, OCA-git-bot, oca-ci, SiscoIngeos
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-spain
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-reporting:
    - account_tax_balance
OCA/account-financial-tools:
    - account_asset_management
OCA/l10n-spain:
    - l10n_es_aeat
OCA/reporting-engine:
    - report_xlsx_helper
    - report_xlsx
OCA/server-ux:
    - date_range
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - l10n_es
    - base_iban
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-dateutil
unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Cambia la gestión estándar de activos fijos de Odoo para acomodarla a
las regulaciones españolas:

- Cambia el método de cálculo para el prorrateo temporal.
- Añade un nuevo método de cálculo para porcentaje fijo por periodo.
- Añade la opción de trasladar la depreciación al final del periodo.
- Añade un campo de fecha de comienzo de amortizacion para definir una
  distinta a la de compra.
- Gestiona los impuestos no deducibles y prorrata de IVA, incrementando el valor
  amortizable en los activos generados desde la factura.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_asset_profile_view_form account.asset.profile field Inherits account_asset_management.account_asset_profile_view_form
account_asset_view_form account.asset field Inherits account_asset_management.account_asset_view_form
Models touched (3)

New fields (2)
  • annual_percentage Float
    compute='_compute_annual_percentage' digits=(3, 8) readonly=False store=True string='Annual depreciation percentage'
  • method_percentage Float
    compute='_compute_method_percentage' digits=(3, 8) inverse='_inverse_method_percentage' store=True string='Depreciation percentage'
Public methods (0)

No public methods.

New fields (2)
  • annual_percentage Float
    default=100.0 digits=(3, 8) string='Annual depreciation percentage'
  • method_percentage Float
    compute='_compute_method_percentage' digits=(3, 8) inverse='_inverse_method_percentage' store=True string='Depreciation percentage'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/17.0/l10n_es_account_asset
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-spain
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:19:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-reporting:
    - account_tax_balance
OCA/account-financial-tools:
    - account_asset_management
OCA/l10n-spain:
    - l10n_es_aeat
OCA/reporting-engine:
    - report_xlsx_helper
    - report_xlsx
OCA/server-ux:
    - date_range
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - l10n_es
    - base_iban
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-dateutil
xlrd
xlsxwriter
unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Cambia la gestión estándar de activos fijos de Odoo para acomodarla a
las regulaciones españolas:

- Cambia el método de cálculo para el prorrateo temporal.
- Añade un nuevo método de cálculo para porcentaje fijo por periodo.
- Añade la opción de trasladar la depreciación al final del periodo.
- Añade un campo de fecha de comienzo de amortizacion para definir una
  distinta a la de compra.
- Gestiona los impuestos no deducibles y prorrata de IVA, incrementando el valor
  amortizable en los activos generados desde la factura.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_asset_profile_view_form account.asset.profile field Inherits account_asset_management.account_asset_profile_view_form
account_asset_view_form account.asset field Inherits account_asset_management.account_asset_view_form
Models touched (3)

New fields (2)
  • annual_percentage Float
    compute='_compute_annual_percentage' digits=(3, 8) readonly=False store=True string='Annual depreciation percentage'
  • method_percentage Float
    compute='_compute_method_percentage' digits=(3, 8) inverse='_inverse_method_percentage' store=True string='Depreciation percentage'
Public methods (0)

No public methods.

New fields (2)
  • annual_percentage Float
    default=100.0 digits=(3, 8) string='Annual depreciation percentage'
  • method_percentage Float
    compute='_compute_method_percentage' digits=(3, 8) inverse='_inverse_method_percentage' store=True string='Depreciation percentage'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/16.0/l10n_es_account_asset
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-spain
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:40
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-reporting:
    - account_tax_balance
OCA/account-financial-tools:
    - account_asset_management
OCA/l10n-spain:
    - l10n_es_aeat
OCA/reporting-engine:
    - report_xlsx_helper
    - report_xlsx
OCA/server-ux:
    - date_range
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - l10n_es
    - base_iban
    - base_vat
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-dateutil
unidecode
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_asset_profile_view_form account.asset.profile field Inherits account_asset_management.account_asset_profile_view_form
account_asset_view_form account.asset field Inherits account_asset_management.account_asset_view_form
Models touched (3)

New fields (2)
  • annual_percentage Float
    compute='_compute_annual_percentage' digits=(3, 8) readonly=False store=True string='Annual depreciation percentage'
  • method_percentage Float
    compute='_compute_method_percentage' digits=(3, 8) inverse='_inverse_method_percentage' store=True string='Depreciation percentage'
Public methods (0)

No public methods.

New fields (2)
  • annual_percentage Float
    default=100.0 digits=(3, 8) string='Annual depreciation percentage'
  • method_percentage Float
    compute='_compute_method_percentage' digits=(3, 8) inverse='_inverse_method_percentage' store=True string='Depreciation percentage'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/15.0/l10n_es_account_asset
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, manu, Weblate, OCA-git-bot, oca-ci, josep-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-spain
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:29
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-tools:
    - account_asset_management
OCA/reporting-engine:
    - report_xlsx_helper
    - report_xlsx
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-dateutil
xlrd
xlsxwriter
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_asset_profile_view_form account.asset.profile field Inherits account_asset_management.account_asset_profile_view_form
account_asset_view_form account.asset field Inherits account_asset_management.account_asset_view_form
Models touched (2)

New fields (2)
  • annual_percentage Float
    compute='_compute_annual_percentage' digits=(3, 8) readonly=False store=True string='Annual depreciation percentage'
  • method_percentage Float
    compute='_compute_method_percentage' digits=(3, 8) inverse='_inverse_method_percentage' store=True string='Depreciation percentage'
Public methods (0)

No public methods.

New fields (2)
  • annual_percentage Float
    default=100.0 digits=(3, 8) string='Annual depreciation percentage'
  • method_percentage Float
    compute='_compute_method_percentage' digits=(3, 8) inverse='_inverse_method_percentage' store=True string='Depreciation percentage'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/14.0/l10n_es_account_asset
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-spain
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:49
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-tools:
    - account_asset_management
OCA/reporting-engine:
    - report_xlsx_helper
    - report_xlsx
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_asset_profile_view_form account.asset.profile field Inherits account_asset_management.account_asset_profile_view_form
account_asset_view_form account.asset field Inherits account_asset_management.account_asset_view_form
Models touched (2)

New fields (2)
  • annual_percentage Float
    compute='_compute_annual_percentage' digits=(3, 8) readonly=False store=True string='Annual depreciation percentage'
  • method_percentage Float
    compute='_compute_method_percentage' digits=(3, 8) inverse='_inverse_method_percentage' store=True string='Depreciation percentage'
Public methods (0)

No public methods.

New fields (2)
  • annual_percentage Float
    default=100.0 digits=(3, 8) string='Annual depreciation percentage'
  • method_percentage Float
    compute='_compute_method_percentage' digits=(3, 8) inverse='_inverse_method_percentage' store=True string='Depreciation percentage'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/13.0/l10n_es_account_asset
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, Víctor Martínez, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-spain
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-tools:
    - account_asset_management
OCA/reporting-engine:
    - report_xlsx_helper
    - report_xlsx
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES python-dateutil
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_asset_profile_view_form account.asset.profile field Inherits account_asset_management.account_asset_profile_view_form
account_asset_view_form account.asset field Inherits account_asset_management.account_asset_view_form
Models touched (2)

New fields (2)
  • annual_percentage Float
    compute='_compute_annual_percentage' digits=(3, 8) readonly=False store=True string='Annual depreciation percentage'
  • method_percentage Float
    compute='_compute_method_percentage' digits=(3, 8) inverse='_inverse_method_percentage' store=True string='Depreciation percentage'
Public methods (0)

No public methods.

New fields (2)
  • annual_percentage Float
    default=100.0 digits=(3, 8) string='Annual depreciation percentage'
  • method_percentage Float
    compute='_compute_method_percentage' digits=(3, 8) inverse='_inverse_method_percentage' store=True string='Depreciation percentage'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/12.0/l10n_es_account_asset
VERSION
VERSION 2.0.8
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, mreficent, Jordi Ballester Alomar, OCA Transbot, oca-travis, Weblate, OCA-git-bot, xAdrianC, Raúl, jonzaballa, Joan Sisquella
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-spain
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-tools:
    - account_asset_management
OCA/reporting-engine:
    - report_xlsx_helper
    - report_xlsx
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES xlrd
xlsxwriter
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_asset_profile_view_form account.asset.profile field Inherits account_asset_management.account_asset_profile_view_form
account_asset_view_form account.asset field Inherits account_asset_management.account_asset_view_form
Models touched (2)

New fields (2)
  • annual_percentage Float
    default=100.0 digits=(3, 8) string='Annual depreciation percentage'
  • method_percentage Float
    compute='_compute_method_percentage' digits=(3, 8) inverse='_inverse_method_percentage' store=True string='Depreciation percentage'
Public methods (0)

No public methods.

New fields (2)
  • annual_percentage Float
    default=100.0 digits=(3, 8) string='Annual depreciation percentage'
  • method_percentage Float
    compute='_compute_method_percentage' digits=(3, 8) inverse='_inverse_method_percentage' store=True string='Depreciation percentage'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/11.0/l10n_es_account_asset
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Carlos Dauden, Enric Tobella, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-spain
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_asset
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_account_asset_asset_form_l10n_es account.asset.asset field Inherits account_asset.view_account_asset_asset_form
view_account_asset_category_form_l10n_es account.asset.category field Inherits account_asset.view_account_asset_category_form
Models touched (2)

New fields (5)
  • annual_percentage Float
    default=100.0 digits=(3, 2) string='Annual depreciation percentage'
  • method_percentage Float
    default=100.0 digits=(3, 2) string='Depreciation percentage'
  • method_time Selection
    selection_add=[('percentage', 'Fixed percentage')]
  • move_end_period Boolean
    default=True help='Move the depreciation entry at the end of the period. If the period are 12 months, it is put on 31st of December, and in the end of the month in other case.' string='At the end of the period'
  • start_depreciation_date Date
    help='Only needed if not the same than purchase date' readonly=True states={'draft': [('readonly', False)]} string='Start Depreciation Date'
Public methods (4)
  • compute_depreciation_board(self)
    @api.multi
  • onchange_annual_percentage(self)
    @api.multi@api.onchange('annual_percentage')
  • onchange_category_id_values(self, category_id)
  • onchange_method_percentage(self)
    @api.multi@api.onchange('method_percentage')

New fields (2)
  • method_percentage Float
    default=100.0 digits=(3, 2) string='Depreciation percentage'
  • method_time Selection
    selection_add=[('percentage', 'Fixed percentage')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/10.0/l10n_es_account_asset
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis
WEBSITE
WEBSITEhttps://odoo-community.org/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:53
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_asset
    - account_accountant
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_account_asset_asset_form_l10n_es account.asset.asset field Inherits account_asset.view_account_asset_asset_form
view_account_asset_category_form_l10n_es account.asset.category field Inherits account_asset.view_account_asset_category_form
Models touched (2)

New fields (5)
  • annual_percentage Float
    default=100.0 digits=(3, 2) string='Annual depreciation percentage'
  • method_percentage Float
    default=100.0 digits=(3, 2) string='Depreciation percentage'
  • method_time Selection
    selection_add=[('percentage', 'Fixed percentage')]
  • move_end_period Boolean
    default=True help='Move the depreciation entry at the end of the period. If the period are 12 months, it is put on 31st of December, and in the end of the month in other case.' string='At the end of the period'
  • start_depreciation_date Date
    help='Only needed if not the same than purchase date' readonly=True states={'draft': [('readonly', False)]} string='Start Depreciation Date'
Public methods (4)
  • compute_depreciation_board(self)
    @api.multi
  • onchange_annual_percentage(self)
    @api.multi@api.onchange('annual_percentage')
  • onchange_category_id_values(self, category_id)
  • onchange_method_percentage(self)
    @api.multi@api.onchange('method_percentage')

New fields (2)
  • method_percentage Float
    default=100.0 digits=(3, 2) string='Depreciation percentage'
  • method_time Selection
    selection_add=[('percentage', 'Fixed percentage')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/9.0/l10n_es_account_asset
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis
WEBSITE
WEBSITEhttps://odoo-community.org/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_asset
    - account_accountant
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - report
    - analytic
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_account_asset_asset_form_l10n_es account.asset.asset.form.l10n_es account.asset.asset field Inherits account_asset.view_account_asset_asset_form
view_account_asset_category_form_l10n_es account.asset.category.form.l10n_es account.asset.category field Inherits account_asset.view_account_asset_category_form
Models touched (2)

New fields (5)
  • annual_percentage Float
    default=100.0 digits=(3, 2) string='Annual depreciation percentage'
  • method_percentage Float
    default=100.0 digits=(3, 2) string='Depreciation percentage'
  • method_time Selection
    selection_add=[('percentage', 'Fixed percentage')]
  • move_end_period Boolean
    default=True help='Move the depreciation entry at the end of the period. If the period are 12 months, it is put on 31st of December, and in the end of the month in other case.' string='At the end of the period'
  • start_depreciation_date Date
    help='Only needed if not the same than purchase date' readonly=True states={'draft': [('readonly', False)]} string='Start Depreciation Date'
Public methods (4)
  • compute_depreciation_board(self)
    @api.multi
  • onchange_annual_percentage(self)
    @api.multi@api.onchange('annual_percentage')
  • onchange_category_id(self, category_id)
    @api.multi
  • onchange_method_percentage(self)
    @api.multi@api.onchange('method_percentage')

New fields (2)
  • method_percentage Float
    default=100.0 digits=(3, 2) string='Depreciation percentage'
  • method_time Selection
    selection_add=[('percentage', 'Fixed percentage')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/8.0/l10n_es_account_asset
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Serv. Tecnol. Avanzados - Pedro M. Baeza
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Serv. Tecnol. Avanzados - Pedro M. Baeza
COMMITTERS
COMMITTERSStéphane Bidoul, Alexandre Fayolle, Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Roberto Lizana, agaldona, Omar
WEBSITE
WEBSITEhttp://www.serviciosbaeza.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_asset
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_account_asset_asset_form_l10n_es account.asset.asset.form.l10n_es account.asset.asset field Inherits account_asset.view_account_asset_asset_form
view_account_asset_category_form_l10n_es account.asset.category.form.l10n_es account.asset.category field Inherits account_asset.view_account_asset_category_form
Models touched (2)

New fields (5)
  • annual_percentage Float
    default=100.0 digits=(3, 2) string='Annual depreciation percentage'
  • method_percentage Float
    default=100.0 digits=(3, 2) string='Depreciation percentage'
  • method_time Selection
    selection_add=[('percentage', 'Fixed percentage')]
  • move_end_period Boolean
    default=True help='Move the depreciation entry at the end of the period. If the period are 12 months, it is put on 31st of December, and in the end of the month in other case.' string='At the end of the period'
  • start_depreciation_date Date
    help='Only needed if not the same than purchase date' readonly=True states={'draft': [('readonly', False)]} string='Start Depreciation Date'
Public methods (4)
  • compute_depreciation_board(self)
    @api.multi
  • onchange_annual_percentage(self)
    @api.multi@api.onchange('annual_percentage')
  • onchange_category_id(self, category_id)
    @api.multi
  • onchange_method_percentage(self)
    @api.multi@api.onchange('method_percentage')

New fields (2)
  • method_percentage Float
    default=100.0 digits=(3, 2) string='Depreciation percentage'
  • method_time Selection
    selection_add=[('percentage', 'Fixed percentage')]
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/7.0/l10n_es_account_asset
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Serv. Tecnol. Avanzados - Pedro M. Baeza
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Serv. Tecnol. Avanzados - Pedro M. Baeza
COMMITTERS
COMMITTERSAlexandre Fayolle, Pedro M. Baeza, Stéphane Bidoul (ACSONE), Omar (Pexego), OCA Transbot, Launchpad Translations on behalf of openerp-spain-team, Santi Argüeso
WEBSITE
WEBSITEhttp://www.serviciosbaeza.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_asset
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Gestión de activos fijos española
=================================

Cambia la gestión estándar de activos fijos de OpenERP para acomodarla a las
regulaciones españolas:

    * Cambia el método de cálculo para el prorrateo temporal.
    * Añade un nuevo método de cálculo para porcentaje fijo por periodo.
    * Añade la opción de trasladar la depreciación al final del periodo.
    

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_account_asset_asset_form_l10n_es account.asset.asset.form.l10n_es account.asset.asset label Inherits account_asset.view_account_asset_asset_form
view_account_asset_category_form_l10n_es account.asset.category.form.l10n_es account.asset.category field Inherits account_asset.view_account_asset_category_form
Models touched (2)

New fields (0)

No new fields.

Public methods (3)
  • compute_depreciation_board(self, cr, uid, ids, context=None)
  • onchange_category_id(self, cr, uid, ids, category_id, context=None)
  • onchange_ext_method_time(self, cr, uid, ids, ext_method_time, context=None)

New fields (0)

No new fields.

Public methods (1)
  • onchange_ext_method_time(self, cr, uid, ids, ext_method_time, context=None)
REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/6.1/l10n_es_account_asset
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), OpenERP S.A.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), OpenERP S.A.
COMMITTERS
COMMITTERSAlexandre Fayolle, Mikel, dani-ds, Omar (Pexego)
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - product
    - process
    - decimal_precision
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Financial and accounting asset management.
    This Module manages the assets owned by a company or an individual. It will keep track of depreciation's occurred on
    those assets. And it allows to create Move's of the depreciation lines.
    

Code Analysis

Views touched (18)
XML IDNameModelTypeStatus
action_account_asset_report_graph asset.asset.report.graph asset.asset.report graph New
asset_modify_form wizard.asset.modify.form asset.modify form New
product_normal_form_view_inhav product.normal.form.inhav product.product field Inherits product.product_normal_form_view
view_account_asset_asset_form account.asset.asset.form account.asset.asset form New
view_account_asset_asset_hierarchy_tree account.asset.asset.hierarchy account.asset.asset tree New
view_account_asset_asset_tree account.asset.asset.tree account.asset.asset tree New
view_account_asset_category_form account.asset.category.form account.asset.category form New
view_account_asset_category_search account.asset.category.search account.asset.category search New
view_account_asset_category_tree account.asset.category.tree account.asset.category tree New
view_account_asset_history_form account.asset.history.form account.asset.history form New
view_account_asset_history_tree account.asset.history.tree account.asset.history tree New
view_account_asset_search account.asset.asset.search account.asset.asset search New
view_account_invoice_asset_form account.invoice.line.form account.invoice.line field Inherits account.view_invoice_line_form
view_account_move_line_filter_inherit Journal Items (Search) account.move.line field Inherits account.view_account_move_line_filter
view_account_move_line_form_inherit Journal Items (form) account.move.line field Inherits account.view_move_line_form
view_asset_asset_report_search asset.asset.report.search asset.asset.report search New
view_asset_asset_report_tree asset.asset.report.tree asset.asset.report tree New
view_asset_depreciation_confirmation_wizard asset.depreciation.confirmation.wizard asset.depreciation.confirmation.wizard form New
Models touched (0)

No models found for this module.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/l10n-spain
PULL REQUEST
PULL REQUEST[19.0][MIG] l10n_es_account_asset (#5055)