File tree 9 files changed +10
-8
lines changed
excel_import_export_unidecode
9 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,9 @@ addon | version | maintainers | summary
38
38
[ base_time_window] ( base_time_window/ ) | 16.0.1.0.0 | | Base model to handle time windows
39
39
[ base_view_inheritance_extension] ( base_view_inheritance_extension/ ) | 16.0.1.0.0 | | Adds more operators for view inheritance
40
40
[ 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
42
42
[ 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
43
44
[ html_text] ( html_text/ ) | 16.0.1.0.0 | | Generate excerpts from any HTML field
44
45
[ 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
45
46
[ jsonifier] ( jsonifier/ ) | 16.0.0.0.0 | | JSON-ify data for all models
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Excel Import/Export/Report
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:24deba2dc88700b32c324fcee17137fa7a31633d51ff0952e2167aecb2b06eb0
10
+ !! source digest: sha256:d2156d3772802c846393876984dabe1aa56b21b425b564039b0663b901b0e121
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
Original file line number Diff line number Diff line change 4
4
{
5
5
"name" : "Excel Import/Export/Report" ,
6
6
"summary" : "Base module for developing Excel import/export/report" ,
7
- "version" : "16.0.1.0.0 " ,
7
+ "version" : "16.0.1.0.1 " ,
8
8
"author" : "Ecosoft,Odoo Community Association (OCA)" ,
9
9
"license" : "AGPL-3" ,
10
10
"website" : "https://github.com/OCA/server-tools" ,
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Excel Import/Export/Report</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:24deba2dc88700b32c324fcee17137fa7a31633d51ff0952e2167aecb2b06eb0
370
+ !! source digest: sha256:d2156d3772802c846393876984dabe1aa56b21b425b564039b0663b901b0e121
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< 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&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< p > The module provide pre-built functions and wizards for developer to build excel import / export / report with ease.</ p >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Excel Import/Export/Report: Unidecode
7
7
!! This file is generated by oca-gen-addon-readme !!
8
8
!! changes will be overwritten. !!
9
9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:19cee33fc5782509b54e57e83d3cf30711505b3c47cb9d34801082b213a3f6d2
10
+ !! source digest: sha256:822082434faf27c0d380390ffab4662760465d6a6de58c8a15d9f98b09b2e3c9
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
13
.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
Original file line number Diff line number Diff line change 4
4
{
5
5
"name" : "Excel Import/Export/Report: Unidecode" ,
6
6
"summary" : "Add unidecode option to excel import/export/report" ,
7
- "version" : "16.0.1.0.0 " ,
7
+ "version" : "16.0.1.0.1 " ,
8
8
"author" : "FactorLibre,Odoo Community Association (OCA)" ,
9
9
"license" : "AGPL-3" ,
10
10
"website" : "https://github.com/OCA/server-tools" ,
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ <h1 class="title">Excel Import/Export/Report: Unidecode</h1>
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:19cee33fc5782509b54e57e83d3cf30711505b3c47cb9d34801082b213a3f6d2
370
+ !! source digest: sha256:822082434faf27c0d380390ffab4662760465d6a6de58c8a15d9f98b09b2e3c9
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
< 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&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< 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 >
Original file line number Diff line number Diff line change 1
- 16.0.20231107 .0
1
+ 16.0.20231109 .0
Original file line number Diff line number Diff line change 27
27
'odoo-addon-dbfilter_from_header>=16.0dev,<16.1dev' ,
28
28
'odoo-addon-excel_import_export>=16.0dev,<16.1dev' ,
29
29
'odoo-addon-excel_import_export_demo>=16.0dev,<16.1dev' ,
30
+ 'odoo-addon-excel_import_export_unidecode>=16.0dev,<16.1dev' ,
30
31
'odoo-addon-html_text>=16.0dev,<16.1dev' ,
31
32
'odoo-addon-iap_alternative_provider>=16.0dev,<16.1dev' ,
32
33
'odoo-addon-jsonifier>=16.0dev,<16.1dev' ,
You can’t perform that action at this time.
0 commit comments