Stefan Rijnhart (Opener)
75c3a804d4
Merge pull request #277 from ludogre/7.0_fix_account_export_csv_module_journals_filter_for_trial_balance
[7.0] account_export_csv: fix journals filter for trial balance
7 years ago
Stéphane Bidoul (ACSONE)
4493f4c223
Merge pull request #356 from acsone/7.0-mv-mis_builder
[7.0][DEL] mis_builder moved to OCA/mis-builder
7 years ago
Stéphane Bidoul (ACSONE)
c4f5379b98
[DEL] mis_builder moved to OCA/mis-builder
7 years ago
Ludovic CHEVALIER
d1d2681d5e
account_export_csv: fix journals filter for trial balance
8 years ago
Guewen Baconnier
ece7212768
Merge pull request #176 from pedrobaeza/7.0-travis
[FIX] .travis.yml
9 years ago
Pedro M. Baeza
662f2710ab
[FIX] account_journal_report_xls: Use safe_eval
9 years ago
Pedro M. Baeza
4f38153c97
[FIX] PEP8 + pylint
9 years ago
Pedro M. Baeza
8f7b746fda
[FIX] .travis.yml
9 years ago
Pedro M. Baeza
a2ed20547c
Merge pull request #171 from vrenaville/quote_csv
Quote all text to prevent false cell split in Excel
9 years ago
vrenaville
9d2e9c4547
Quote all text to prevent false cell split in Excel
9 years ago
Stéphane Bidoul (ACSONE)
764ffb01a0
Merge pull request #157 from acsone/7.0-mis_builder_compute_queue-lga
[7.0] mis_builder : in compute do not set val in localdict if there was a computation error
9 years ago
Maxime Chambreuil - http://www.savoirfairelinux.com
5193f5cccd
Merge pull request #9 from savoirfairelinux/7.0_account_partner_aged_statement
7.0 account partner aged statement
9 years ago
Laetitia Gangloff
0f5bafea67
mis_builder : add val in the localdict when value is set
9 years ago
Stéphane Bidoul (ACSONE)
2019491bb9
Merge pull request #156 from acsone/7.0-fix_mis_builder-lga
mis_builder : remove self.env.cr and self.env.uid
9 years ago
Laetitia Gangloff
ffb5c74e26
mis_builder : remove self.env.cr and self.env.uid
9 years ago
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