Commit Graph

815 Commits (b8be67e7ad94e64698b83ed98b68cec753066f5a)

Author SHA1 Message Date
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
2014-12-03 13:04:52 +01:00
Guewen Baconnier 4a55f36be9 Extract the description in README.rst 2014-12-03 13:04:52 +01:00
Guewen Baconnier e8bfbef0f0 Change URL from Launchpad to GitHub 2014-12-03 13:04:52 +01:00
Guewen Baconnier cf278d39c4 add the missing key installable 2014-12-03 13:04:52 +01:00
Guewen Baconnier 4d28841790 Move account_journal_report_xls from __unported__ to root folder 2014-12-03 13:04:52 +01:00
Stéphane Bidoul edee228de0 [FIX] account_export_csv: duplicate column definition (spotted by pylint) 2014-11-30 11:36:54 +01:00
Stéphane Bidoul 24be7610ff [IMP] account_export_csv: spelling 2014-11-30 11:34:55 +01:00
Stéphane Bidoul 240b13b36f [IMP] account_export_csv: use cStringIO instead of StringIO 2014-11-30 11:34:06 +01:00
Stéphane Bidoul 7b293ae769 [MIG] account_export_csv: frozendict issue 2014-11-30 11:29:08 +01:00
Stéphane Bidoul bbc4c43860 [MIG] account_export_csv: make installable 2014-11-30 11:20:23 +01:00
Stéphane Bidoul 58961ee700 [MIG] account_export_csv: move out of unported 2014-11-30 11:20:11 +01:00
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
2014-11-27 13:26:16 +01:00
Stéphane Bidoul 641b2cf400 [FIX] afr_webkit_xls: incorrect debit/credit in xls trial balance 2014-11-26 11:16:55 +01:00
Pedro M. Baeza 8a0501c16c Merge pull request #32 from acsone/8.0-afr-trial_balance_fix-sbi
[FIX] webkit: trial balance fix migration bugs
2014-11-25 12:02:00 +01:00
Stéphane Bidoul 7da9478925 [FIX] pylint 2014-11-24 18:48:56 +01:00
Stéphane Bidoul 09bc991004 [FIX] webkit: trial balance fix migration bugs 2014-11-24 18:26:17 +01:00
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
2014-11-18 12:41:20 +01:00
Anthony Muschang e1b0cb250c [IMP] account_financial_report_webkit_xls: add more tests 2014-11-12 14:31:16 +01:00
Anthony Muschang 49cf442b5e [FIX] account_financial_report_webkit_xls: fix issue #24 2014-11-12 13:36:29 +01:00
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
2014-11-10 11:20:34 +01:00
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.
2014-10-21 11:39:38 +02:00
Anthony Muschang d2800c0633 [FIX]account_financial_report_webkit_xls: pep8 2014-10-21 09:49:36 +02:00
Anthony Muschang 08443d4cee [FIX]account_financial_report_webkit_xls: pep8 + travis 2014-10-20 16:23:03 +02:00
Anthony Muschang 7b5e2b0beb [CHG]account_financial_report_webkit_xls: Migration to v8 2014-10-15 18:06:07 +02:00
Anthony Muschang e950b571d1 [CHG]account_financial_report_webkit_xls: Migration to v8 2014-10-15 18:02:36 +02:00
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
2014-10-11 13:15:55 -04:00
Anthony Muschang 78bb7af017 [FIX]account_financial_report_webkit: pep8 2014-10-10 14:01:08 +02:00
Anthony Muschang 8e76fe6e61 [CHG]account_financial_report_webkit: Migration to v8 2014-10-10 13:43:46 +02:00
Anthony Muschang 7c0a04744e [CHG] Migration to v8 2014-10-09 17:34:48 +02:00
Anthony Muschang 9cd0c23323 [CHG] Migration to v8 2014-10-09 11:57:45 +02:00
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
2014-09-26 11:43:27 +02:00
Leonardo Pistone ccb9b36302 Merge remote-tracking branch 'origin/7.0' into 8.0
Conflicts:
	.travis.yml
2014-09-26 11:40:32 +02:00
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.
2014-09-26 11:27:18 +02:00
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
2014-09-02 10:44:28 +02:00
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 2014-08-25 10:54:17 +02:00
Alexandre Fayolle f82ce533a0 addons not ported in 8.0 2014-08-22 16:49:37 +02:00
Alexandre Fayolle 5dfe659c7a Merge branch '7.0' into 8.0 and updated QA files 2014-08-22 16:48:13 +02:00
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
2014-08-20 15:26:55 +02:00
Guewen Baconnier 758928a97f Add name of the bank statement on export of account move lines 2014-08-20 15:08:22 +02:00
Pedro M. Baeza bad25d3d49 Merge pull request #6 from acsone/7.0-pep8
[IMP] PEP8 fix
2014-08-20 09:45:40 +02:00
Laetitia Gangloff 6b4bd72004 [pep8] - review : replace _logger.log(logging.DEBUG by _logger.debug( / use , instead of % for interpolation 2014-08-19 10:16:01 +02:00
Laetitia Gangloff 8ce6978437 [pep8] - remove unused level_class and general_ledger_xls/bal_formula - use false unused in a logger call 2014-08-19 09:04:18 +02:00
Laetitia Gangloff 86d11702c5 [pep8] - F841 - remove unused style, exc 2014-08-12 14:32:56 +02:00
Laetitia Gangloff c58940efe3 [pep8] - correct F821 by defined global in self variable 2014-08-12 13:53:56 +02:00
laetitia.gangloff@acsone.eu 746679c598 [pep8] review on account_financial_report, account_financial_report_horizontal, account_financial_report_webkit_xls, account_journal_report_xls, account_move_line_report_xls 2014-08-08 15:53:39 +02:00
laetitia.gangloff@acsone.eu cc060dd31f [pep8] - account_financial_report_webkit 2014-08-08 15:34:06 +02:00
laetitia.gangloff@acsone.eu 4c518c56fa [pep8] - account_financial_report 2014-08-08 13:18:16 +02:00
laetitia.gangloff@acsone.eu 8ce2b82351 [pep8] - review on account_export_csv, account_move_line_report_xls, account_journal_report_xls, account_financial_report_horizontal, account_financial_report_webkit_xls 2014-08-08 11:48:27 +02:00
laetitia.gangloff@acsone.eu 23e9b1534e [pep8] - account_financial_report_webkit_xls 2014-08-07 13:44:04 +02:00
laetitia.gangloff@acsone.eu b611fddb1c [pep8] - account_financial_report_horizontal 2014-08-07 13:08:20 +02:00