Sylvain GARANCHER
63e99ca835
[FIX] Override the field to add the value instead of breaking the validation system
9 years ago
Pedro M. Baeza
26bf6ef222
Merge pull request #68 from OCA/8.0-report_xlsx-readme-fix
[FIX] report_xlsx: Protect import + CamelCase class
8 years ago
Pedro M. Baeza
6ce9af85de
[FIX] report_xlsx: Protect import + CamelCase class
8 years ago
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.
8 years ago
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
```
8 years ago
Stéphane Bidoul (ACSONE)
b08b24626b
[FIX] remove en.po that was erroneously created by transbot
8 years ago
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.
8 years ago
Pedro M. Baeza
f180c3cc66
[IMP] README.md: Runbot flag
8 years ago
Pedro M. Baeza
fddca415b8
[FIX] report_xls: Add missing README.rst
8 years ago
Pedro M. Baeza
a5c2e7799a
Merge pull request #63 from sergiocorato/fix_report_xls
[FIX][8.0] revert class renamed report_xls
8 years ago
sergio
b7a757dc6a
[FIX][8.0] revert class renamed report_xls
8 years ago
Pedro M. Baeza
2895aef597
Merge pull request #62 from Tecnativa/8.0-report_xls-protected_import
[8.0][FIX][report_xls] Protect xlwt import.
8 years ago
Jairo Llopis
b02cc1ce72
Fix linter warnings.
8 years ago
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 .
8 years ago
OCA Git Bot
8cc632599d
[UPD] addons table in README.md
8 years ago
Yannick Vaucher
0785891b60
Bump report_custom_filename version
8 years ago
Yannick Vaucher
9462cc8111
Merge pull request #57 from akretion/8.0-fix-bug-56
8.0 FIX bug #56 crash in report_custom_filename
8 years ago
OCA Transbot
80fa1e5e96
OCA Transbot updated translations from Transifex
8 years ago
Alexis de Lattre
22e80aff7d
Use action['datas']['ids'] and fallback on context['active_ids']
9 years ago
Alexis de Lattre
b471978642
FIX bug #56 crash in report_custom_filename
9 years ago
OCA Transbot
77a627b727
OCA Transbot updated translations from Transifex
9 years ago
OCA Git Bot
8bc7148383
[ADD] setup.py
9 years ago
OCA Git Bot
76b13ef122
[UPD] addons table in README.md
9 years ago
beau sebastien
bf90b56d14
Merge pull request #50 from osiell/8.0-report_xlsx
[ADD] 8.0 - report_xlsx
9 years ago
sebalix
3c2802f157
[MIG] report_xlsx - Backport from the 9.0 branch
9 years ago
OCA Git Bot
c368bad04b
[ADD] setup.py
9 years ago
Adrien Peiffer (ACSONE)
076b9bb88a
[CHG] Rename base_report_xlsx to report_xlsx and add xlsx report type in selection
9 years ago
OCA Transbot
364e764cc5
OCA Transbot updated translations from Transifex
9 years ago
OCA Git Bot
4d0a92c003
[UPD] addons table in README.md
9 years ago
Maxime Chambreuil - http://www.savoirfairelinux.com
0e9172cc5c
Merge pull request #47 from onesteinbv/80_add_bi_view_editor
[ADD] BI Views Editor (8.0)
9 years ago
astirpe
1ccf7bb31e
Decorator api.one replaced with api.multi + added model description
9 years ago
OCA Transbot
f1f794233e
OCA Transbot updated translations from Transifex
9 years ago
astirpe
b03cc60227
Updated contributors list
9 years ago
astirpe
ec8ccbcf50
Fix flake8 and pylint warnings
9 years ago
astirpe
c07827c04d
Merge branch '80_add_bi_view_editor' of https://github.com/onesteinbv/reporting-engine into 80_add_bi_view_editor
9 years ago
astirpe
cf72e8dd39
Code review: deleted index.html and registry fixes
9 years ago
Pedro M. Baeza
9c6c9b9d5e
Merge pull request #48 from pedrobaeza/8.0-travis
[FIX] .travis.yml
9 years ago
Pedro M. Baeza
8f1cbf533e
[FIX] .travis.yml
9 years ago
astirpe
cfa97f6e40
Removal of index.html
9 years ago
astirpe
f8c2aa3870
Removed company name
9 years ago
astirpe
690fcc7b32
Fixed broken handling of registry
9 years ago
astirpe
3980102f85
Removed creation of new registry
9 years ago
astirpe
881ce6beb2
Attempting to fix registry reloading issue
9 years ago
astirpe
a5f92fa407
Merge branch '80_add_bi_view_editor' of https://github.com/onesteinbv/reporting-engine into 80_add_bi_view_editor
Conflicts:
bi_view_editor/README.rst
9 years ago
astirpe
cdff77f313
[ADD] Rebased BI Tool (8.0)
9 years ago
astirpe
ed761967f4
Added missing context on view
9 years ago
Maxime Chambreuil - http://www.savoirfairelinux.com
e65c452a2e
Update .travis.yml
9 years ago
astirpe
1f25992977
Updated module description and list of contributors
9 years ago
astirpe
52a3d59815
[ADD] Adding The BI Tool (8.0)
9 years ago
Alexandre Fayolle
551c2b1775
Revert "[SEC] report_xls: fix unsafe eval"
This reverts commit b154dde083
.
9 years ago