Skip to content

Commit f538c0c

Browse files
committed
[BOT] post-merge updates
1 parent 642c8b9 commit f538c0c

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ to? There are many repositories with specific purposes. Have a look at this
1919

2020
[//]: # (addons)
2121

22-
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
22+
Available addons
23+
----------------
24+
addon | version | maintainers | summary
25+
--- | --- | --- | ---
26+
[stock_account_valuation_report](stock_account_valuation_report/) | 18.0.1.0.0 | | Improves logic of the Inventory Valuation Report
2327

2428
[//]: # (end addons)
2529

setup/_metapackage/pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[project]
2+
name = "odoo-addons-oca-stock-logistics-reporting"
3+
version = "18.0.20250402.0"
4+
dependencies = [
5+
"odoo-addon-stock_account_valuation_report==18.0.*",
6+
]
7+
classifiers=[
8+
"Programming Language :: Python",
9+
"Framework :: Odoo",
10+
"Framework :: Odoo :: 18.0",
11+
]

stock_account_valuation_report/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Stock Account Valuation Report
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:b1f81917b0accae08bada8e71de30df05d6a6701d8916dc2f719b6a623f70250
10+
!! source digest: sha256:041a6b1fa1a77e3aa67251f97ce06e6afd4d9c2284d37c27f9d37dd9db25da8b
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -62,9 +62,9 @@ Authors
6262
Contributors
6363
------------
6464

65-
- Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
66-
- Aaron Henriquez <ahenriquez@forgeflow.com>
67-
- Stefan Rijnhart <stefan@opener.amsterdam>
65+
- Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
66+
- Aaron Henriquez <ahenriquez@forgeflow.com>
67+
- Stefan Rijnhart <stefan@opener.amsterdam>
6868

6969
Maintainers
7070
-----------

stock_account_valuation_report/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Stock Account Valuation Report</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:b1f81917b0accae08bada8e71de30df05d6a6701d8916dc2f719b6a623f70250
370+
!! source digest: sha256:041a6b1fa1a77e3aa67251f97ce06e6afd4d9c2284d37c27f9d37dd9db25da8b
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.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/stock-logistics-reporting/tree/18.0/stock_account_valuation_report"><img alt="OCA/stock-logistics-reporting" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-reporting-18-0/stock-logistics-reporting-18-0-stock_account_valuation_report"><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/stock-logistics-reporting&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>When you trigger a report of inventory valuation, and you use perpetual

0 commit comments

Comments
 (0)