Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Nov 9, 2023
1 parent 2a476d0 commit 78c36fe
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -38,8 +38,9 @@ addon | version | maintainers | summary
[base_time_window](base_time_window/) | 16.0.1.0.0 | | Base model to handle time windows
[base_view_inheritance_extension](base_view_inheritance_extension/) | 16.0.1.0.0 | | Adds more operators for view inheritance
[dbfilter_from_header](dbfilter_from_header/) | 16.0.1.0.0 | | Filter databases with HTTP headers
[excel_import_export](excel_import_export/) | 16.0.1.0.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/) | 16.0.1.0.1 | [![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_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
[jsonifier](jsonifier/) | 16.0.0.0.0 | | JSON-ify data for all models
Expand Down
2 changes: 1 addition & 1 deletion excel_import_export/README.rst
Expand Up @@ -7,7 +7,7 @@ Excel Import/Export/Report
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:24deba2dc88700b32c324fcee17137fa7a31633d51ff0952e2167aecb2b06eb0
!! source digest: sha256:d2156d3772802c846393876984dabe1aa56b21b425b564039b0663b901b0e121
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion excel_import_export/__manifest__.py
Expand Up @@ -4,7 +4,7 @@
{
"name": "Excel Import/Export/Report",
"summary": "Base module for developing Excel import/export/report",
"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",
Expand Down
2 changes: 1 addition & 1 deletion excel_import_export/static/description/index.html
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Excel Import/Export/Report</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:24deba2dc88700b32c324fcee17137fa7a31633d51ff0952e2167aecb2b06eb0
!! source digest: sha256:d2156d3772802c846393876984dabe1aa56b21b425b564039b0663b901b0e121
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/16.0/excel_import_export"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>The module provide pre-built functions and wizards for developer to build excel import / export / report with ease.</p>
Expand Down
2 changes: 1 addition & 1 deletion excel_import_export_unidecode/README.rst
Expand Up @@ -7,7 +7,7 @@ Excel Import/Export/Report: Unidecode
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:19cee33fc5782509b54e57e83d3cf30711505b3c47cb9d34801082b213a3f6d2
!! source digest: sha256:822082434faf27c0d380390ffab4662760465d6a6de58c8a15d9f98b09b2e3c9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion excel_import_export_unidecode/__manifest__.py
Expand Up @@ -4,7 +4,7 @@
{
"name": "Excel Import/Export/Report: Unidecode",
"summary": "Add unidecode option to excel import/export/report",
"version": "16.0.1.0.0",
"version": "16.0.1.0.1",
"author": "FactorLibre,Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/server-tools",
Expand Down
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Excel Import/Export/Report: Unidecode</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:19cee33fc5782509b54e57e83d3cf30711505b3c47cb9d34801082b213a3f6d2
!! source digest: sha256:822082434faf27c0d380390ffab4662760465d6a6de58c8a15d9f98b09b2e3c9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/16.0/excel_import_export_unidecode"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-excel_import_export_unidecode"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module adds the extra unidecode option to be applied to the exported data. Example: e.g. ESPAÑA to ESPANA or forçut to forcut.</p>
Expand Down
2 changes: 1 addition & 1 deletion setup/_metapackage/VERSION.txt
@@ -1 +1 @@
16.0.20231107.0
16.0.20231109.0
1 change: 1 addition & 0 deletions setup/_metapackage/setup.py
Expand Up @@ -27,6 +27,7 @@
'odoo-addon-dbfilter_from_header>=16.0dev,<16.1dev',
'odoo-addon-excel_import_export>=16.0dev,<16.1dev',
'odoo-addon-excel_import_export_demo>=16.0dev,<16.1dev',
'odoo-addon-excel_import_export_unidecode>=16.0dev,<16.1dev',
'odoo-addon-html_text>=16.0dev,<16.1dev',
'odoo-addon-iap_alternative_provider>=16.0dev,<16.1dev',
'odoo-addon-jsonifier>=16.0dev,<16.1dev',
Expand Down

0 comments on commit 78c36fe

Please sign in to comment.