diff --git a/README.md b/README.md index c2455ed7..ef23e676 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [base_bank_from_iban](base_bank_from_iban/) | 17.0.1.0.0 | | Bank from IBAN [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 [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/base_unece/README.rst b/base_unece/README.rst index 1876403b..020cc4fc 100644 --- a/base_unece/README.rst +++ b/base_unece/README.rst @@ -7,7 +7,7 @@ Base UNECE !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6f38a54d2f42ad486db021c133b1c0f6b4be8a4f326ceeb57578091a9eafa10f + !! source digest: sha256:289329077c03d4b8165a8129a3dbc91ebe7a77ae819f4a871eb03a2938b01c6d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/base_unece/static/description/index.html b/base_unece/static/description/index.html index 9248a27d..70768bfb 100644 --- a/base_unece/static/description/index.html +++ b/base_unece/static/description/index.html @@ -1,4 +1,3 @@ -
@@ -367,7 +366,7 @@This module adds the technical basis for the use of the code lists diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 323e5e98..208d37b9 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-community-data-files" -version = "17.0.20240119.0" +version = "17.0.20240304.0" dependencies = [ "odoo-addon-base_bank_from_iban>=17.0dev,<17.1dev", "odoo-addon-base_iso3166>=17.0dev,<17.1dev", + "odoo-addon-base_unece>=17.0dev,<17.1dev", "odoo-addon-uom_unece>=17.0dev,<17.1dev", ] classifiers=[