diff --git a/README.md b/README.md index 0d1aa952238..48bf88308ae 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ addon | version | maintainers | summary [sale_automatic_workflow_job](sale_automatic_workflow_job/) | 16.0.1.0.0 | | Execute sale automatic workflows in queue jobs [sale_automatic_workflow_payment_mode](sale_automatic_workflow_payment_mode/) | 16.0.1.0.0 | | Sale Automatic Workflow - Payment Mode [sale_cancel_reason](sale_cancel_reason/) | 16.0.1.0.1 | | Sale Cancel Reason -[sale_commercial_partner](sale_commercial_partner/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Add stored related field 'Commercial Entity' on sale orders +[sale_commercial_partner](sale_commercial_partner/) | 16.0.1.0.1 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Add stored related field 'Commercial Entity' on sale orders [sale_company_currency](sale_company_currency/) | 16.0.1.0.0 | | Company Currency in Sale Orders [sale_discount_display_amount](sale_discount_display_amount/) | 16.0.1.0.0 | | This addon intends to display the amount of the discount computed on sale_order_line and sale_order level [sale_elaboration](sale_elaboration/) | 16.0.1.0.0 | | Set an elaboration for any sale line diff --git a/sale_commercial_partner/README.rst b/sale_commercial_partner/README.rst index 7659ec8024e..bd8a73cdbc7 100644 --- a/sale_commercial_partner/README.rst +++ b/sale_commercial_partner/README.rst @@ -7,7 +7,7 @@ Sale Commercial Partner !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:34b3afab734bacadcb741b258ec65f2164ae0320dab694c9bafc2a1e8b8c304f + !! source digest: sha256:b101dceee4755b03ee995fead9a10f8e2ea61b0ad02dd08bf89f6924f378ba14 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/sale_commercial_partner/__manifest__.py b/sale_commercial_partner/__manifest__.py index c3554f7fd7a..c9140af0551 100644 --- a/sale_commercial_partner/__manifest__.py +++ b/sale_commercial_partner/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Sale Commercial Partner", "summary": "Add stored related field 'Commercial Entity' on sale orders", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "development_status": "Production/Stable", "author": "Akretion,Odoo Community Association (OCA)", "maintainers": ["alexis-via"], diff --git a/sale_commercial_partner/static/description/index.html b/sale_commercial_partner/static/description/index.html index bedf74809d0..90ff1f508ff 100644 --- a/sale_commercial_partner/static/description/index.html +++ b/sale_commercial_partner/static/description/index.html @@ -367,7 +367,7 @@

Sale Commercial Partner

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:34b3afab734bacadcb741b258ec65f2164ae0320dab694c9bafc2a1e8b8c304f +!! source digest: sha256:b101dceee4755b03ee995fead9a10f8e2ea61b0ad02dd08bf89f6924f378ba14 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: AGPL-3 OCA/sale-workflow Translate me on Weblate Try me on Runboat

This module adds a related stored field Commercial Entity on sale orders.