Commit Graph

137 Commits (fe1560e71edf43ecce17963b128c97feda92c32f)

Author SHA1 Message Date
OCA Transbot fe1560e71e OCA Transbot updated translations from Transifex 2016-12-31 01:37:42 -05:00
OCA Transbot 1e2fbd9b3d OCA Transbot updated translations from Transifex 2016-12-23 23:23:33 -05:00
OCA Transbot 44480c08e6 OCA Transbot updated translations from Transifex 2016-12-16 23:13:08 -05:00
OCA Transbot aa1878e563 OCA Transbot updated translations from Transifex 2016-12-09 23:10:09 -05:00
OCA Transbot b4495ebc86 OCA Transbot updated translations from Transifex 2016-12-02 22:25:25 -05:00
OCA Transbot e897f602fb OCA Transbot updated translations from Transifex 2016-11-29 10:31:24 -05:00
OCA Transbot c8cf13fa5a OCA Transbot updated translations from Transifex 2016-10-09 00:04:20 -04:00
Stéphane Bidoul (ACSONE) 208cd4d19f [UPD] prefix versions with 8.0 2016-10-08 11:22:45 +02:00
OCA Transbot 5f8d06e864 OCA Transbot updated translations from Transifex 2016-09-18 00:30:49 -04:00
Dave Lasley 5cdde03845 Merge pull request #42 from syleam/8.0-fix-report_type_field
[FIX] [report_xls] Override the field to add the value instead of breaking the validation system
2016-09-15 12:55:16 -07:00
Pedro M. Baeza a09b08eecd [IMP] report_qweb_signer: Add feature request 2016-09-06 09:53:23 +02:00
Pedro M. Baeza 96ac86030c Merge pull request #70 from Tecnativa/8.0-report_xls-fix_attributeerror
[8.0][FIX][report_xls] Fix regression introduced in 65223f4.
2016-08-23 14:54:05 +02:00
Sylvain GARANCHER 63e99ca835 [FIX] Override the field to add the value instead of breaking the validation system 2016-08-23 09:46:07 +02:00
Jairo Llopis 64d940c735 [FIX][report_xls] Fix regression introduced in 65223f4.
Variables are now at module level because they have to be mocked when there is
an `ImportError`, so we got an `AttributeError` when trying to use them.
2016-08-22 11:01:45 +02:00
Pedro M. Baeza 26bf6ef222 Merge pull request #68 from OCA/8.0-report_xlsx-readme-fix
[FIX] report_xlsx: Protect import + CamelCase class
2016-08-19 13:11:23 +02:00
Pedro M. Baeza 6ce9af85de [FIX] report_xlsx: Protect import + CamelCase class 2016-08-17 21:10:37 +02:00
Pedro M. Baeza 21d65b4563 Merge pull request #67 from Tecnativa/8.0-report_xls-protected_import
[FIX][report_xls] Add a variable when import fails.
2016-08-17 19:10:51 +02:00
Jairo Llopis ac3a648605 [FIX][report_xls] Add a variable when import fails.
Otherwise you can get errors like:

```
    from . import reporting_xls
  File "/opt/odoo/available/OCA/l10n-spain/account_balance_reporting_xls/report/reporting_xls.py", line#
Please enter the commit message for your changes. Lines starting
 31, in <module># with '#' will be ignored, and an empty message aborts the commit.
    from openerp.addons.report_xls.report_xls import report_xls# On branch 8.0-report_xls-protected_import
  File "/opt/odoo/available/OCA/OCB/openerp/modules/module.py", line 80, in load_module# Changes to be
committed:
    mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)# modified: report_xls.py
  File "/opt/odoo/available/OCA/reporting-engine/report_xls/__init__.py", line 24, in <module>#
    from . import report_xls
  File "/opt/odoo/available/OCA/reporting-engine/report_xls/report_xls.py", line 63, in <module>
    class report_xls(report_sxw):
  File "/opt/odoo/available/OCA/reporting-engine/report_xls/report_xls.py", line 230, in report_xls
    row_style=default_style, set_column_size=False):
NameError: name 'default_style' is not defined
```
2016-08-17 13:13:16 +02:00
Stéphane Bidoul (ACSONE) b08b24626b [FIX] remove en.po that was erroneously created by transbot 2016-08-15 22:14:40 +02:00
Yajo 65223f4a16 [FIX][report_xls] Protect import. (#64)
[FIX][report_xls] Protect import.

Even after merging 2bf93a1d49, import still breaks when trying to use module's stuff at class definition time when module is not imported.

I move xsl types to a failure-safe scope.
2016-08-13 03:06:47 +02:00
Pedro M. Baeza f180c3cc66 [IMP] README.md: Runbot flag 2016-08-13 03:02:42 +02:00
Pedro M. Baeza fddca415b8 [FIX] report_xls: Add missing README.rst 2016-08-09 08:55:43 +02:00
Pedro M. Baeza a5c2e7799a Merge pull request #63 from sergiocorato/fix_report_xls
[FIX][8.0] revert class renamed report_xls
2016-07-26 14:07:13 +02:00
sergio b7a757dc6a [FIX][8.0] revert class renamed report_xls 2016-07-26 10:12:22 +02:00
Pedro M. Baeza 2895aef597 Merge pull request #62 from Tecnativa/8.0-report_xls-protected_import
[8.0][FIX][report_xls] Protect xlwt import.
2016-07-25 17:02:41 +02:00
Jairo Llopis b02cc1ce72 Fix linter warnings. 2016-07-25 14:38:39 +02:00
Jairo Llopis 2bf93a1d49 [FIX][report_xls] Protect xlwt import.
Given `xlwt` could happen to not be installed because it is an optional dependency.

See https://github.com/odoo/odoo/issues/12897#issuecomment-234928120.
2016-07-25 13:34:46 +02:00
OCA Git Bot 8cc632599d [UPD] addons table in README.md 2016-07-13 02:40:39 +02:00
Yannick Vaucher 0785891b60 Bump report_custom_filename version 2016-07-12 11:14:11 +02:00
Yannick Vaucher 9462cc8111 Merge pull request #57 from akretion/8.0-fix-bug-56
8.0 FIX bug #56 crash in report_custom_filename
2016-07-12 11:09:47 +02:00
OCA Transbot 80fa1e5e96 OCA Transbot updated translations from Transifex 2016-07-03 08:58:15 -04:00
Alexis de Lattre 22e80aff7d Use action['datas']['ids'] and fallback on context['active_ids'] 2016-06-02 20:47:45 +02:00
Alexis de Lattre b471978642 FIX bug #56 crash in report_custom_filename 2016-06-01 15:31:58 +02:00
OCA Transbot 77a627b727 OCA Transbot updated translations from Transifex 2016-05-08 05:39:55 -04:00
OCA Git Bot 8bc7148383 [ADD] setup.py 2016-05-04 04:36:45 +02:00
OCA Git Bot 76b13ef122 [UPD] addons table in README.md 2016-05-04 02:40:43 +02:00
beau sebastien bf90b56d14 Merge pull request #50 from osiell/8.0-report_xlsx
[ADD] 8.0 - report_xlsx
2016-05-03 11:58:12 +02:00
sebalix 3c2802f157 [MIG] report_xlsx - Backport from the 9.0 branch 2016-04-27 12:02:19 +02:00
OCA Git Bot c368bad04b [ADD] setup.py 2016-04-14 04:39:20 +02:00
Adrien Peiffer (ACSONE) 076b9bb88a [CHG] Rename base_report_xlsx to report_xlsx and add xlsx report type in selection 2016-04-12 17:22:24 +02:00
OCA Transbot 364e764cc5 OCA Transbot updated translations from Transifex 2016-03-27 01:06:41 -04:00
OCA Git Bot 4d0a92c003 [UPD] addons table in README.md 2016-03-22 02:33:53 +01:00
Maxime Chambreuil - http://www.savoirfairelinux.com 0e9172cc5c Merge pull request #47 from onesteinbv/80_add_bi_view_editor
[ADD] BI Views Editor (8.0)
2016-03-21 11:01:52 -04:00
astirpe 1ccf7bb31e Decorator api.one replaced with api.multi + added model description 2016-03-21 12:16:26 +01:00
OCA Transbot f1f794233e OCA Transbot updated translations from Transifex 2016-03-12 23:24:26 -05:00
astirpe b03cc60227 Updated contributors list 2016-03-12 13:04:01 +01:00
astirpe ec8ccbcf50 Fix flake8 and pylint warnings 2016-03-11 17:45:53 +01:00
astirpe c07827c04d Merge branch '80_add_bi_view_editor' of https://github.com/onesteinbv/reporting-engine into 80_add_bi_view_editor 2016-03-11 17:06:28 +01:00
astirpe cf72e8dd39 Code review: deleted index.html and registry fixes 2016-03-11 17:03:32 +01:00
Pedro M. Baeza 9c6c9b9d5e Merge pull request #48 from pedrobaeza/8.0-travis
[FIX] .travis.yml
2016-03-11 16:41:02 +01:00