dufresnedavid
e7a1b215db
Merge remote-tracking branch 'origin/7.0' into HEAD
Conflicts:
.travis.yml
9 years ago
Stéphane Bidoul (ACSONE)
d7b417a584
Merge pull request #90 from acsone/7.0-mis_builder-lmi-2
7.0 mis builder backport from 8.0
9 years ago
Laurent Mignon
1cdf38d1ae
Fixes date convert to _utc_midnight
9 years ago
Laurent Mignon
35c47a2066
PEP8 Make the docstring a raw string to avoid Pylint W1401
9 years ago
Laurent Mignon
6e96478b1f
Upgrades travis.yml to latest OCA standard
9 years ago
jbeficent
e6ecd5b245
[FIX] avoid division by 0
9 years ago
jbeficent
29ea048450
[FIX] remove field 'landscape_pdf' and reorganize views for better visualisation
9 years ago
Stéphane Bidoul
12557f33ea
mis_builder backport: squash last pep8 errors
9 years ago
jbeficent
4260b113ca
[FIX] fix flake8 and pylint errors
9 years ago
jbeficent
50ed9252fc
[IMP] manual cherry picking of v8 commits 4f60e4c
af05e07
f4fbab3
and cb17def
9 years ago
jbeficent
2105849108
[IMP] cherry-pick commits from v8 and adapt.
9 years ago
Stéphane Bidoul
5420d7a0e0
[FIX] mis_builder: correct implementation and doctests for _min/_max
Conflicts:
mis_builder/models/mis_builder.py
cherry pick from v8
9 years ago
Stéphane Bidoul
1ee7dc0f8a
[IMP] mis_builder: update min/max function signatures
so min(x, y, ...) and min([x, y, ..]) both work as expected.
9 years ago
Laurent Mignon (ACSONE)
9f28fe6c3a
[FIX] Heading levels
Conflicts:
mis_builder/README.rst
cherry pick to v7
9 years ago
Laurent Mignon (ACSONE)
9d26832cbc
Add static description to get a proper look on app store
The description has been generated using rst2html5.
The path to the images has been manually fixed by removing 'static/description/' from the path.
The body element has been replaced by a section wrapping the whole content.
9 years ago
Leonardo Pistone
17560f6579
import guard for report_xls
The dependency is indeed declared in __openerp__.py and will be
enforced. Odoo evaluates all python files, even for modules which are
not installed, and crashes if an unneeded dependency is needed.
Conflicts:
mis_builder/report/__init__.py
cherry picked
9 years ago
jbeficent
2a0df08df9
[IMP] cherry pick commits in V8 from a809796
to 09d69b9
and adapt the code to v7
9 years ago
Stéphane Bidoul
9ba019ce45
[IMP] mis_builder: improve eval context of query domain
Make it closer to the evaluation context available for server actions.
Conflicts:
mis_builder/models/mis_builder.py
cherry-pick from v8
9 years ago
Laurent Mignon (ACSONE)
0de133925d
[IMP] Add module description
9 years ago
Laurent Mignon (ACSONE)
116c501f19
[FIX] Add OCA as author
Conflicts:
mis_builder/__openerp__.py
cherry-pick from v8
9 years ago
Alexis de Lattre
621ce046d4
PEP8
9 years ago
Alexis de Lattre
e7ce944c16
Add ability to use ('user_id', '=', uid) in a domain
Conflicts:
mis_builder/models/mis_builder.py
cherry-pick from v8
9 years ago
Stéphane Bidoul
8543e13a61
[IMP] mis_builder: add README and screenshots
9 years ago
Stéphane Bidoul
18ea0fa325
[FIX] mis_builder: do not arbitrarily filter on company in queries
Conflicts:
mis_builder/models/mis_builder.py
cherry pick from v8
10 years ago
Stéphane Bidoul
e5ec9e0916
[FIX] mis_builder: do not crash on aggregate queries with no results
Conflicts:
mis_builder/models/mis_builder.py
cherry pick from v8
10 years ago
Adrien Peiffer (ACSONE)
764534ee38
[IMP] mis_builder: improve alignment with css class on pdf report
Conflicts:
mis_builder/report/report_mis_report_instance.xml
cherry-pick from v8
10 years ago
Adrien Peiffer (ACSONE)
64b5a14afd
[FIX] mis_builder: in some cases with other report, ids isn't initialized
Conflicts:
mis_builder/report/report_mis_report_instance.py
cherry-pick from v8
10 years ago
Stéphane Bidoul
3d796fe141
[FIX] mis_builder: pep8
10 years ago
Stéphane Bidoul
1d04f6b269
[IMP] mis_builder: migration script to populate new column root_account
10 years ago
Laetitia Gangloff
05b6a04bb0
correct comparison function name call. correct drill_down
9 years ago
Laetitia Gangloff
15b122b944
fix little mistake with period computation
10 years ago
Laurent Mignon (ACSONE)
38a4eb2cef
[FIX] Tests
10 years ago
Laurent Mignon (ACSONE)
495693dacc
[ADD] backport mis_builder from 8.0
10 years ago
Stéphane Bidoul
2b60a19b49
[IMP] mis_builder: fix docstring and improve readability of get_aml_domain_for_expr
10 years ago
Stéphane Bidoul
6942f832ed
[IMP] mis_builder: unused imports in test
10 years ago
Stéphane Bidoul
fdd153e0c9
[FIX] mis_builder: fix test
10 years ago
Stéphane Bidoul
f79034f9b6
[FIX] mis_builder: fix time computation regression introduced in new api conversion
10 years ago
Stéphane Bidoul
9a77cf1b52
[IMP] mis_builder: remove old api remnant
10 years ago
Stéphane Bidoul
df2d2f7e65
[FIX] mis_builder: translatable comparison column header
10 years ago
Stéphane Bidoul
3624b2bb46
[FIX] mis_builder: better locale-aware date headers
10 years ago
Stéphane Bidoul
3b4740d396
[IMP] mis_builder: log conditional style evaluation errors
10 years ago
Stéphane Bidoul
826b831433
[IMP] mis_builder: improve kpi _onchange_type
10 years ago
Stéphane Bidoul
6c742b0d59
[IMP] mis_builder: more compact view
10 years ago
Stéphane Bidoul
02f4f71aef
[IMP] mis_builder_demo: use new balance syntax
10 years ago
Stéphane Bidoul
f2f1c8681d
[IMP] mis_builder: root account must be selected by user
Instead of attempting to deduce it from company.
10 years ago
Stéphane Bidoul
2c1d3c6fe8
[FIX] mis_builder: fix regexp in legacy mode for account codes containing letters
10 years ago
Stéphane Bidoul
822e587547
[IMP] mis_builder: cleanup manifest
10 years ago
Stéphane Bidoul
ce483fbdba
[IMP] mis_builder: new api
10 years ago
Stéphane Bidoul
d36117ed60
[IMP] mis_builder: pep8
10 years ago
Stéphane Bidoul
af172d8087
[FIX] mis_builder: percentage comparison in presence of negative values
10 years ago