Commit Graph

  • a6fc62e13a [FIX] Fix view account.bank.statement.import.result put the footer element as child of form element Laurent Mignon 2015-03-25 20:41:28 +0100
  • d14f63bad7 [FIX] Pylint remove duplicate key Laurent Mignon 2015-03-25 20:25:10 +0100
  • 535627bf75 [IMP] Protect each import by a savepoint If the import of one file fails, rollback changes to the savepoint, log the error and process the next file Laurent Mignon (ACSONE) 2015-03-26 10:15:54 +0100
  • 9e1fdefecf [IMP] Display import result Laurent Mignon (ACSONE) 2015-03-25 16:38:36 +0100
  • f54e6116ad [ADD] Module that allows the bulk import of statemetns Statements must be packed in a zip archive Laurent Mignon (ACSONE) 2015-03-19 18:00:04 +0100
  • c1de739700 [FIX] No index=True needed when specifying unique constraint. Ronald Portier (Therp BV) 2015-05-21 12:15:02 +0200
  • b79e6da2e2 [FIX] Use unique accounts and improved bank search in base. Ronald Portier (Therp BV) 2015-05-21 12:13:47 +0200
  • c5bfc5b42b [FIX] backport from MP on upstream until 5f30c6ed09 Laurent Mignon 2015-04-03 09:24:32 +0200
  • cd3c2a5e8d [IMP] Specify the currency to use for the account.account and account.journal created by res_partner_bank.post_write Laurent Mignon 2015-04-03 09:06:14 +0200
  • 21d891b6fa [IMP] Let the res_partner_bank.post_write create the journal if it doesn't exist Laurent Mignon 2015-04-03 09:04:54 +0200
  • 1cbb7e4c58 [IMP] Sanitize acc_number to upper case Use wildcard on both sides when opertor contains 'like' Laurent Mignon 2015-03-23 08:25:14 +0100
  • 462027bcc7 [IMP] Improve test coverage Laurent Mignon 2015-03-22 22:11:24 +0100
  • e97adcfc74 [IMP] Add sanitezed_acc_number on res.partenr.bank The new field is computed by sanitzing the acc_number. Laurent Mignon 2015-03-22 20:15:48 +0100
  • f25adc6aa6 [IMP] use new API Laurent Mignon (ACSONE) 2015-05-21 14:03:51 +0200
  • e4ac6d7b65 [FIX] bank_account created by the import must belong to the partner linked to the company of the provided journal PR on master: odoo/odoo#5821 Laurent Mignon (ACSONE) 2015-03-18 15:35:17 +0100
  • 239b42e1c2 [IMP] Backport from master at 04daefd2d1 Laurent Mignon 2015-03-20 11:48:55 +0100
  • f0c2e68c65 Merge pull request #13 from akretion/8.0-fix-identify-by-bank-account Stéphane Bidoul (ACSONE) 2015-05-19 13:55:09 +0200
  • 13538178c1 Update travis configuration Alexandre Fayolle 2015-05-14 22:07:37 +0200
  • 15ecc133f1 [ENH] Better handling of end-to-reference and additional info. #4 Ronald Portier (Therp BV) 2015-03-30 16:44:19 +0200
  • 0d82f9f235 [FIX] No keyword argument in datetime.strptime. Ronald Portier (Therp BV) 2015-03-28 22:06:59 +0100
  • ac74b15097 [FIX] typo. Ronald Portier (Therp BV) 2015-03-28 21:13:56 +0100
  • 3ca03f3b0a [FIX] Fix parsing for statement_id in camt. Ronald Portier (Therp BV) 2015-03-28 18:59:46 +0100
  • 583764c167 [PEP] Add 2 blank lines in parserlib.py. Ronald Portier (Therp BV) 2015-03-28 13:36:37 +0100
  • d51e1d4953 [PEP] Pylint en flake8 improvements in camt.py. Ronald Portier (Therp BV) 2015-03-28 13:10:55 +0100
  • 090d60e5b5 [WIP] Further reorganisation of camt.py Ronald Portier (Therp BV) 2015-03-28 03:41:29 +0100
  • 51ab8924c7 [WIP] Save work in progress on camt. Ronald Portier (Therp BV) 2015-03-28 00:01:00 +0100
  • cbfba38531 don't use travis container-based infrastructure Alexandre Fayolle 2015-03-27 16:21:00 +0100
  • ad7122c72c [WIP] Save many changes to camt.py Ronald Portier (Therp BV) 2015-03-27 09:52:26 +0100
  • afdde80dce [WIP] Save many changes to camt.py Ronald Portier (Therp BV) 2015-03-27 07:59:08 +0100
  • a4da6eeb01 [WIP] Work in progress on streamlining parsers. Ronald Portier (Therp BV) 2015-03-26 10:46:28 +0100
  • 81cfff9e0a [FIX] Forgot datetime import in mt940.py. Ronald Portier (Therp BV) 2015-03-25 14:20:57 +0100
  • 0639ff71cd [FIX] Fix typo's in MT940. Ronald Portier (Therp BV) 2015-03-25 13:41:40 +0100
  • 295ec8b2f6 [FIX] Do away with needles cr argument. Ronald Portier (Therp BV) 2015-03-25 03:17:17 +0100
  • 3d08e85593 [RFR] Streamline statement parsing. Ronald Portier (Therp BV) 2015-03-25 02:37:48 +0100
  • 3516c1e617 FIX identify partner by res.partner.bank #13 Alexis de Lattre 2015-03-21 12:13:58 +0100
  • 485a6714bd [UPD] Update pot file from main branch. Ronald Portier (Therp BV) 2015-03-20 16:17:39 +0100
  • c41345f947 [FIX] bank_account created by the import must belong to the partner linked to the company of the provided journal PR on master: odoo/odoo#5821 #12 Laurent Mignon (ACSONE) 2015-03-18 15:35:17 +0100
  • 8614c60ddd Merge pull request #8 from pedrobaeza/8.0-i18n_es Pedro M. Baeza 2015-03-18 14:55:59 +0100
  • 488033b3ce Merge pull request #9 from pedrobaeza/8.0-icon Pedro M. Baeza 2015-03-18 14:55:09 +0100
  • 68192eea2f Merge pull request #11 from acsone/8.0-fix-new-api-compatibility Stéphane Bidoul (ACSONE) 2015-03-17 18:36:26 +0100
  • 9a11b67d6a [FIX]Take a copy of the context before update If the method `import_file` is called with the new API, the context is a frozendict and the update will raise `NotImplementedError: 'update' not supported on frozendict` PR on master: https://github.com/odoo/odoo/pull/5798 #11 Laurent Mignon (ACSONE) 2015-03-17 17:36:37 +0100
  • 70013b752a [FIX] Fix test after changing statement id generation. Ronald Portier (Therp BV) 2015-03-17 13:08:46 +0100
  • 67363283d5 [FIX] Date format in mt940 statement id. Ronald Portier (Therp BV) 2015-03-17 12:33:09 +0100
  • ec8a643542 [FIX] Handling tag 60F in mt940 files. Ronald Portier (Therp BV) 2015-03-17 12:17:35 +0100
  • 4c843a21fc [FIX] Correct generation of unique id for camt. Ronald Portier (Therp BV) 2015-03-11 12:00:00 +0100
  • f56ad01802 Better comment to explain the 3 first caracters of the file #10 Alexis de Lattre 2015-03-08 23:29:31 +0100
  • a50bbe989a Add module account_bank_statement_import_be_bpost Alexis de Lattre 2015-03-08 23:17:37 +0100
  • ca0ca30c66 [FIX] Prevent W503 errors in travis. Ronald Portier (Therp BV) 2015-02-20 16:59:00 +0100
  • 663c41915a Merge branch '8.0' into 8.0_import_parsers Ronald Portier (Therp BV) 2015-02-20 15:58:09 +0100
  • 7cc4d01e4a [FIX] Remove inserted pdb lines. Ronald Portier (Therp BV) 2015-02-13 14:39:51 +0100
  • 5397ee3044 [FIX] Add blank line to satisfy Travis. Ronald Portier (Therp BV) 2015-02-13 13:57:28 +0100
  • 3a195ca748 [FIX] Streamline mt940 parse, remove __unported__. Ronald Portier (Therp BV) 2015-02-12 15:50:05 +0100
  • 3d7802261c feat: add MT940 IBAN ING statement parser Kees van den Broek 2015-02-11 21:27:43 +0100
  • 6d0a3c2e57 [FIX] Updated test to work with new backport. Ronald Portier (Therp BV) 2015-02-02 15:14:11 +0100
  • 40a77de12a [ENH] Pep/flake and proper unique id for transactions. Ronald Portier (Therp BV) 2015-01-31 03:19:26 +0100
  • 6f19cc75a7 [ENH] Enable importing from zip files. Ronald Portier (Therp BV) 2015-01-30 14:49:58 +0100
  • b3f8e8d48c [ENH] Code compatible with renewed backport. Ronald Portier (Therp BV) 2015-01-29 17:58:02 +0100
  • a5546d5da6 [ENH] New backport by Alexis de Lattre. Ronald Portier (Therp BV) 2015-01-28 11:29:28 +0100
  • 0f9b71553c [FIX] Also remove journal_id from qif. Ronald Portier (Therp BV) 2015-01-24 03:23:48 +0100
  • 1fa8fd0459 [ENH] No more useless adapation of ofx import. Ronald Portier (Therp BV) 2015-01-24 03:10:55 +0100
  • b0c4ac6ff0 [FIX] Wrong name for dependency module. Ronald Portier (Therp BV) 2015-01-24 02:31:27 +0100
  • 30069b5853 [ENH] No longer necesarry to specify journal. Ronald Portier (Therp BV) 2015-01-24 02:11:51 +0100
  • bc669751a0 [FIX] Add missing dependency on base_iban. Ronald Portier (Therp BV) 2015-01-18 14:51:34 +0100
  • 38c25ec3ea [FIX] Fix two small flake errors in new test. Ronald Portier (Therp BV) 2015-01-18 12:34:43 +0100
  • c2fdea8232 [TST] Add tests for import of camt.053. Ronald Portier (Therp BV) 2015-01-18 11:57:53 +0100
  • cdb5b5f646 [FIX] Test on statement import should run OK now. Ronald Portier (Therp BV) 2015-01-16 23:01:01 +0100
  • 70735eb0f0 [FIX] Forgot to replace assignment by return. Ronald Portier (Therp BV) 2015-01-16 19:34:30 +0100
  • cce4316fed [ENH] Also override _detact_partner. Ronald Portier (Therp BV) 2015-01-16 18:30:08 +0100
  • 5e39b66992 [FIX] Spelling error in constraint definition. Ronald Portier (Therp BV) 2015-01-16 15:31:40 +0100
  • 2c3788717d [ENH] Properly create bank accounts on import. Ronald Portier (Therp BV) 2015-01-16 15:10:18 +0100
  • 3246f8cb7d [FIX] Name field in transaction required. Ronald Portier (Therp BV) 2015-01-14 15:34:01 +0100
  • b2e6a16b89 [FIX] Shouls pass Travis build test now. Ronald Portier (Therp BV) 2015-01-13 01:28:34 +0100
  • c9fa1c53b2 [ENH] Some small pep8 and flake improvements. Ronald Portier (Therp BV) 2015-01-12 23:43:49 +0100
  • 83ecc7655d [ENH] Ready camt parser and improvements for merge. Ronald Portier (Therp BV) 2015-01-12 20:14:07 +0100
  • d54a9573ea [ENH] Improve camt import. Ronald Portier (Therp BV) 2015-01-11 03:13:31 +0100
  • 5c47358c23 [ENH] Always show bank-account on transaction. Ronald Portier (Therp BV) 2015-01-10 22:50:44 +0100
  • 4037ce6a6a [ENH] More information available in transaction. Ronald Portier (Therp BV) 2015-01-10 16:04:30 +0100
  • 1cf9163265 [ENH] Module bank_statement_import_improve: - Add transfer_type and data to account_bank_statement_line. [ENH] Module bank_statement_parse_camt: - If transaction is a cash transaction, use additional transaction details to fill message. Ronald Portier (Therp BV) 2015-01-08 21:37:51 +0100
  • 6358b86a1f [FIX] Do away with a lot of stuff not having to do with import. Ronald Portier (Therp BV) 2015-01-05 15:53:58 +0100
  • febf04d1d2 [ENH] Move unported (in 8.0) parsers to this project. [FIX] Do away with bank_statement_parser, because it contains only a trivial amount of code, used in only a few parsers. The code itself is moved to new methods added to account.bank.statement and res.partner.bank respectively. Ronald Portier (Therp BV) 2015-01-05 15:22:46 +0100
  • 07139885dd [ENH] Modules bank_statement_parse and bank_statement_import_improve: Separate general improvements in import framework from module that enables pre 8.0 style statement import parsers. Ronald Portier (Therp BV) 2015-01-05 12:23:19 +0100
  • d4e7b5ef4e [FIX] Use README.rst for module descriptions. Ronald Portier (Therp BV) 2015-01-05 11:33:29 +0100
  • 90479bf1ed [FIX] Module bank_statement_parse: No configuration menu for statement import. Show bank-accounts - having nothing to do with configuration - directly in Bank and Cash menu. Ronald Portier (Therp BV) 2015-01-05 11:09:43 +0100
  • caf9d3580d Missing files for last commit Erwin van der Ploeg 2015-01-02 12:53:05 +0100
  • ea51e7d735 - POT files added to all modules - nl.po files added to all modules - Added CAMT.053 to the help text of the import wizard - Changed OpenERP to Odoo in view and translation files Erwin van der Ploeg 2015-01-02 12:52:01 +0100
  • 0f20cfdad8 [FIX] Try to do away with complaint on relative imports. Ronald Portier (Therp BV) 2014-12-25 02:37:14 +0100
  • b65f406943 [FIX] More pylint and flake updates. Ronald Portier (Therp BV) 2014-12-25 02:09:08 +0100
  • 26f062dead [FIX] Corrected some whitespace errors in __init__.py files. Ronald Portier (Therp BV) 2014-12-25 02:00:24 +0100
  • 7f840f6fb5 [FIX] flake, pep and pylint improvements. Ronald Portier (Therp BV) 2014-12-25 01:47:44 +0100
  • 2e5e05dc8b [ENH] Module bank_statement_parse: - Basic functionality to convert 7.0 and previous style imports is now functional. Ronald Portier (Therp BV) 2014-12-24 14:15:20 +0100
  • cf73fe95d9 [ENH] Make it very easy to convert old style bank statement import. Ronald Portier (Therp BV) 2014-12-24 00:33:18 +0100
  • ccebb2fef0 [FIX] Restored basic structure of parserlib. Ronald Portier (Therp BV) 2014-12-23 01:22:35 +0100
  • bc0cdf2b24 [FIX] Add lost files, before they are lost again. Do not name directories in odoo modules 'lib' or they will be shredded by the default .gitignore! Ronald Portier (Therp BV) 2014-12-22 17:56:49 +0100
  • a4e7706bee [FIX] Add needed noqa tags to backported files. [ENH] Add framework to migrate 7.0 and before import parsers. Ronald Portier (Therp BV) 2014-12-15 12:31:54 +0100
  • d33408ef9b [IMP] Icon in PNG and SVG retouched #9 Pedro M. Baeza 2015-02-20 01:57:00 +0100
  • 6f514aea43 [IMP] account_bank_statement_import: POT and ES translation files #8 Pedro M. Baeza 2015-02-20 01:34:34 +0100
  • c8c6df3913 Merge pull request #6 from akretion/8.0-new-backport-from-master Pedro M. Baeza 2015-02-20 01:31:56 +0100
  • 9d3242b7fe Merge pull request #1 from NL66278/8.0-new-backport-from-master-therp #6 Alexis de Lattre 2015-02-07 16:55:04 +0100
  • d999af6fbb [FIX] Use hashes to comment out code. Ronald Portier (Therp BV) 2015-02-07 02:47:09 +0100
  • 4d3e5c6636 [FIX] Make flake and pylint happy. Ronald Portier (Therp BV) 2015-02-07 02:09:35 +0100