diff --git a/account_asset_management/readme/CONFIGURE.rst b/account_asset_management/readme/CONFIGURE.rst new file mode 100644 index 000000000..2bdc6c95d --- /dev/null +++ b/account_asset_management/readme/CONFIGURE.rst @@ -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. diff --git a/account_asset_management/readme/CONTRIBUTORS.rst b/account_asset_management/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..fb458b390 --- /dev/null +++ b/account_asset_management/readme/CONTRIBUTORS.rst @@ -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 diff --git a/account_asset_management/readme/DESCRIPTION.rst b/account_asset_management/readme/DESCRIPTION.rst new file mode 100644 index 000000000..00c001e8a --- /dev/null +++ b/account_asset_management/readme/DESCRIPTION.rst @@ -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. \ No newline at end of file diff --git a/account_asset_management/readme/USAGE.rst b/account_asset_management/readme/USAGE.rst new file mode 100644 index 000000000..3947e14b4 --- /dev/null +++ b/account_asset_management/readme/USAGE.rst @@ -0,0 +1 @@ +The module in NOT compatible with the standard account_asset module.