From 5c1d04dc8129b7c2e29962738258f31a0b0fa3e6 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 30 Dec 2024 10:15:45 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + account_tax_unece/README.rst | 2 +- account_tax_unece/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cfa8b10a..42bbae1f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[account_tax_unece](account_tax_unece/) | 18.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | UNECE nomenclature for taxes [base_unece](base_unece/) | 18.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 [l10n_eu_product_adr](l10n_eu_product_adr/) | 18.0.1.0.0 | | Allows to set appropriate danger class and components [uom_unece](uom_unece/) | 18.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 diff --git a/account_tax_unece/README.rst b/account_tax_unece/README.rst index 3336f933..5bef5383 100644 --- a/account_tax_unece/README.rst +++ b/account_tax_unece/README.rst @@ -7,7 +7,7 @@ Account Tax UNECE !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:71ed1f1244109e8e7291050c3fa840f53ec37603799d691478fcb45910070364 + !! source digest: sha256:88d2e410241cd080a75d917d456d67d26dc250e6d998ffb60913448016b1f485 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/account_tax_unece/static/description/index.html b/account_tax_unece/static/description/index.html index ea3c8d8f..5e45d582 100644 --- a/account_tax_unece/static/description/index.html +++ b/account_tax_unece/static/description/index.html @@ -367,7 +367,7 @@

Account Tax UNECE

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:71ed1f1244109e8e7291050c3fa840f53ec37603799d691478fcb45910070364 +!! source digest: sha256:88d2e410241cd080a75d917d456d67d26dc250e6d998ffb60913448016b1f485 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: LGPL-3 OCA/community-data-files Translate me on Weblate Try me on Runboat

This module adds two fields UNECE Type Code and UNECE Category Code diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 36c603d3..c5dc05a7 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-community-data-files" -version = "18.0.20241227.0" +version = "18.0.20241230.0" dependencies = [ + "odoo-addon-account_tax_unece==18.0.*", "odoo-addon-base_unece==18.0.*", "odoo-addon-l10n_eu_product_adr==18.0.*", "odoo-addon-uom_unece==18.0.*",