From 09a8b070ea1b43c3b3d1f8a48896eea68a7c5299 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 9 Apr 2024 16:05:01 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + product_harmonized_system_stock/README.rst | 2 +- product_harmonized_system_stock/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 50807c9..e5f8cd1 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [intrastat_base](intrastat_base/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![luc-demeyer](https://github.com/luc-demeyer.png?size=30px)](https://github.com/luc-demeyer) | Base module for Intrastat reporting [product_harmonized_system](product_harmonized_system/) | 17.0.1.2.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![luc-demeyer](https://github.com/luc-demeyer.png?size=30px)](https://github.com/luc-demeyer) | Base module for Product Import/Export reports +[product_harmonized_system_stock](product_harmonized_system_stock/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![luc-demeyer](https://github.com/luc-demeyer.png?size=30px)](https://github.com/luc-demeyer) | Adds a menu entry for H.S. codes [//]: # (end addons) diff --git a/product_harmonized_system_stock/README.rst b/product_harmonized_system_stock/README.rst index f9250dc..4485e7a 100644 --- a/product_harmonized_system_stock/README.rst +++ b/product_harmonized_system_stock/README.rst @@ -7,7 +7,7 @@ Product Harmonized System (menu entry) !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2a70f7c40fad0cfaa6013181175fdc2155a60cc89df97610ebcdee7dc9363b80 + !! source digest: sha256:e4402c182ee1e0b7b94579856153908b935cfbc3d35a9fbc803bcbe7cac69783 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_harmonized_system_stock/static/description/index.html b/product_harmonized_system_stock/static/description/index.html index 2ee52fd..5c653f4 100644 --- a/product_harmonized_system_stock/static/description/index.html +++ b/product_harmonized_system_stock/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:2a70f7c40fad0cfaa6013181175fdc2155a60cc89df97610ebcdee7dc9363b80 +!! source digest: sha256:e4402c182ee1e0b7b94579856153908b935cfbc3d35a9fbc803bcbe7cac69783 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/intrastat-extrastat Translate me on Weblate Try me on Runboat

This module adds a menu entry for H.S. Codes. This menu entry is diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 43dc818..ec67171 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-intrastat-extrastat" -version = "17.0.20240314.0" +version = "17.0.20240409.0" dependencies = [ "odoo-addon-intrastat_base>=17.0dev,<17.1dev", "odoo-addon-product_harmonized_system>=17.0dev,<17.1dev", + "odoo-addon-product_harmonized_system_stock>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",