mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[BOT] post-merge updates
This commit is contained in:
@@ -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 | [](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 | [](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
|
||||
|
||||
@@ -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 <akim.juillerat@camptocamp.com>
|
||||
- Henrik Norlin (Apps2GROW)
|
||||
- Maxence Groine <mgroine@fiefmanage.ch>
|
||||
- Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
|
||||
- Saran Lim. <saranl@ecosoft.co.th>
|
||||
- `Tecnativa <https://www.tecnativa.com>`__:
|
||||
- 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>
|
||||
- Henrik Norlin (Apps2GROW)
|
||||
- Maxence Groine <mgroine@fiefmanage.ch>
|
||||
- Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
|
||||
- Saran Lim. <saranl@ecosoft.co.th>
|
||||
- `Tecnativa <https://www.tecnativa.com>`__:
|
||||
|
||||
- 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 <https://www.forgeflow.com>`__:
|
||||
- `ForgeFlow <https://www.forgeflow.com>`__:
|
||||
|
||||
- Jordi Ballester <jordi.ballester@forgeflow.com>
|
||||
- Miquel Raïch <miquel.raich@forgeflow.com>
|
||||
- Jordi Ballester <jordi.ballester@forgeflow.com>
|
||||
- Miquel Raïch <miquel.raich@forgeflow.com>
|
||||
|
||||
- `Sygel <https://www.sygel.es>`__:
|
||||
- `Sygel <https://www.sygel.es>`__:
|
||||
|
||||
- Manuel Regidor <manuel.regidor@sygel.es>
|
||||
- Manuel Regidor <manuel.regidor@sygel.es>
|
||||
|
||||
Maintainers
|
||||
-----------
|
||||
|
||||
@@ -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"],
|
||||
|
||||
@@ -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
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-financial-tools/tree/17.0/account_asset_management"><img alt="OCA/account-financial-tools" src="https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-financial-tools-17-0/account-financial-tools-17-0-account_asset_management"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>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.</li>
|
||||
<li>The configuration option was removed so the only function of that is
|
||||
to allow the module to be uninstalled by unchecking that
|
||||
configuration option.</li>
|
||||
to allow the module to be uninstalled by unchecking that configuration
|
||||
option.</li>
|
||||
<li>Tests were adapted.</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -521,7 +522,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
||||
<div class="section" id="maintainers">
|
||||
<h2><a class="toc-backref" href="#toc-entry-13">Maintainers</a></h2>
|
||||
<p>This module is maintained by the OCA.</p>
|
||||
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
|
||||
<a class="reference external image-reference" href="https://odoo-community.org">
|
||||
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
||||
</a>
|
||||
<p>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.</p>
|
||||
|
||||
Reference in New Issue
Block a user