diff --git a/README.md b/README.md index 9cad6be8f1f..245737a9e0a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ addon | version | maintainers | summary [database_cleanup](database_cleanup/) | 16.0.1.0.1 | | Database cleanup [dbfilter_from_header](dbfilter_from_header/) | 16.0.1.0.1 | | Filter databases with HTTP headers [excel_import_export](excel_import_export/) | 16.0.1.1.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Base module for developing Excel import/export/report -[excel_import_export_demo](excel_import_export_demo/) | 16.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Excel Import/Export/Report Demo +[excel_import_export_demo](excel_import_export_demo/) | 16.0.1.0.1 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Excel Import/Export/Report Demo [excel_import_export_unidecode](excel_import_export_unidecode/) | 16.0.1.0.1 | | Add unidecode option to excel import/export/report [html_text](html_text/) | 16.0.1.0.0 | | Generate excerpts from any HTML field [iap_alternative_provider](iap_alternative_provider/) | 16.0.1.0.0 | [![sebastienbeau](https://github.com/sebastienbeau.png?size=30px)](https://github.com/sebastienbeau) | Base module for providing alternative provider for iap apps diff --git a/excel_import_export_demo/README.rst b/excel_import_export_demo/README.rst index 69a7c6d3db6..692a2758004 100644 --- a/excel_import_export_demo/README.rst +++ b/excel_import_export_demo/README.rst @@ -7,7 +7,7 @@ Excel Import/Export/Report Demo !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6e9429bbec5b4cbb4dad54e0fd9467faf27e61d011229814eb820efc00c188b3 + !! source digest: sha256:429e6681705b47f73d4f2920ab87b83bad0b7977035c794db570f46cb22b8b3c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/excel_import_export_demo/__manifest__.py b/excel_import_export_demo/__manifest__.py index 5aed5e91508..e96b4c37cd1 100644 --- a/excel_import_export_demo/__manifest__.py +++ b/excel_import_export_demo/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Excel Import/Export/Report Demo", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "author": "Ecosoft,Odoo Community Association (OCA)", "license": "AGPL-3", "website": "https://github.com/OCA/server-tools", diff --git a/excel_import_export_demo/static/description/index.html b/excel_import_export_demo/static/description/index.html index 66159d9c275..d8c0e85f8f6 100644 --- a/excel_import_export_demo/static/description/index.html +++ b/excel_import_export_demo/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Excel Import/Export/Report Demo

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:6e9429bbec5b4cbb4dad54e0fd9467faf27e61d011229814eb820efc00c188b3 +!! source digest: sha256:429e6681705b47f73d4f2920ab87b83bad0b7977035c794db570f46cb22b8b3c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

This module provide some example use case for excel_import_export