diff --git a/README.md b/README.md index da358b787..bbfe4fefd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [account_account_tag_code](account_account_tag_code/) | 17.0.1.0.0 | | Add a code field to the accounts tags [account_asset_force_account](account_asset_force_account/) | 17.0.1.0.0 | [![BernatObrador](https://github.com/BernatObrador.png?size=30px)](https://github.com/BernatObrador) | This module allows you to enforce specific accounts for assets, including depreciation and expense accounts, through asset profiles and forms. -[account_asset_management](account_asset_management/) | 17.0.1.0.1 | | Assets Management +[account_asset_management](account_asset_management/) | 17.0.1.0.2 | | Assets Management [account_check_deposit](account_check_deposit/) | 17.0.1.0.0 | | Manage deposit of checks to the bank [account_fiscal_year](account_fiscal_year/) | 17.0.1.1.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Create Account Fiscal Year [account_journal_lock_date](account_journal_lock_date/) | 17.0.1.0.0 | | Lock each journal independently diff --git a/account_asset_management/README.rst b/account_asset_management/README.rst index fd37b8bc2..ea273c5b6 100644 --- a/account_asset_management/README.rst +++ b/account_asset_management/README.rst @@ -7,7 +7,7 @@ Assets Management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a8251a01bc72884bc4043a8d8e61e042ffa2bebecefe3ab6a9a125adda1efd52 + !! source digest: sha256:0f553e3c80a7b598bf5b0dd0646fd937d7da71cae697eae6c6fee4e050d07c97 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png @@ -41,8 +41,8 @@ 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. +- Using the "Invoicing/Assets/Compute Assets" wizard. +- Activating the "Asset Management: Generate assets" cron. These options are compatibles each other. @@ -65,50 +65,50 @@ Changelog 14.0.1.0.0 (2021-01-08) ----------------------- - - [BREAKING] Removed all functionality associated with - account.fiscal.year + - [BREAKING] Removed all functionality associated with + account.fiscal.year 13.0.3.0.0 (2021-07-06) ----------------------- -- Allow to reverse the posting of a depreciation line instead of - deleting the journal entry. +- Allow to reverse the posting of a depreciation line instead of + deleting the journal entry. 13.0.2.0.0 (2021-02-19) ----------------------- -- Add support for multi-company +- Add support for multi-company 13.0.1.0.0 (2019-10-21) ----------------------- -- Python code and views were adapted to be compatible with v13. -- When assets are created through accounting journal items, they are - created when the journal items is posted. -- When a Bill Invoice is created or modified, at the time it is saved, - for each line that has an Asset profile and Quantity 'N' greater than - 1, it will be replaced by 'N' lines identical to it but with quantity - 1. This was done to maintain the same behavior as in the previous - version, in which for each asset created there is a Journal Item. In - addition, this solution does not change the data model which does not - cause migration scripts. -- The configuration option was removed so the only function of that is - to allow the module to be uninstalled by unchecking that - configuration option. -- Tests were adapted. +- Python code and views were adapted to be compatible with v13. +- When assets are created through accounting journal items, they are + created when the journal items is posted. +- When a Bill Invoice is created or modified, at the time it is saved, + for each line that has an Asset profile and Quantity 'N' greater than + 1, it will be replaced by 'N' lines identical to it but with quantity + 1. This was done to maintain the same behavior as in the previous + version, in which for each asset created there is a Journal Item. In + addition, this solution does not change the data model which does not + cause migration scripts. +- The configuration option was removed so the only function of that is + to allow the module to be uninstalled by unchecking that configuration + option. +- Tests were adapted. 12.0.2.1.0 (2019-10-21) ----------------------- -- [IMP] Add option to calculate depreciation table by days +- [IMP] Add option to calculate depreciation table by days 12.0.1.0.0 (2019-01-13) ----------------------- -- [BREAKING] account.asset: parent_path has replaced parent_left & - parent_right (TODO: migration script) -- [BREAKING] account.asset.recompute.trigger: depends on date_range.py - (TODO: re-implement in account_fiscal_year.py) +- [BREAKING] account.asset: parent_path has replaced parent_left & + parent_right (TODO: migration script) +- [BREAKING] account.asset.recompute.trigger: depends on date_range.py + (TODO: re-implement in account_fiscal_year.py) Bug Tracker =========== @@ -131,32 +131,32 @@ Authors Contributors ------------ -- OpenERP SA -- Luc De Meyer (Noviat) -- Frédéric Clementi (camptocamp) -- Florian Dacosta (Akretion) -- Stéphane Bidoul (Acsone) -- Adrien Peiffer (Acsone) -- Akim Juillerat -- Henrik Norlin (Apps2GROW) -- Maxence Groine -- Kitti Upariphutthiphong -- Saran Lim. -- `Tecnativa `__: +- OpenERP SA +- Luc De Meyer (Noviat) +- Frédéric Clementi (camptocamp) +- Florian Dacosta (Akretion) +- Stéphane Bidoul (Acsone) +- Adrien Peiffer (Acsone) +- Akim Juillerat +- Henrik Norlin (Apps2GROW) +- Maxence Groine +- Kitti Upariphutthiphong +- Saran Lim. +- `Tecnativa `__: - - Ernesto Tejeda - - Pedro M. Baeza - - João Marques - - Víctor Martínez + - Ernesto Tejeda + - Pedro M. Baeza + - João Marques + - Víctor Martínez -- `ForgeFlow `__: +- `ForgeFlow `__: - - Jordi Ballester - - Miquel Raïch + - Jordi Ballester + - Miquel Raïch -- `Sygel `__: +- `Sygel `__: - - Manuel Regidor + - Manuel Regidor Maintainers ----------- diff --git a/account_asset_management/__manifest__.py b/account_asset_management/__manifest__.py index 257a07c4b..9afd3522a 100644 --- a/account_asset_management/__manifest__.py +++ b/account_asset_management/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Assets Management", - "version": "17.0.1.0.1", + "version": "17.0.1.0.2", "license": "AGPL-3", "depends": ["account", "report_xlsx_helper"], "excludes": ["account_asset"], diff --git a/account_asset_management/static/description/index.html b/account_asset_management/static/description/index.html index e00c20a35..a40962a64 100644 --- a/account_asset_management/static/description/index.html +++ b/account_asset_management/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a8251a01bc72884bc4043a8d8e61e042ffa2bebecefe3ab6a9a125adda1efd52 +!! source digest: sha256:0f553e3c80a7b598bf5b0dd0646fd937d7da71cae697eae6c6fee4e050d07c97 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Mature License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runboat

This Module manages the assets owned by a company. It will keep track of @@ -449,8 +450,8 @@ version, in which for each asset created there is a Journal Item. In addition, this solution does not change the data model which does not cause migration scripts.

  • The configuration option was removed so the only function of that is -to allow the module to be uninstalled by unchecking that -configuration option.
  • +to allow the module to be uninstalled by unchecking that configuration +option.
  • Tests were adapted.
  • @@ -521,7 +522,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

    Maintainers

    This module is maintained by the OCA.

    -Odoo Community Association + +Odoo Community Association +

    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.