File tree Expand file tree Collapse file tree 4 files changed +21
-6
lines changed
stock_account_valuation_report Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,11 @@ to? There are many repositories with specific purposes. Have a look at this
19
19
20
20
[ // ] : # ( addons )
21
21
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
23
27
24
28
[ // ] : # ( end addons )
25
29
Original file line number Diff line number Diff line change
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
+ ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Stock Account Valuation Report
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:b1f81917b0accae08bada8e71de30df05d6a6701d8916dc2f719b6a623f70250
10
+ !! source digest: sha256:041a6b1fa1a77e3aa67251f97ce06e6afd4d9c2284d37c27f9d37dd9db25da8b
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -62,9 +62,9 @@ Authors
62
62
Contributors
63
63
------------
64
64
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>
68
68
69
69
Maintainers
70
70
-----------
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Stock Account Valuation Report</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:b1f81917b0accae08bada8e71de30df05d6a6701d8916dc2f719b6a623f70250
370
+ !! source digest: sha256:041a6b1fa1a77e3aa67251f97ce06e6afd4d9c2284d37c27f9d37dd9db25da8b
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< 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&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< p > When you trigger a report of inventory valuation, and you use perpetual
You can’t perform that action at this time.
0 commit comments