Split README into parts

This commit is contained in:
Akim Juillerat
2018-10-01 14:13:29 +02:00
committed by OCA-git-bot
parent 1ab818e42f
commit 19e280a808
4 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
It is recommended to configure your Purchase Journal with "Group Invoice Lines" to avoid the
creation of separate assets per Supplier Invoice Line.

View File

@@ -0,0 +1,7 @@
- OpenERP SA
- Luc De Meyer (Noviat)
- Frédéric Clementi (camptocamp)
- Florian Dacosta (Akretion)
- Stéphane Bidoul (Acsone)
- Adrien Peiffer (Acsone)
- Akim Juillerat <akim.juillerat@camptocamp.com>

View File

@@ -0,0 +1,13 @@
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.

View File

@@ -0,0 +1 @@
The module in NOT compatible with the standard account_asset module.