Skip to content

Commit 0f0ce75

Browse files
committed
[BOT] post-merge updates
1 parent 72bb89e commit 0f0ce75

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ addon | version | maintainers | summary
2424
--- | --- | --- | ---
2525
[account_account_tag_code](account_account_tag_code/) | 19.0.1.0.0 | | Add a code field to the accounts tags
2626
[account_asset_force_account](account_asset_force_account/) | 19.0.1.0.0 | <a href='https://github.com/BernatObrador'><img src='https://github.com/BernatObrador.png' width='32' height='32' style='border-radius:50%;' alt='BernatObrador'/></a> | Asset Force Account
27-
[account_asset_management](account_asset_management/) | 19.0.1.0.1 | | Assets Management
27+
[account_asset_management](account_asset_management/) | 19.0.1.0.2 | | Assets Management
2828
[account_chart_update](account_chart_update/) | 19.0.1.1.1 | | Wizard to update a company's account chart from a template
2929
[account_fiscal_position_vat_check](account_fiscal_position_vat_check/) | 19.0.1.0.1 | | Check VAT on invoice validation
3030
[account_fiscal_year](account_fiscal_year/) | 19.0.1.0.0 | <a href='https://github.com/eLBati'><img src='https://github.com/eLBati.png' width='32' height='32' style='border-radius:50%;' alt='eLBati'/></a> | Create Account Fiscal Year

account_asset_management/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Assets Management
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:cfbc3add7e7e8863f3593f66cb9996125df1ae0d3509c8da382c0d92360cdd43
14+
!! source digest: sha256:acf3731f0d73f94788502c6bb36ada5bfb88562e5d41854b6ceec9eb15ac5059
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png

account_asset_management/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{
77
"name": "Assets Management",
8-
"version": "19.0.1.0.1",
8+
"version": "19.0.1.0.2",
99
"license": "AGPL-3",
1010
"depends": ["account", "report_xlsx_helper"],
1111
"excludes": ["account_asset"],

account_asset_management/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Assets Management</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:cfbc3add7e7e8863f3593f66cb9996125df1ae0d3509c8da382c0d92360cdd43
375+
!! source digest: sha256:acf3731f0d73f94788502c6bb36ada5bfb88562e5d41854b6ceec9eb15ac5059
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-financial-tools/tree/19.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-19-0/account-financial-tools-19-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&amp;target_branch=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This Module manages the assets owned by a company. It will keep track of

0 commit comments

Comments
 (0)