2
0
account-financial-tools/account_asset_management
2022-12-24 00:42:20 +01:00
..
doc move account_asset_management* out of __unported__ 2022-12-24 00:42:20 +01:00
i18n [FIX][account_asset_management] Avoid to select closed or cancelled analytic account 2022-12-24 00:42:20 +01:00
report move account_asset_management* out of __unported__ 2022-12-24 00:42:20 +01:00
security move account_asset_management* out of __unported__ 2022-12-24 00:42:20 +01:00
static/description move account_asset_management* out of __unported__ 2022-12-24 00:42:20 +01:00
test move account_asset_management* out of __unported__ 2022-12-24 00:42:20 +01:00
tests [FIX] test floats with assertAlmostEqual 2022-12-24 00:42:20 +01:00
wizard [FIX] account_asset_management: do not propose special and closed periods for asset posting 2022-12-24 00:42:20 +01:00
__init__.py move account_asset_management* out of __unported__ 2022-12-24 00:42:20 +01:00
__openerp__.py analytic enhancement 2022-12-24 00:42:20 +01:00
account_asset_demo.xml move account_asset_management* out of __unported__ 2022-12-24 00:42:20 +01:00
account_asset_invoice_view.xml analytic enhancement 2022-12-24 00:42:20 +01:00
account_asset_invoice.py account_asset_management: group invoice lines fix 2022-12-24 00:42:20 +01:00
account_asset_view.xml analytic enhancement 2022-12-24 00:42:20 +01:00
account_asset.py [FIX][account_asset_management] Avoid to select closed or cancelled analytic account 2022-12-24 00:42:20 +01:00
account_move.py [FIX][account_asset_management] Add items on affects fields list 2022-12-24 00:42:20 +01:00
account_view.xml move account_asset_management* out of __unported__ 2022-12-24 00:42:20 +01:00
account.py move account_asset_management* out of __unported__ 2022-12-24 00:42:20 +01:00
README.rst [IMP][account_asset_management] Define a list of move's fields that can't be modified if a move is linked with a depriciation line 2022-12-24 00:42:20 +01:00
res_config_view.xml move account_asset_management* out of __unported__ 2022-12-24 00:42:20 +01:00
res_config.py [FIX] Inherited model is a transient model 2022-12-24 00:42:20 +01:00

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
    :alt: License: AGPL-3

Financial asset management.
===========================

This Module manages the assets owned by a company. It will keep
track of depreciation's occurred on those assets. And it allows to create
accounting entries from the depreciation lines.

The full asset life-cycle is managed (from asset creation to asset removal).

Assets can be created manually as well as automatically
(via the creation of an accounting entry on the asset account).

Excel based reporting is available via the 'account_asset_management_xls' module.

The module contains a large number of functional enhancements compared to
the standard account_asset module from Odoo.

Configuration
=============

It is recommended to configure your Purchase Journal with "Group Invoice Lines" to avoid the
creation of separate assets per Supplier Invoice Line.

Known issues
============

The module in NOT compatible with the standard account_asset module.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/{project_repo}/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
`here <https://github.com/OCA/{project_repo}/issues/new?body=module:%20{module_name}%0Aversion:%20{version}%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Credits
=======

Contributors
------------
- OpenERP SA
- Luc De Meyer (Noviat)
- Frédéric Clementi (camptocamp)
- Florian Dacosta (Akretion)
- Stéphane Bidoul (Acsone)

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.