OCA Transbot
b385ad39b5
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
9538876f41
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
69653a3b59
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
7f96f11506
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
9588a4a564
OCA Transbot updated translations from Transifex
8 years ago
Stéphane Bidoul (ACSONE)
f0239b7391
[10.0] mis_builder: fix indent style and other small improvements ( #273 )
8 years ago
Stéphane Bidoul (ACSONE)
50b44dd750
[DOC] mis_builder: changelog
8 years ago
Stéphane Bidoul (ACSONE)
93012d1e79
[UPD] mis_builder: changelog
8 years ago
Stéphane Bidoul (ACSONE)
1f79fdc32e
[FIX] missing unicode in format string
fixes #244
8 years ago
Andrea Stirpe
6bfb5839e9
[FIX] local variable 'ctx' referenced before assignment
Fixes the following:
```Traceback (most recent call last):
File "/opt/odoo-10.0/addons/report/controllers/main.py", line 100, in report_download
response = self.report_routes(reportname, converter='pdf', **dict(data))
File "/opt/odoo-10.0/src/odoo-10.0/odoo/http.py", line 504, in response_wrap
response = f(*args, **kw)
File "/opt/odoo-10.0/src/odoo-10.0/addons/report/controllers/main.py", line 45, in report_routes
pdf = report_obj.with_context(context).get_pdf(docids, reportname, data=data)
File "/opt/odoo-10.0/src/oca/mis_builder/report/mis_report_instance_qweb.py", line 23, in get_pdf
return super(Report, self.with_context(ctx)).get_pdf(
UnboundLocalError: local variable 'ctx' referenced before assignment
```
8 years ago
OCA Transbot
335c2e2844
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
cbef6c306f
OCA Transbot updated translations from Transifex
8 years ago
Stéphane Bidoul (ACSONE)
f7f2d5fa6e
[UPD] changelog
8 years ago
Stéphane Bidoul (ACSONE)
0f58da1c6c
[FIX] minor fix in readme
8 years ago
Adrien Peiffer (ACSONE)
68b331c7ce
[FIX] mis_builder: fix unit test.
8 years ago
Adrien Peiffer (ACSONE)
e4b88009a1
[FIX] Full access on mis report style for adviser.
8 years ago
Stéphane Bidoul (ACSONE)
3a39cb7bd4
[FIX] mis_builder: add web_widget_color dependency
now that the dependency is merged in 9.0
8 years ago
Stéphane Bidoul (ACSONE)
6c89a84792
[FIX] mis_builder: fix comparison when there are no subkpis ( #237 )
[FIX] mis_builder: fix comparison when there are no subkpis
8 years ago
Adrien Peiffer (ACSONE)
f34b7cfae2
Migration of mis_builder to 10.0
8 years ago
Pedro M. Baeza
e92b0b04f3
[MIG] Rename manifest files
8 years ago
Pedro M. Baeza
353b904cd1
[MIG] Make modules uninstallable
8 years ago
Stéphane Bidoul (ACSONE)
3aa468bc7a
[FIX] mis_builder: crash in xslx with one column
fixes #204
8 years ago
Adrien Peiffer (ACSONE)
eb908773b1
[IMP] Propagate context in drilldown method
8 years ago
Stéphane Bidoul (ACSONE)
fbe67f9db3
[IMP] 9c/9e compatible css for mis builder
8 years ago
Adrien Peiffer (ACSONE)
eb038752c1
[CHG][mis_builder] Changelog
8 years ago
Adrien Peiffer (ACSONE)
5530bfefb2
[IMP] Add refresh button in mis report preview. widget code changes to allow to add fields in the widget easier.
8 years ago
Stéphane Bidoul (ACSONE)
403612679c
[FIX] add missing domain filter on subkpi
one can only add subkpis that belong to the same report.
8 years ago
Thomas Binsfeld
9af17587fc
[IMP] prepare_locals_dict ( #199 )
9 years ago
Pedro M. Baeza
ff06ca82d0
[FIX] mis_builder: Obsolete migration script
8 years ago
Thomas Binsfeld
1bf98df351
[IMP] Style for Odoo 9E
8 years ago
Thomas Binsfeld
be7849aee3
[IMP] New submenu in financial reporting for MIS Builder entries
8 years ago
Richard deMeester
39d7937211
[9.0] mis reporting
Put configuration items on configuration menu which is not dropped by the
enterprise install.
Fixes #208
8 years ago
Thomas Binsfeld
1e5dc31137
[FIX] mis_builder: iter_cell_tuples ( #198 )
9 years ago
Stéphane Bidoul (ACSONE)
851a01570f
[IMP] mis_builder: removed unused argument ( #197 )
Was forgotten in 53192385fb
9 years ago
Leonardo Pistone
eb5e4371cc
mis_builder: fix typo, causes crash if report_xslx is missing ( #195 )
[FIX] mis_builder: crash if report_xslx is missing
9 years ago
Stéphane Bidoul
e8cdbcce78
set release date in mis_builder changelog
9 years ago
Stéphane Bidoul
53192385fb
[IMP] mis_builder: use company currency decimal place in deciding if initial balances are null or 0
9 years ago
Stéphane Bidoul
189483bba6
[IMP] mis_builder: change precision rounding from 2 to 4 to distinguish 0 from null in initial balances
This should be slightly on the safer side. Ideally, this rounding precision
should come from the kpi style (which defaults to the report style), but
that would be a lot of code for little benefits.
9 years ago
Stéphane Bidoul
f4a9b0d082
[FIX] mis_builder: typo in docstring
9 years ago
Stéphane Bidoul
5569b6b6f3
[FIX] mis_builder: better xmlid and name for vacuum cron
9 years ago
Stéphane Bidoul
910cd1e6ff
[FIX] mis_builder: duplicate record ids in ACLs
9 years ago
Stéphane Bidoul
022b8a8998
[IMP] mis_builder: more lint
9 years ago
Stéphane Bidoul
3e68d3d435
[IMP] mis_builder: remove deprecated api.one
9 years ago
Stéphane Bidoul
343a570bbd
[IMP] mis_builder: more lint
9 years ago
Stéphane Bidoul
c1adf834e9
[IMP] mis_builder: lint
9 years ago
Adrien Peiffer (ACSONE)
fc62b07bbb
[IMP] mis_builder: Cleanup JS widget.
9 years ago
Stéphane Bidoul
4fdc99014d
[IMP] mis_builder: more tests and fixes wrt DataError in results
9 years ago
Stéphane Bidoul
9ab6489694
[IMP] mis_builder: attempt to silence spurious pylint error
9 years ago
Stéphane Bidoul
068cc14c63
[FIX] mis_builder: handle corner case errors raised by the test suite
Plus, handle even more corner cases related to NameError handling.
9 years ago
Stéphane Bidoul
e34bd39f17
[IMP] mis_builder: add a wide-coverage integration test
This reveals a couple of bugs!
9 years ago