diff --git a/README.md b/README.md index e4111c3e..b8c8bb77 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [product_margin_classification](product_margin_classification/) | 16.0.1.1.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Product Margin Classification [product_replenishment_cost](product_replenishment_cost/) | 16.0.1.0.0 | | Provides an overridable method on product which computethe Replenishment cost of a product [product_standard_margin](product_standard_margin/) | 16.0.1.0.3 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Product Margin and Margin Rate +[product_standard_margin_security](product_standard_margin_security/) | 16.0.1.0.0 | | Security for product standard margin [sale_margin_delivered](sale_margin_delivered/) | 16.0.2.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) | Sale Margin Delivered [sale_margin_delivered_dropshipping](sale_margin_delivered_dropshipping/) | 16.0.1.0.1 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) | Sale Margin Delivered Dropshipping [sale_margin_delivered_security](sale_margin_delivered_security/) | 16.0.1.2.1 | [![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) | Glue module between sale margin delivered and sale margin security modules diff --git a/product_standard_margin_security/README.rst b/product_standard_margin_security/README.rst index 6bb85fb1..c7b1310c 100644 --- a/product_standard_margin_security/README.rst +++ b/product_standard_margin_security/README.rst @@ -7,7 +7,7 @@ Product Standard Margin Security !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7cfaa0f82cde1dd7ec11b08ff0885472344ac94abf822dbd307328060cc65429 + !! source digest: sha256:0c1734fc808ab3a7fdcd09646025251f5fba1c4bbfbb0d668038db337210ad8d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -57,9 +57,9 @@ Authors Contributors ------------ -- `Dixmit `__: +- `Dixmit `__: - - Luis Rodríguez + - Luis Rodríguez Maintainers ----------- diff --git a/product_standard_margin_security/static/description/index.html b/product_standard_margin_security/static/description/index.html index cc9c1edd..a3475292 100644 --- a/product_standard_margin_security/static/description/index.html +++ b/product_standard_margin_security/static/description/index.html @@ -367,7 +367,7 @@

Product Standard Margin Security

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7cfaa0f82cde1dd7ec11b08ff0885472344ac94abf822dbd307328060cc65429 +!! source digest: sha256:0c1734fc808ab3a7fdcd09646025251f5fba1c4bbfbb0d668038db337210ad8d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds security for the module product_standard_margin. Only diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index b4d459aa..b9351bcc 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240619.0 \ No newline at end of file +16.0.20250124.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 1a5d4dc9..4d98486b 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -13,6 +13,7 @@ 'odoo-addon-product_margin_classification>=16.0dev,<16.1dev', 'odoo-addon-product_replenishment_cost>=16.0dev,<16.1dev', 'odoo-addon-product_standard_margin>=16.0dev,<16.1dev', + 'odoo-addon-product_standard_margin_security>=16.0dev,<16.1dev', 'odoo-addon-sale_margin_delivered>=16.0dev,<16.1dev', 'odoo-addon-sale_margin_delivered_dropshipping>=16.0dev,<16.1dev', 'odoo-addon-sale_margin_delivered_security>=16.0dev,<16.1dev',