diff --git a/README.md b/README.md index 05c4372..626e184 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [fiscal_company_account](fiscal_company_account/) | 16.0.1.1.0 | | Glue Module between CAE and Account modules [fiscal_company_base](fiscal_company_base/) | 16.0.1.1.1 | | Manage CAE (Cooperatives of Activities and Employment) -[fiscal_company_sale](fiscal_company_sale/) | 16.0.1.0.0 | | Glue Module between CAE and Sale modules +[fiscal_company_sale](fiscal_company_sale/) | 16.0.1.0.1 | | Glue Module between CAE and Sale modules [//]: # (end addons) diff --git a/fiscal_company_sale/README.rst b/fiscal_company_sale/README.rst index aa0c69d..4848df9 100644 --- a/fiscal_company_sale/README.rst +++ b/fiscal_company_sale/README.rst @@ -7,7 +7,7 @@ CAE - Sale !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:07dcef375645de6371ef5b3873d9bf0671c04458c28c43e5a86f59b6af1a2648 + !! source digest: sha256:1ae9c371f603498c301ee7825d325a0749f9c92b518660e7576aad70690ef208 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -38,6 +38,13 @@ This module is a glue module for the Odoo Sale module. .. contents:: :local: +Installation +============ + +To work, you should apply the following patch on Odoo. + +- https://github.com/grap/odoo/tree/16.0-CUSTOM-sale_sale-order-line-use-fiscal_company_id + Bug Tracker =========== diff --git a/fiscal_company_sale/__manifest__.py b/fiscal_company_sale/__manifest__.py index 7f0138c..a4382b0 100644 --- a/fiscal_company_sale/__manifest__.py +++ b/fiscal_company_sale/__manifest__.py @@ -4,7 +4,7 @@ { "name": "CAE - Sale", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "category": "CAE", "summary": "Glue Module between CAE and Sale modules", "author": "GRAP",