Skip to content

Commit 78c36fe

Browse files
committed
[BOT] post-merge updates
1 parent 2a476d0 commit 78c36fe

File tree

9 files changed

+10
-8
lines changed

9 files changed

+10
-8
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ addon | version | maintainers | summary
3838
[base_time_window](base_time_window/) | 16.0.1.0.0 | | Base model to handle time windows
3939
[base_view_inheritance_extension](base_view_inheritance_extension/) | 16.0.1.0.0 | | Adds more operators for view inheritance
4040
[dbfilter_from_header](dbfilter_from_header/) | 16.0.1.0.0 | | Filter databases with HTTP headers
41-
[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
41+
[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
4242
[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
43+
[excel_import_export_unidecode](excel_import_export_unidecode/) | 16.0.1.0.1 | | Add unidecode option to excel import/export/report
4344
[html_text](html_text/) | 16.0.1.0.0 | | Generate excerpts from any HTML field
4445
[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
4546
[jsonifier](jsonifier/) | 16.0.0.0.0 | | JSON-ify data for all models

excel_import_export/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Excel Import/Export/Report
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:24deba2dc88700b32c324fcee17137fa7a31633d51ff0952e2167aecb2b06eb0
10+
!! source digest: sha256:d2156d3772802c846393876984dabe1aa56b21b425b564039b0663b901b0e121
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

excel_import_export/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Excel Import/Export/Report",
66
"summary": "Base module for developing Excel import/export/report",
7-
"version": "16.0.1.0.0",
7+
"version": "16.0.1.0.1",
88
"author": "Ecosoft,Odoo Community Association (OCA)",
99
"license": "AGPL-3",
1010
"website": "https://github.com/OCA/server-tools",

excel_import_export/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Excel Import/Export/Report</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:24deba2dc88700b32c324fcee17137fa7a31633d51ff0952e2167aecb2b06eb0
370+
!! source digest: sha256:d2156d3772802c846393876984dabe1aa56b21b425b564039b0663b901b0e121
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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>
373373
<p>The module provide pre-built functions and wizards for developer to build excel import / export / report with ease.</p>

excel_import_export_unidecode/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Excel Import/Export/Report: Unidecode
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:19cee33fc5782509b54e57e83d3cf30711505b3c47cb9d34801082b213a3f6d2
10+
!! source digest: sha256:822082434faf27c0d380390ffab4662760465d6a6de58c8a15d9f98b09b2e3c9
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

excel_import_export_unidecode/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Excel Import/Export/Report: Unidecode",
66
"summary": "Add unidecode option to excel import/export/report",
7-
"version": "16.0.1.0.0",
7+
"version": "16.0.1.0.1",
88
"author": "FactorLibre,Odoo Community Association (OCA)",
99
"license": "AGPL-3",
1010
"website": "https://github.com/OCA/server-tools",

excel_import_export_unidecode/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Excel Import/Export/Report: Unidecode</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:19cee33fc5782509b54e57e83d3cf30711505b3c47cb9d34801082b213a3f6d2
370+
!! source digest: sha256:822082434faf27c0d380390ffab4662760465d6a6de58c8a15d9f98b09b2e3c9
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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>
373373
<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>

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20231107.0
1+
16.0.20231109.0

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
'odoo-addon-dbfilter_from_header>=16.0dev,<16.1dev',
2828
'odoo-addon-excel_import_export>=16.0dev,<16.1dev',
2929
'odoo-addon-excel_import_export_demo>=16.0dev,<16.1dev',
30+
'odoo-addon-excel_import_export_unidecode>=16.0dev,<16.1dev',
3031
'odoo-addon-html_text>=16.0dev,<16.1dev',
3132
'odoo-addon-iap_alternative_provider>=16.0dev,<16.1dev',
3233
'odoo-addon-jsonifier>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)