diff --git a/README.md b/README.md index b10dbf9e4..6cf02722c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [account_operating_unit](account_operating_unit/) | 17.0.1.0.0 | | Introduces Operating Unit (OU) in invoices and Accounting Entries with clearing account [analytic_operating_unit](analytic_operating_unit/) | 17.0.1.0.0 | | Analytic Operating Unit [analytic_operating_unit_access_all](analytic_operating_unit_access_all/) | 17.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Access all OUs' Analytics +[contract_operating_unit](contract_operating_unit/) | 17.0.1.0.0 | | Contract Operating Unit [hr_operating_unit](hr_operating_unit/) | 17.0.1.0.0 | | HR Operating Unit [operating_unit](operating_unit/) | 17.0.1.0.0 | | An operating unit (OU) is an organizational entity part of a company [operating_unit_access_all](operating_unit_access_all/) | 17.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Access all Operating Units diff --git a/contract_operating_unit/README.rst b/contract_operating_unit/README.rst index f22e28811..523f64a1d 100644 --- a/contract_operating_unit/README.rst +++ b/contract_operating_unit/README.rst @@ -7,7 +7,7 @@ Contract Operating Unit !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:1bf7413f738eb06d7f40c5ea6903fd1ffcb6abe7994c8dfd04afa916149458b7 + !! source digest: sha256:b0a039ab96737079ec10f2acbca0440fc11a87c220fea6cc33d11ad7b044e360 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/contract_operating_unit/static/description/index.html b/contract_operating_unit/static/description/index.html index 93fec9e94..7683789b5 100644 --- a/contract_operating_unit/static/description/index.html +++ b/contract_operating_unit/static/description/index.html @@ -367,7 +367,7 @@
This module introduces the following features:
diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 974f642f0..e1241785c 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "odoo-addons-oca-operating-unit" -version = "17.0.20240805.3" +version = "17.0.20240806.0" dependencies = [ "odoo-addon-account_operating_unit>=17.0dev,<17.1dev", "odoo-addon-analytic_operating_unit>=17.0dev,<17.1dev", "odoo-addon-analytic_operating_unit_access_all>=17.0dev,<17.1dev", + "odoo-addon-contract_operating_unit>=17.0dev,<17.1dev", "odoo-addon-hr_operating_unit>=17.0dev,<17.1dev", "odoo-addon-operating_unit>=17.0dev,<17.1dev", "odoo-addon-operating_unit_access_all>=17.0dev,<17.1dev",