diff --git a/README.md b/README.md index 5f00343b..e6fb8bd5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[create_recursive_abstract](create_recursive_abstract/) | 16.0.1.0.0 | | Create recursively parents item. +[create_recursive_abstract](create_recursive_abstract/) | 16.0.2.0.0 | | Create recursively parents item. [create_recursive_pos_category](create_recursive_pos_category/) | 16.0.1.0.0 | | Extra GRAP Tools to import product data for Point of sale module [create_recursive_product_category](create_recursive_product_category/) | 16.0.1.0.0 | | Create recursively parents item for the Product Categories model. [product_accounts](product_accounts/) | 16.0.1.0.0 | | Compute and display income - expense account at product level diff --git a/create_recursive_abstract/README.rst b/create_recursive_abstract/README.rst index 1165f5a9..9a42f252 100644 --- a/create_recursive_abstract/README.rst +++ b/create_recursive_abstract/README.rst @@ -7,7 +7,7 @@ Recursive creation tools !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0a570ece5ef722146c6ec61f48654bbea391d98c8f90c2b9597a45bd561c0593 + !! source digest: sha256:cd50fd89cc1723a86b47a398d321ebdf725ff85b36bd1a554c4d900d6524361a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/create_recursive_abstract/__manifest__.py b/create_recursive_abstract/__manifest__.py index 94342e0b..48bedccb 100644 --- a/create_recursive_abstract/__manifest__.py +++ b/create_recursive_abstract/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Recursive creation tools", "summary": "Create recursively parents item.", - "version": "16.0.1.0.0", + "version": "16.0.2.0.0", "category": "Tools", "author": "GRAP", "website": "https://github.com/grap/grap-odoo-incubator",