diff --git a/README.md b/README.md index 7426886f..261a6a8f 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [base_currency_iso_4217](base_currency_iso_4217/) | 17.0.1.0.0 | | Adds numeric code and full name to currencies, following the ISO 4217 specification [base_iso3166](base_iso3166/) | 17.0.1.0.0 | | ISO 3166 [base_unece](base_unece/) | 17.0.1.0.0 | [![astirpe](https://github.com/astirpe.png?size=30px)](https://github.com/astirpe) [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Base module for UNECE code lists +[company_sanitary_registry](company_sanitary_registry/) | 17.0.1.0.0 | | Sanitary Registry [uom_unece](uom_unece/) | 17.0.1.0.0 | [![astirpe](https://github.com/astirpe.png?size=30px)](https://github.com/astirpe) [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | UNECE nomenclature for the units of measure [//]: # (end addons) diff --git a/company_sanitary_registry/README.rst b/company_sanitary_registry/README.rst index b422a507..26ae8215 100644 --- a/company_sanitary_registry/README.rst +++ b/company_sanitary_registry/README.rst @@ -7,7 +7,7 @@ Sanitary Registry !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e2b35b8f105180c73f2b21323287bceec7288429bb7167fb7e9463ca949d035c + !! source digest: sha256:380097a89a32a1b7023d8cad21dba7b8c5ff21688c1ec323a46784f87a2f8094 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/company_sanitary_registry/static/description/index.html b/company_sanitary_registry/static/description/index.html index 9f358838..79af045c 100644 --- a/company_sanitary_registry/static/description/index.html +++ b/company_sanitary_registry/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Sanitary Registry

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:e2b35b8f105180c73f2b21323287bceec7288429bb7167fb7e9463ca949d035c +!! source digest: sha256:380097a89a32a1b7023d8cad21dba7b8c5ff21688c1ec323a46784f87a2f8094 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/community-data-files Translate me on Weblate Try me on Runboat

This module allows to add the sanitary registry of a company. diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 2a04c459..a8aa078f 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-community-data-files" -version = "17.0.20240311.1" +version = "17.0.20240311.2" dependencies = [ "odoo-addon-account_payment_unece>=17.0dev,<17.1dev", "odoo-addon-account_tax_unece>=17.0dev,<17.1dev", @@ -8,6 +8,7 @@ dependencies = [ "odoo-addon-base_currency_iso_4217>=17.0dev,<17.1dev", "odoo-addon-base_iso3166>=17.0dev,<17.1dev", "odoo-addon-base_unece>=17.0dev,<17.1dev", + "odoo-addon-company_sanitary_registry>=17.0dev,<17.1dev", "odoo-addon-uom_unece>=17.0dev,<17.1dev", ] classifiers=[