diff --git a/account_asset_management/README.rst b/account_asset_management/README.rst index ec9a823b1..dc552c0b8 100644 --- a/account_asset_management/README.rst +++ b/account_asset_management/README.rst @@ -34,6 +34,14 @@ 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). +Depreciation Journal Entries can be created manually in the "Deprecation Board" tab, +or automatically by two ways: + +* Using the "Invoicing/Assets/Compute Assets" wizard. +* Activating the "Asset Management: Generate assets" cron. + +These options are compatibles each other. + Excel based reporting is available via the 'account_asset_management_xls' module. The module contains a large number of functional enhancements compared to diff --git a/account_asset_management/static/description/index.html b/account_asset_management/static/description/index.html index 8873df453..9651e93a6 100644 --- a/account_asset_management/static/description/index.html +++ b/account_asset_management/static/description/index.html @@ -374,6 +374,13 @@ 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).

+

Depreciation Journal Entries can be created manually in the “Deprecation Board” tab, +or automatically by two ways:

+ +

These options are compatibles each other.

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.