From f1d240cb2187b898bb21e9d07ebc873e4ed676b3 Mon Sep 17 00:00:00 2001
From: OCA-git-bot
Date: Tue, 7 Jul 2020 09:40:43 +0000
Subject: [PATCH] [UPD] README.rst
---
account_asset_management/README.rst | 8 ++++++++
account_asset_management/static/description/index.html | 7 +++++++
2 files changed, 15 insertions(+)
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:
+
+- 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
the standard account_asset module from Odoo.