File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ addon | version | maintainers | summary
2323--- | --- | --- | ---
2424[ sale_margin_security] ( sale_margin_security/ ) | 18.0.1.0.0 | [ ![ sergio-teruel] ( https://github.com/sergio-teruel.png?size=30px )] ( https://github.com/sergio-teruel ) [ ![ rafaelbn] ( https://github.com/rafaelbn.png?size=30px )] ( https://github.com/rafaelbn ) [ ![ yajo] ( https://github.com/yajo.png?size=30px )] ( https://github.com/yajo ) | Sale Margin Security
2525[ sale_margin_sync] ( sale_margin_sync/ ) | 18.0.1.0.0 | | Recompute sale margin when stock move cost price is changed
26+ [ sale_report_margin] ( sale_report_margin/ ) | 18.0.1.0.0 | [ ![ sergio-teruel] ( https://github.com/sergio-teruel.png?size=30px )] ( https://github.com/sergio-teruel ) | Sale Report Margin
2627
2728[ // ] : # ( end addons )
2829
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Sale Report Margin
77 !! This file is generated by oca-gen-addon-readme !!
88 !! changes will be overwritten. !!
99 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10- !! source digest: sha256:748cbdf6ed5070e900de0c13e6346148f88087ee98301eae7f04967bf6926104
10+ !! source digest: sha256:fc850d4202aaa8038b124991f8b610fe95ee2f5b474105ec5390623731b5fa2c
1111 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313.. |badge1 | image :: https://img.shields.io/badge/maturity-Production%2FStable-green.png
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Sale Report Margin</h1>
367367!! This file is generated by oca-gen-addon-readme !!
368368!! changes will be overwritten. !!
369369!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:748cbdf6ed5070e900de0c13e6346148f88087ee98301eae7f04967bf6926104
370+ !! source digest: sha256:fc850d4202aaa8038b124991f8b610fe95ee2f5b474105ec5390623731b5fa2c
371371!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Production/Stable " src ="https://img.shields.io/badge/maturity-Production%2FStable-green.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/margin-analysis/tree/18.0/sale_report_margin "> < img alt ="OCA/margin-analysis " src ="https://img.shields.io/badge/github-OCA%2Fmargin--analysis-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/margin-analysis-18-0/margin-analysis-18-0-sale_report_margin "> < 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/margin-analysis&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 > Adds purchase_price field to sale report. This field comes from the
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-oca-margin-analysis"
3- version = " 18.0.20250224 .0"
3+ version = " 18.0.20250225 .0"
44dependencies = [
55 " odoo-addon-sale_margin_security==18.0.*" ,
66 " odoo-addon-sale_margin_sync==18.0.*" ,
7+ " odoo-addon-sale_report_margin==18.0.*" ,
78]
89classifiers =[
910 " Programming Language :: Python" ,
You can’t perform that action at this time.
0 commit comments