Stéphane Bidoul
5569b6b6f3
[FIX] mis_builder: better xmlid and name for vacuum cron
9 years ago
OCA Git Bot
f237a52d16
[UPD] addons table in README.md
9 years ago
Pedro M. Baeza
6d2ed08069
[REM] account_tax_report_no_zeroes: No more valid in v9
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
Stéphane Bidoul
b45a346abb
[IMP] mis_builder: better way to disable eval-used lint check
9 years ago
Stéphane Bidoul
3448c3de6e
[FIX] mis_builder: fix test
9 years ago
Stéphane Bidoul
d5dbd9aa8e
[FIX] mis_builder: typos in changelog
9 years ago
Stéphane Bidoul
c6da1aa9a6
[IMP] mis_builder: hide button box in edit mode on the report instance settings form
9 years ago
Stéphane Bidoul
5167dec5aa
[IMP] mis_builder: be more consistent in naming row/column labels
- label: the main row/column label
- description: a more detailed description of the row/column,
currently displayed as a second line in the header cell
- comment: a even more detailed comment,
currently displayed as a tooltip in the interactive widget only
9 years ago
Stéphane Bidoul
992a14b316
[IMP] mis_builder: simplify widget template
Plus more consistent vocabulary for row/col labels
9 years ago
Stéphane Bidoul
4dd0aec548
[FIX] mis_builder: avoid calling compute twice in widget
9 years ago
Stéphane Bidoul
c6e0afe3a4
[IMP] mis_builder: changelog and bump to version 2.0.0
9 years ago
Stéphane Bidoul
6fdb58ce23
[IMP] mis_builder: remove _ from some method names
because they are part of the public API (though not usable over rpc)
9 years ago
Stéphane Bidoul
a812c15447
[FIX] mis_builder: fix sum aggregation of non-stored field in non-accounting queries
fixes #178
9 years ago
Stéphane Bidoul
222874d4f6
[IMP] mis_builder: restore style expressions
The addition is local and propagates automatically to the the
widget, xls and pdf exports \o/
9 years ago
Stéphane Bidoul
c832020749
[IMP] mis_builder: default values for colors
9 years ago
Stéphane Bidoul
542ac94eda
[WIP] mis_builder: add TODO related to sub-kpi naming in SimpleArray
9 years ago
Stéphane Bidoul
27706de15c
[IMP] mis_builder: remove unneeded div in mis widget
9 years ago
Stéphane Bidoul
180801d171
[IMP] mis_builder: do not talk about periods in KpiMatrix, only columns
9 years ago
Stéphane Bidoul
517e5fdb86
[IMP] mis_builder: tweak report instance view
9 years ago
Stéphane Bidoul
da6556a239
[IMP] mis_builder: move comparison code to the style class
Ultimately KpiMatrix should not have to know about kpi at all, it should
become a kind of spreadsheet object that can render values in row/cols/subcols
with styles. At this stage, the qweb and pdf reports, as well as the as_dict()
method of the matrix already work without knowning anything about kpis.
9 years ago
Stéphane Bidoul
5fd1c48574
[FIX] mis_builder: multi-kpi comparison column ordering
9 years ago
Stéphane Bidoul
5d01916d4d
[IMP] mis_builder: cosmetics
9 years ago
Stéphane Bidoul
39917120e5
[FIX] mis_builder: tweak xlsx number format
9 years ago
Stéphane Bidoul
07d6c16a91
[FIX] mis_builder: dependencies
9 years ago
Stéphane Bidoul
e8aa6dd2c8
[IMP] mis_builder: number format are now part of styles
Plus a default style at the report level.
Plus correct number rendering for comparisons in Excel export.
9 years ago
Stéphane Bidoul
5fc18628e4
[FIX] mis_builder: another attempt to silence a spurious pylint-odoo error
9 years ago
Stéphane Bidoul
67ea6c8ce1
[IMP] mis_builder: comparison rendering tests and tweaks
9 years ago
Stéphane Bidoul
eb409cbd99
[IMP] mis_builder: add value rendering tests, and tune the code
9 years ago
Stéphane Bidoul
d2bc009961
[WIP] mis_builder refactoring: restore drilldown with support for account details
9 years ago
Stéphane Bidoul
d287d34748
[LNT] mis_builder: yes, I do want to use eval()
9 years ago
Stéphane Bidoul
7a1d2d1305
[IMP] mis_builder: changelog
9 years ago
Stéphane Bidoul
cad22130f2
[WIP] mis_builder refactoring: add a menu entry for styles
Plus do some more source renaming around styles.
9 years ago
Stéphane Bidoul
c8a6fe42fd
[FIX] mis_builder: xlsx: fix header display issue with simple kpis
9 years ago
Stéphane Bidoul
6e2d369b1d
[WIP] mis_builder refactoring: rename view and report sources for clarity
9 years ago
Stéphane Bidoul
e1e83a3efe
[IMP] mis_builder: update contributors in README
9 years ago
Stéphane Bidoul
7a17fca354
[IMP] mis_builder: cosmetics in style form
9 years ago
Stéphane Bidoul
3d51df95f1
[FIX] mis_builder: do not use color picker widget because it does not allow for null values
9 years ago
Stéphane Bidoul
1eaa80622a
[IMP] mis_builder: add no-break space for better display of multi-formula expressions
9 years ago
Stéphane Bidoul
d66f7b92fc
[IMP] mis_builder: style for auto-expanded detail rows
9 years ago
Stéphane Bidoul
272427006b
[WIP] mis_builder refactoring: fix and clean the test
9 years ago