OCA Transbot
84d1d4bfc4
OCA Transbot updated translations from Transifex
2017-05-01 16:50:16 +02:00
Alexis de Lattre
aefe0aa78f
[FIX] crash in account_bank_statement_save_file
2017-04-11 23:01:16 +02:00
Alexis de Lattre
42f4231ed1
Remove the auto-delete lines with 0 amount (feature now provided by the module account_bank_statement_import)
2017-03-29 16:26:52 +02:00
OCA Transbot
97dc7c9a5c
OCA Transbot updated translations from Transifex
2017-03-24 21:10:43 -04:00
Alexis de Lattre
f751862062
[10.0] OFX: fix start/end balance ( #90 )
...
Remove start/end dates in name of statement, because it's better to have it via 2 computed fields
2017-03-18 17:41:20 +01:00
OCA Transbot
e40d3f6b91
OCA Transbot updated translations from Transifex
2017-02-03 20:06:04 -05:00
OCA Transbot
21a828c0ce
OCA Transbot updated translations from Transifex
2016-12-16 19:13:46 -05:00
Alexis de Lattre
2e30540217
[MIG] account_bank_statement_import_ofx: Migration to 10.0
...
* Remove the code that matches partners, which is wrong and cannot work
* Better 'name' on bank statement
* Move from models directory to wizard
* Remove demo data to tests
* Use latest version of ofxparse from github
2016-12-14 17:47:06 +01:00
Sylvain LE GAL
9fa4ee2607
[REF] OCA convention;
...
[ADD] patch ofx parser to make this module work with some european bank like credit cooperatif;
[IMP] wizard view to display OFX implementation;
2016-12-14 17:47:00 +01:00
Ilyas
4c1b5c1702
Some changes for odoo 9.0
2016-12-14 17:47:00 +01:00
Pedro M. Baeza
2ceee25c5a
[MIG] Rename manifest files
2016-10-06 14:47:55 +02:00
Stéphane Bidoul (ACSONE)
5855f05c3a
[FIX] remove en.po that was erroneously created by transbot
2016-08-15 18:54:43 +02:00
Pedro M. Baeza
1df2087f32
[MIG] Make modules uninstallable
2015-10-14 02:19:40 +02:00
OCA Transbot
50892c95ee
OCA Transbot updated translations from Transifex
2015-10-10 21:23:01 -04:00
Stéphane Bidoul
e1a9e82192
[UPD] prefix versions with 8.0
2015-10-09 09:59:36 +02:00
OCA Transbot
6655e7e91c
OCA Transbot updated translations from Transifex
2015-09-01 12:20:23 -04:00
Ronald Portier (Therp BV)
aaf375018a
[ENH] Support both old and new style parse results.
2015-06-26 16:02:10 +02:00
Ronald Portier (Therp BV)
6fe358a6cd
[FIX] Copyright headers, vim line and manifest keys.
2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
043ee55c82
[FIX] Test of ofx should not fail due to USD currency used.
2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
9945643158
[ENH] Support multiple accounts/currencies.
...
Copy of changes proposed for master.
2015-06-26 14:06:33 +02:00
Nicolas Bessi
d6818ae649
account_bank_statement_import_ofx is not automatically installed anymore
2015-06-09 11:58:53 +02:00
Laurent Mignon (ACSONE)
d29adac20c
[ADD] i18n
2015-06-08 11:17:16 +02:00
Laurent Mignon
0550df383c
[IMP] Extract description to README
...
Add OCA as author,
PEP8
2015-06-08 11:17:16 +02:00
Laurent Mignon
9c9ebe8cda
[IMP] Let the res_partner_bank.post_write create the journal if it doesn't exist
2015-06-08 11:17:16 +02:00
Laurent Mignon
5a5c48e355
[IMP] Improve test coverage
2015-06-08 11:17:16 +02:00
Laurent Mignon (ACSONE)
ec26ad79b9
[IMP] use new API
...
Conflicts:
account_bank_statement_import/account_bank_statement_import.py
2015-06-08 11:17:16 +02:00
Laurent Mignon
c7c6954df7
[IMP] Backport from master at 04daefd2d101d90daf5782173b95f31f3bd9e1b6
2015-06-08 11:17:16 +02:00
Ronald Portier (Therp BV)
4d3e5c6636
[FIX] Make flake and pylint happy.
...
No automatic creation of journals. Provide demo data to succesfully
run tests.
2015-02-07 02:09:35 +01:00
Alexis de Lattre
0796cb616c
Enable allow_auto_create_journal in the automated tests
2015-02-02 12:56:30 +01:00
Alexis de Lattre
eb576053c1
Adapt start/end balance in the OFX test
2015-02-02 12:47:56 +01:00
Alexis de Lattre
c017b6864b
New backport from odoo/master
...
Fix bug #5
2015-01-23 22:50:24 +01:00
Ronald Portier (Therp BV)
c9cbcac6cf
[FIX] Forgot to commit some __Init__.py files.
2014-12-21 14:20:09 +01:00
Ronald Portier (Therp BV)
2ebba0ee05
[FIX] Add noqa even to __init__.py files.
2014-12-21 13:41:43 +01:00
Ronald Portier (Therp BV)
e0d24ac1ff
[FIX] Apparently noqa tag should also be part of __openerp__.py files.
2014-12-15 14:07:54 +01:00
Ronald Portier (Therp BV)
44240a39ab
[FIX] Reverse change of year 2013 to 2014 in test files, and add warning
...
to module descriptions that periods in 2013 should exist when using
test-files.
2014-12-15 12:59:11 +01:00
Ronald Portier (Therp BV)
d78e49cc1d
[FIX] Add noqa tags to backported py files.
2014-12-15 12:37:19 +01:00
Ronald Portier (Therp BV)
13f32e2e62
[FIX] Change year in test files to 2014
...
[FIX] Change reference to not existing menu
2014-12-15 12:00:52 +01:00
Ronald Portier (Therp BV)
731330555a
[RFR] Move backported bank import modules from bank-payment
...
to bank-statement-import repository.
2014-12-15 10:18:55 +01:00