Yannick Vaucher
|
17ac061ea8
|
Remove deprecated travis_run_flake8
|
10 years ago |
Yannick Vaucher
|
f75be61441
|
Separated Lint tests
|
10 years ago |
Yannick Vaucher
|
ae6f90f02d
|
Merge pull request #38 from acsone/8.0-mig-account_export_csv-sbi
[8.0] migrate account_export_csv
|
10 years ago |
Guewen Baconnier
|
638214845f
|
Add pot for translations
|
10 years ago |
Guewen Baconnier
|
5fb5ec4e02
|
Add tests to check if the reports and csv export are generated
|
10 years ago |
Guewen Baconnier
|
9fddff5b26
|
Correct pylint warning: W0621(redefined-outer-name)
xlwt is imported, no need to pass it it in the arguments
|
10 years ago |
Guewen Baconnier
|
79798cb9f7
|
If the relation table and fields are not explicit, they are created on
the wrong table (the base model from which the model _inherit)
See https://github.com/odoo/odoo/issues/3751
|
10 years ago |
Guewen Baconnier
|
4a55f36be9
|
Extract the description in README.rst
|
10 years ago |
Guewen Baconnier
|
e8bfbef0f0
|
Change URL from Launchpad to GitHub
|
10 years ago |
Guewen Baconnier
|
cf278d39c4
|
add the missing key installable
|
10 years ago |
Guewen Baconnier
|
4d28841790
|
Move account_journal_report_xls from __unported__ to root folder
|
10 years ago |
Stéphane Bidoul
|
edee228de0
|
[FIX] account_export_csv: duplicate column definition (spotted by pylint)
|
10 years ago |
Stéphane Bidoul
|
24be7610ff
|
[IMP] account_export_csv: spelling
|
10 years ago |
Stéphane Bidoul
|
240b13b36f
|
[IMP] account_export_csv: use cStringIO instead of StringIO
|
10 years ago |
Stéphane Bidoul
|
7b293ae769
|
[MIG] account_export_csv: frozendict issue
|
10 years ago |
Stéphane Bidoul
|
bbc4c43860
|
[MIG] account_export_csv: make installable
|
10 years ago |
Stéphane Bidoul
|
58961ee700
|
[MIG] account_export_csv: move out of unported
|
10 years ago |
Guewen Baconnier
|
e9cf40a3dd
|
Merge pull request #35 from acsone/8.0-afr_webkit_xls-trial-balance-fix-sbi
[FIX] afr_webkit_xls: incorrect debit/credit in xls trial balance
|
10 years ago |
Stéphane Bidoul
|
641b2cf400
|
[FIX] afr_webkit_xls: incorrect debit/credit in xls trial balance
|
10 years ago |
Pedro M. Baeza
|
8a0501c16c
|
Merge pull request #32 from acsone/8.0-afr-trial_balance_fix-sbi
[FIX] webkit: trial balance fix migration bugs
|
10 years ago |
Stéphane Bidoul
|
7da9478925
|
[FIX] pylint
|
10 years ago |
Stéphane Bidoul
|
09bc991004
|
[FIX] webkit: trial balance fix migration bugs
|
10 years ago |
Guewen Baconnier
|
4082c47723
|
Merge pull request #25 from acsone/8.0-fix-issue-24
Fix issue #24 and add tests to account_financial_report_webkit_xls
|
10 years ago |
Anthony Muschang
|
e1b0cb250c
|
[IMP] account_financial_report_webkit_xls: add more tests
|
10 years ago |
Anthony Muschang
|
49cf442b5e
|
[FIX] account_financial_report_webkit_xls: fix issue #24
|
10 years ago |
Pedro M. Baeza
|
d48a435e02
|
Merge pull request #23 from acsone/8.0-account_financial_report_webkit_xls
account_financial_report_webkit_xls: Port to 8.0
|
10 years ago |
Anthony Muschang (ACSONE)
|
82ca9b925b
|
[CHG] travis.yml
Use the official branch 8.0 since https://github.com/OCA/reporting-engine/pull/5 has been merged.
|
10 years ago |
Anthony Muschang
|
d2800c0633
|
[FIX]account_financial_report_webkit_xls: pep8
|
10 years ago |
Anthony Muschang
|
08443d4cee
|
[FIX]account_financial_report_webkit_xls: pep8 + travis
|
10 years ago |
Anthony Muschang
|
7b5e2b0beb
|
[CHG]account_financial_report_webkit_xls: Migration to v8
|
10 years ago |
Anthony Muschang
|
e950b571d1
|
[CHG]account_financial_report_webkit_xls: Migration to v8
|
10 years ago |
Maxime Chambreuil - http://www.savoirfairelinux.com
|
28c06298fb
|
Merge pull request #20 from acsone/8.0-account_financial_report_webkit
account_financial_report_webkit: Port to 8.0
|
10 years ago |
Anthony Muschang
|
78bb7af017
|
[FIX]account_financial_report_webkit: pep8
|
10 years ago |
Anthony Muschang
|
8e76fe6e61
|
[CHG]account_financial_report_webkit: Migration to v8
|
10 years ago |
Anthony Muschang
|
7c0a04744e
|
[CHG] Migration to v8
|
10 years ago |
Anthony Muschang
|
9cd0c23323
|
[CHG] Migration to v8
|
10 years ago |
Leonardo Pistone
|
9390f8a97f
|
Revert "[IMP] account_financial_report_webkit: in test, work around demo periods issue in 7.0"
This revert is done intentionally to remove a workaround for 7.0 only,
and not have it back in subsequent 7.0 -> 8.0 merges.
For details see
https://github.com/OCA/account-financial-reporting/pull/5#issuecomment-56939862
This reverts commit b71d8348f2 .
Conflicts:
.travis.yml
|
10 years ago |
Leonardo Pistone
|
ccb9b36302
|
Merge remote-tracking branch 'origin/7.0' into 8.0
Conflicts:
.travis.yml
|
10 years ago |
Leonardo Pistone
|
87f2bad5b6
|
Merge pull request #5 from acsone/7.0-fix-afr_webkit-test
[IMP] account_financial_report_webkit: in test, work around demo periods...
This is not needed on v8.
|
10 years ago |
Leonardo Pistone
|
7b272575d3
|
Merge pull request #12 from acsone/7.0-bug-1312732-lmi
[FIX] Use the migration machinery to initialize default values
closes #14
|
10 years ago |
Laurent Mignon (aka lmi)
|
6ebcf041c8
|
[FIX] Use the migration machinery to launch the initialization of the newly created column on account_move_line only on the first installation of the module account_financial_report_webkit
|
10 years ago |
Alexandre Fayolle
|
f82ce533a0
|
addons not ported in 8.0
|
10 years ago |
Alexandre Fayolle
|
5dfe659c7a
|
Merge branch '7.0' into 8.0 and updated QA files
|
10 years ago |
Pedro M. Baeza
|
9d80c2ef57
|
Merge pull request #11 from guewen/7.0-export-add-statement
[IMP] account_export_csv: Add name of the bank statement on export of account move lines
|
10 years ago |
Guewen Baconnier
|
758928a97f
|
Add name of the bank statement on export of account move lines
|
10 years ago |
Pedro M. Baeza
|
bad25d3d49
|
Merge pull request #6 from acsone/7.0-pep8
[IMP] PEP8 fix
|
10 years ago |
Laetitia Gangloff
|
6b4bd72004
|
[pep8] - review : replace _logger.log(logging.DEBUG by _logger.debug( / use , instead of % for interpolation
|
10 years ago |
Laetitia Gangloff
|
8ce6978437
|
[pep8] - remove unused level_class and general_ledger_xls/bal_formula - use false unused in a logger call
|
10 years ago |
Laetitia Gangloff
|
86d11702c5
|
[pep8] - F841 - remove unused style, exc
|
10 years ago |
Laetitia Gangloff
|
c58940efe3
|
[pep8] - correct F821 by defined global in self variable
|
10 years ago |