diff --git a/README.md b/README.md index b9c780d16eb..2a2eb883f02 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ addon | version | maintainers | summary [database_cleanup](database_cleanup/) | 15.0.1.2.2 | | Database cleanup [datetime_formatter](datetime_formatter/) | 15.0.1.0.0 | | Helper functions to give correct format to date[time] fields [dbfilter_from_header](dbfilter_from_header/) | 15.0.1.0.0 | | Filter databases with HTTP headers -[excel_import_export](excel_import_export/) | 15.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](excel_import_export/) | 15.0.1.2.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/) | 15.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Excel Import/Export/Report Demo [fetchmail_incoming_log](fetchmail_incoming_log/) | 15.0.1.0.0 | | Log all messages received, before they start to be processed. [fetchmail_incoming_log_test](fetchmail_incoming_log_test/) | 15.0.1.0.0 | | Tests for 'fetchmail_incoming_log' module. diff --git a/excel_import_export/README.rst b/excel_import_export/README.rst index 0558aba609e..08ea6ca0682 100644 --- a/excel_import_export/README.rst +++ b/excel_import_export/README.rst @@ -7,7 +7,7 @@ Excel Import/Export/Report !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:066c1ae5ae09d33038fe8b6aba2d4cc51cff40488e92ad20a675d4069f5ce56e + !! source digest: sha256:c97a95ec30c30b9c482d9daec7627c338bb80083845e58c4cfa522b8a8bf7165 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/excel_import_export/__manifest__.py b/excel_import_export/__manifest__.py index 7c87d595cea..8b1ef2c7da7 100644 --- a/excel_import_export/__manifest__.py +++ b/excel_import_export/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Excel Import/Export/Report", "summary": "Base module for developing Excel import/export/report", - "version": "15.0.1.1.0", + "version": "15.0.1.2.0", "author": "Ecosoft,Odoo Community Association (OCA)", "license": "AGPL-3", "website": "https://github.com/OCA/server-tools", diff --git a/excel_import_export/static/description/index.html b/excel_import_export/static/description/index.html index 6048a39caa8..b97ecc69545 100644 --- a/excel_import_export/static/description/index.html +++ b/excel_import_export/static/description/index.html @@ -367,7 +367,7 @@

Excel Import/Export/Report

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:066c1ae5ae09d33038fe8b6aba2d4cc51cff40488e92ad20a675d4069f5ce56e +!! source digest: sha256:c97a95ec30c30b9c482d9daec7627c338bb80083845e58c4cfa522b8a8bf7165 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

The module provide pre-built functions and wizards for developer to build excel import / export / report with ease.