diff --git a/README.md b/README.md index b8f4a3f..5869380 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons 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 +[intrastat_product](intrastat_product/) | 17.0.1.0.0 | | Base module for Intrastat Product [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_delivery](product_harmonized_system_delivery/) | 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) | Hide native hs_code field provided by the delivery module [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 diff --git a/intrastat_product/README.rst b/intrastat_product/README.rst index c3b6448..c8fca19 100644 --- a/intrastat_product/README.rst +++ b/intrastat_product/README.rst @@ -7,7 +7,7 @@ Intrastat Product !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:4fd233db64fe121941a45cbac26752c2d2e95687fc4f49c2f5d92f48f95c27c2 + !! source digest: sha256:33886f6e1f9b2d6f022afb13096ac7180a9b0456e4b876c52587824163675259 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -158,7 +158,7 @@ Contributors - Denis Roussel -- Tecnativa <`www.tecnativa.com `__>: +- Tecnativa <`www.tecnativa.com\\> >`__: - João Marques - Víctor Martínez diff --git a/intrastat_product/static/description/index.html b/intrastat_product/static/description/index.html index 6d4a44b..14b9312 100644 --- a/intrastat_product/static/description/index.html +++ b/intrastat_product/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:4fd233db64fe121941a45cbac26752c2d2e95687fc4f49c2f5d92f48f95c27c2 +!! source digest: sha256:33886f6e1f9b2d6f022afb13096ac7180a9b0456e4b876c52587824163675259 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module contains common objects and fields for the Intrastat Product @@ -494,7 +494,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

  • Denis Roussel <denis.roussel@acsone.eu>

  • -
  • Tecnativa <www.tecnativa.com>:

    +
  • Tecnativa <www.tecnativa.com\>:

    • João Marques
    • @@ -507,7 +507,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

      Maintainers

      This module is maintained by the OCA.

      -Odoo Community Association + +Odoo Community Association +

      OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

      diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 5b72d6f..f01cf78 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-intrastat-extrastat" -version = "17.0.20240409.1" +version = "17.0.20240912.0" dependencies = [ "odoo-addon-intrastat_base>=17.0dev,<17.1dev", + "odoo-addon-intrastat_product>=17.0dev,<17.1dev", "odoo-addon-product_harmonized_system>=17.0dev,<17.1dev", "odoo-addon-product_harmonized_system_delivery>=17.0dev,<17.1dev", "odoo-addon-product_harmonized_system_stock>=17.0dev,<17.1dev",