diff --git a/README.md b/README.md index 618bccb06..af10292b8 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [commission_formula](commission_formula/) | 17.0.1.0.0 | | Commissions computed by formulas [hr_commission](hr_commission/) | 17.0.1.0.0 | | HR commissions [sale_commission](sale_commission/) | 17.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Sales commissions +[sale_commission_salesman](sale_commission_salesman/) | 17.0.1.0.0 | | Sales commissions from salesman [//]: # (end addons) diff --git a/sale_commission_salesman/README.rst b/sale_commission_salesman/README.rst index 464b03f11..27a60958f 100644 --- a/sale_commission_salesman/README.rst +++ b/sale_commission_salesman/README.rst @@ -7,7 +7,7 @@ Sales commissions from salesman !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:63e532cf8e93589c8c91d5903713b79d7d760883004843c2471c51c0ca350e3f + !! source digest: sha256:ff8e4813cb8434bcf88070d72cfd283448beaca5f10cff88b347d2543805cd64 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sale_commission_salesman/static/description/index.html b/sale_commission_salesman/static/description/index.html index 055fb9a50..a0e84c2f8 100644 --- a/sale_commission_salesman/static/description/index.html +++ b/sale_commission_salesman/static/description/index.html @@ -367,7 +367,7 @@
This module extends the functionality of sale_commission to allow you to diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index b8dd4d354..24b3b56d1 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "odoo-addons-oca-commission" -version = "17.0.20240604.0" +version = "17.0.20240710.0" dependencies = [ "odoo-addon-account_commission>=17.0dev,<17.1dev", "odoo-addon-commission>=17.0dev,<17.1dev", "odoo-addon-commission_formula>=17.0dev,<17.1dev", "odoo-addon-hr_commission>=17.0dev,<17.1dev", "odoo-addon-sale_commission>=17.0dev,<17.1dev", + "odoo-addon-sale_commission_salesman>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",