diff --git a/excel_import_export/README.rst b/excel_import_export/README.rst index c2ba1cc3c..02a89ea4f 100644 --- a/excel_import_export/README.rst +++ b/excel_import_export/README.rst @@ -119,6 +119,11 @@ Known issues / Roadmap Changelog ========= +12.0.1.0.4 (2019-08-28) +~~~~~~~~~~~~~~~~~~~~~~~ + +* Fix style sum in footer + 12.0.1.0.3 (2019-08-09) ~~~~~~~~~~~~~~~~~~~~~~~ @@ -161,6 +166,7 @@ Contributors ~~~~~~~~~~~~ * Kitti Upariphutthiphong. (http://ecosoft.co.th) +* Saran Lim. (http://ecosoft.co.th) Maintainers ~~~~~~~~~~~ diff --git a/excel_import_export/__manifest__.py b/excel_import_export/__manifest__.py index 60eb409d4..5a942f070 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': '12.0.1.0.2', + 'version': '12.0.1.0.4', 'author': 'Ecosoft,Odoo Community Association (OCA)', 'license': 'AGPL-3', 'website': 'https://github.com/OCA/server-tools/', diff --git a/excel_import_export/i18n/excel_import_export.pot b/excel_import_export/i18n/excel_import_export.pot index 8e27d3c7f..f6d2eaf9f 100644 --- a/excel_import_export/i18n/excel_import_export.pot +++ b/excel_import_export/i18n/excel_import_export.pot @@ -943,7 +943,7 @@ msgid "Template with CSV Quoting = False, data must not contain the same char as msgstr "" #. module: excel_import_export -#: code:addons/excel_import_export/models/xlsx_export.py:229 +#: code:addons/excel_import_export/models/xlsx_export.py:230 #: code:addons/excel_import_export/models/xlsx_import.py:244 #, python-format msgid "Template's model mismatch" diff --git a/excel_import_export/models/xlsx_export.py b/excel_import_export/models/xlsx_export.py index 8f45a9ec8..95749b869 100644 --- a/excel_import_export/models/xlsx_export.py +++ b/excel_import_export/models/xlsx_export.py @@ -220,6 +220,7 @@ class XLSXExport(models.AbstractModel): new_row += 1 f_rc = '%s%s' % (col, new_row) st[f_rc] = '=%s(%s:%s)' % (f, rc, new_rc) + co.fill_cell_style(st[f_rc], style, styles) cont_row = cont_row < new_row and new_row or cont_row return diff --git a/excel_import_export/readme/CONTRIBUTORS.rst b/excel_import_export/readme/CONTRIBUTORS.rst index 9c7a518b1..aa87b02dd 100644 --- a/excel_import_export/readme/CONTRIBUTORS.rst +++ b/excel_import_export/readme/CONTRIBUTORS.rst @@ -1 +1,2 @@ * Kitti Upariphutthiphong. (http://ecosoft.co.th) +* Saran Lim. (http://ecosoft.co.th) diff --git a/excel_import_export/readme/HISTORY.rst b/excel_import_export/readme/HISTORY.rst index d54c21cdf..58745034f 100644 --- a/excel_import_export/readme/HISTORY.rst +++ b/excel_import_export/readme/HISTORY.rst @@ -1,3 +1,8 @@ +12.0.1.0.4 (2019-08-28) +~~~~~~~~~~~~~~~~~~~~~~~ + +* Fix style sum in footer + 12.0.1.0.3 (2019-08-09) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/excel_import_export/static/description/index.html b/excel_import_export/static/description/index.html index d8439b7e6..45982adba 100644 --- a/excel_import_export/static/description/index.html +++ b/excel_import_export/static/description/index.html @@ -379,33 +379,34 @@ ul.auto-toc {

Table of contents

-

Installation

+

Installation

To install this module, you need to install following python library, xlrd, xlwt, openpyxl.

Then, simply install excel_import_export.

For demo, install excel_import_export_demo.

-

Usage

+

Usage

This module contain pre-defined function and wizards to make exporting, importing and reporting easy.

At the heart of this module, there are 2 main methods

    @@ -461,41 +462,47 @@ Please see example in excel_import_export_demo/report_action, which shows,

-

Known issues / Roadmap

+

Known issues / Roadmap

  • Module extension e.g., excel_import_export_async, that add ability to execute as async process.
  • Ability to add contextual action in XLSX Tempalte, e.g., Add import action, Add export action. In similar manner as in Server Action.
-

Changelog

+

Changelog

-

12.0.1.0.3 (2019-08-09)

+

12.0.1.0.4 (2019-08-28)

    -
  • Add report action for report_type = ‘excel’
  • +
  • Fix style sum in footer
-

12.0.1.0.2 (2019-08-07)

+

12.0.1.0.3 (2019-08-09)

    -
  • Small fix, to ensure that system parameter ‘path_temp_file’ (ir.config_parameter) is readable
  • +
  • Add report action for report_type = ‘excel’
-

12.0.1.0.1 (2019-06-24)

+

12.0.1.0.2 (2019-08-07)

-

12.0.1.0.0 (2019-02-24)

+

12.0.1.0.1 (2019-06-24)

+ +
+
+

12.0.1.0.0 (2019-02-24)

  • Start of the history
-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed @@ -503,21 +510,22 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • Ecosoft
-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose