diff --git a/README.md b/README.md index 60d3fa8d..a813ffd5 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [account_invoice_margin](account_invoice_margin/) | 17.0.1.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Show margin in invoices [account_invoice_margin_sale](account_invoice_margin_sale/) | 17.0.1.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) [![carlosdauden](https://github.com/carlosdauden.png?size=30px)](https://github.com/carlosdauden) | Set margin in invoices from sale orders +[sale_report_margin](sale_report_margin/) | 17.0.1.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) | Sale Report Margin [//]: # (end addons) diff --git a/sale_report_margin/README.rst b/sale_report_margin/README.rst index fdfd76dc..5978da3b 100644 --- a/sale_report_margin/README.rst +++ b/sale_report_margin/README.rst @@ -7,7 +7,7 @@ Sale Report Margin !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d88ddf73e1f1fc5a50a47a17cfd138876b0ff7dd8bab256e781b8eba61118967 + !! source digest: sha256:748cbdf6ed5070e900de0c13e6346148f88087ee98301eae7f04967bf6926104 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -46,7 +46,7 @@ Price* measure. Known issues / Roadmap ====================== -- To be added Gross Margin and comparisons. +- To be added Gross Margin and comparisons. Bug Tracker =========== @@ -69,13 +69,13 @@ Authors Contributors ------------ -- `Tecnativa `__: +- `Tecnativa `__: - - Sergio Teruel - - David Vidal - - Carlos Roca + - Sergio Teruel + - David Vidal + - Carlos Roca -- SodexisTeam +- SodexisTeam Maintainers ----------- diff --git a/sale_report_margin/static/description/index.html b/sale_report_margin/static/description/index.html index e99d0ab5..f1ba25c2 100644 --- a/sale_report_margin/static/description/index.html +++ b/sale_report_margin/static/description/index.html @@ -367,7 +367,7 @@

Sale Report Margin

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:d88ddf73e1f1fc5a50a47a17cfd138876b0ff7dd8bab256e781b8eba61118967 +!! source digest: sha256:748cbdf6ed5070e900de0c13e6346148f88087ee98301eae7f04967bf6926104 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: AGPL-3 OCA/margin-analysis Translate me on Weblate Try me on Runboat

Adds purchase_price field to sale report. This field comes from the diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 632edc27..6330ccba 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-margin-analysis" -version = "17.0.20240406.0" +version = "17.0.20250124.0" dependencies = [ "odoo-addon-account_invoice_margin>=17.0dev,<17.1dev", "odoo-addon-account_invoice_margin_sale>=17.0dev,<17.1dev", + "odoo-addon-sale_report_margin>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",