Commit Graph

  • fdc307bd22 [FIX][account_bank_statement_import_paypal] Consider refund line Adrien Peiffer (ACSONE) 2016-01-06 15:06:28 +0100
  • e4c7f7262a Update travis config Alexis de Lattre 2015-06-01 12:00:41 +0200
  • 3a232001ad FIX super Alexis de Lattre 2015-02-25 09:12:23 +0100
  • 64bb910267 Add methods to inherit for language-specific or country-specific stuff Port to new API Alexis de Lattre 2015-02-06 09:38:00 +0100
  • 997cd804da Fix spelling mistake Alexis de Lattre 2015-02-06 09:11:54 +0100
  • 483ab446a1 Add module account_bank_statement_import_paypal Alexis de Lattre 2015-02-05 14:41:27 +0100
  • 36d4fd5915 Merge pull request #62 from akretion/8.0-ofx-stronger-unique_import_id Pedro M. Baeza 2016-06-30 16:44:24 +0200
  • 5c584511de OCA Transbot updated translations from Transifex OCA Transbot 2016-06-18 03:26:03 -0400
  • 41bdac4350 Update demo journal bank account. #69 Fekete Mihai 2016-06-16 02:13:39 -0700
  • af7df6550b Update flake and pylint errors. Fekete Mihai 2016-06-16 02:05:18 -0700
  • cb0cff591e Add module for imports of Romanian BRD bank in MT940. Fekete Mihai 2016-06-16 01:58:56 -0700
  • d2afeb39d6 OCA Transbot updated translations from Transifex OCA Transbot 2016-06-11 03:22:36 -0400
  • cc769b99f5 [8.0] enforce journal sequence for statement naming policy luc-demeyer 2016-06-07 12:45:57 +0200
  • d18f756722 enforce journal sequence for statement naming policy luc-demeyer 2016-06-07 12:35:49 +0200
  • 7f09e65d27 We added the bank_account_id as a condition for the sql_constraints because we can have duplication of transaction ID in different bank accounts. #66 Yogesh Kushwaha 2016-05-12 13:13:03 -0300
  • 7f666ebe6d [FIX] CAMT Statement id may not be unique over time #65 Stefan Rijnhart 2016-05-04 19:46:46 +0200
  • e11bd54e22 Shorter bank statement name, as requested by Pedro #62 Alexis de Lattre 2016-05-09 21:33:06 +0200
  • 44c63c96e2 [ADD] setup.py OCA Git Bot 2016-04-14 04:42:47 +0200
  • 80f11ca2c3 [ADD] setup.py OCA Git Bot 2016-04-14 04:34:08 +0200
  • fea9c1bc58 [FIX] account_bank_statement_import: If not found bank account on statement vals, partner_id always was being null. #64 Omar 2016-04-07 17:53:12 +0200
  • 9184a38cab OCA Transbot updated translations from Transifex OCA Transbot 2016-03-12 00:24:30 -0500
  • 8b091f4db9 add german translations, if present then from *.pot #63 rs@techno-flex.de 2016-03-10 14:06:37 +0100
  • 9490a049af Merge pull request #51 from NL66278/8.0_camt_name Sylvain LE GAL 2016-03-10 00:43:41 +0100
  • 8ac21acea3 OFX: Display both bank number and account number in bank statement name Alexis de Lattre 2016-03-09 23:23:06 +0100
  • f5aebc1700 OFX: Stronger unique_import_id (to lower the risk of having 2 identical unique_import_id in the same file) Alexis de Lattre 2016-03-09 22:17:58 +0100
  • 9ea590144d Fix more flake8 and openerp file Ilyas 2016-02-24 17:17:41 +0500
  • fffc7cd4bd Fix flake8 and lot of code optimisation Ilyas 2016-02-24 16:59:24 +0500
  • 0dfcd8fe90 Merge pull request #58 from hbrunn/8.0-set_period_id_from_date Pedro M. Baeza 2016-02-09 09:15:05 +0100
  • 799e03a88b [IMP] pass account_period_prefer_normal #58 Holger Brunn 2016-02-08 11:52:24 +0100
  • b12f4908d2 [IMP] if there's a date but no period, ger the date's period Holger Brunn 2016-02-08 11:22:09 +0100
  • e53fc850c6 Merge pull request #54 from akretion/8-ofx-no-name-tag Holger Brunn 2016-02-08 10:57:07 +0100
  • dded47c5f1 Merge pull request #55 from akretion/8.0-better-error-msg Holger Brunn 2016-02-08 10:56:00 +0100
  • 5e0a8337d4 add import tool ofx #57 stephane lerendu 2016-02-02 16:41:39 +0100
  • dfd50a0d6e OCA Transbot updated translations from Transifex OCA Transbot 2016-01-29 23:58:40 -0500
  • 477da9368d OCA Transbot updated translations from Transifex OCA Transbot 2016-01-22 23:57:57 -0500
  • a7a8ecbc7f Merge pull request #2 from acsone/8.0-paypal-acsone-ape Alexis de Lattre 2016-01-17 01:03:03 +0100
  • 06015d81e3 pylint errors fixed Ilyas 2016-01-14 10:37:44 +0500
  • b3fedb4df7 Better error message #55 Alexis de Lattre 2016-01-13 00:05:53 +0100
  • 606e32c6ad FIX when transaction.payee is not set: don't detect wrong bank_account/partner (it used to match that res.partner.bank that have an empty 'owner_name') #54 Alexis de Lattre 2016-01-11 13:32:18 +0100
  • 48869f2aca Better fix: fallback on <TRNTYPE> (required in OFX) and also <CHECKNUM> if we have it Alexis de Lattre 2016-01-11 11:42:15 +0100
  • ceaa6782f1 OCA Transbot updated translations from Transifex OCA Transbot 2016-01-08 23:59:28 -0500
  • 250715f078 [UPD] addons table in README.md OCA Git Bot 2016-01-08 02:33:21 +0100
  • 4dc2495ac2 Add support for OFX files without <NAME> inside all <STMTTRN> Alexis de Lattre 2016-01-07 20:08:14 +0100
  • 4d7f940133 [FIX] Correct indentation in camt.py. #51 Ronald Portier (Therp BV) 2016-01-07 17:28:03 +0100
  • fb34329131 Merge pull request #53 from gurneyalex/9.0-remove_account_bank_statement_import Stéphane Bidoul (ACSONE) 2016-01-07 11:39:00 +0100
  • 6f5f4bf5ac add caution note for porters #53 Alexandre Fayolle 2016-01-07 11:35:25 +0100
  • 55a7eed513 rename account_bank_statement_import Alexandre Fayolle 2016-01-07 11:13:41 +0100
  • c141b86f1a [FIX][account_bank_statement_import_paypal] Remove thousands separator Adrien Peiffer (ACSONE) 2016-01-06 15:11:24 +0100
  • 2ca871b61a [IMP][account_bank_statement_import_paypal] Put file transaction ref in name to work with base_transaction_ref Adrien Peiffer (ACSONE) 2016-01-06 15:09:27 +0100
  • 5fbb8dbad5 [FIX][account_bank_statement_import_paypal] Avoid to return paypal_email_account as a bank account Adrien Peiffer (ACSONE) 2016-01-06 15:07:46 +0100
  • 273ea127dd [FIX][account_bank_statement_import_paypal] Consider refund line Adrien Peiffer (ACSONE) 2016-01-06 15:06:28 +0100
  • 8ecee97c28 [ENH] Might need info in camt import from PmtInfId element. Ronald Portier (Therp BV) 2015-12-14 01:19:24 +0100
  • 91b86e042e OCA Transbot updated translations from Transifex OCA Transbot 2015-12-11 23:05:50 -0500
  • 0b7a69e0d4 [UPD] addons table in README.md OCA Git Bot 2015-12-10 02:33:14 +0100
  • c2a66fb07f Merge pull request #50 from hbrunn/8.0-account_bank_statement_import_save_file-incomplete_format Stéphane Bidoul (ACSONE) 2015-12-09 19:59:22 +0100
  • e27269ce49 [FIX] incomplete format string #50 Holger Brunn 2015-12-09 15:35:33 +0100
  • 6606d0b2b1 Merge pull request #36 from NL66278/8.0_import_parsers_complete_therp Holger Brunn 2015-12-09 15:29:57 +0100
  • e5018cb8a9 Merge branch '9.0-1c-v3' of https://github.com/ilyasProgrammer/bank-statement-import into 9.0-1c-v3 Ilyas 2015-11-24 13:47:29 +0500
  • 855b458b11 open-erp some not important changes Ilyas 2015-11-24 13:44:08 +0500
  • adb47bf05e Update README.rst Ilyas 2015-11-24 13:33:23 +0500
  • d1032f943f 1c import module added Ilyas 2015-11-24 13:17:52 +0500
  • 29dd81a987 1c import module aded Ilyas 2015-11-24 13:14:31 +0500
  • 9e9ea8ba96 readme update #48 Ilyas 2015-11-24 11:46:35 +0500
  • bf1c4f9088 readme update Ilyas 2015-11-24 11:45:54 +0500
  • 33fa3b815a 1c files Ilyas 2015-11-24 11:18:43 +0500
  • cb5fbd6cf1 clear Ilyas 2015-11-24 11:16:07 +0500
  • bf2e9c620f Merge pull request #47 from hbrunn/8.0-notifications_one_list Pedro M. Baeza 2015-11-23 19:14:02 +0100
  • e8d5da1a81 [FIX] have one list of notifications #47 Holger Brunn 2015-11-23 12:10:21 +0100
  • f228c05cf3 f #46 Ilyas 2015-11-22 12:01:53 +0500
  • 98b7ae309e Some changes for odoo 9.0 #44 Ilyas 2015-11-18 14:50:48 +0500
  • e22c71057f Merge pull request #43 from hbrunn/8.0-account_bank_statement_import_save_file-init_hook_no_attachments Pedro M. Baeza 2015-11-16 09:34:15 +0100
  • 86b8c4f3ab [FIX] don't error out if there are no attachments #43 Holger Brunn 2015-11-15 04:16:58 +0100
  • 3c892536f2 OCA Transbot updated translations from Transifex OCA Transbot 2015-11-07 21:46:08 -0500
  • f36e24838a [FIX] Some finetuning of version numbers and #pylint comments. #36 Ronald Portier (Therp BV) 2015-10-25 11:09:03 +0100
  • 7d12ce19f1 [FIX] Import exceptions.Warning as UserError. Ronald Portier (Therp BV) 2015-10-02 00:12:32 +0200
  • f5f892ffa9 [FIX] Make sure old style parse results are handled properly. Ronald Portier (Therp BV) 2015-08-27 19:20:55 +0200
  • 26fac7bfa7 [ENH] Support zip files. Ronald Portier (Therp BV) 2015-06-13 01:20:18 +0200
  • 5c90293e75 Merge pull request #42 from akretion/8.0-fix-bug-wrong-variable-name Stefan Rijnhart (Opener) 2015-11-04 12:08:17 +0100
  • da47b902d0 PEP8 fix #42 Alexis de Lattre 2015-11-04 11:06:46 +0100
  • dce7ea261f Merge 862919fba0 into 2ec95869e2 #41 Alexis de Lattre 2015-11-03 22:40:32 +0000
  • 862919fba0 FIX 2 variables had the same name (account_number) !!! #41 Alexis de Lattre 2015-11-03 23:21:51 +0100
  • 2ec95869e2 OCA Transbot updated translations from Transifex OCA Transbot 2015-10-31 22:44:06 -0400
  • 4f516bacc9 OCA Transbot updated translations from Transifex OCA Transbot 2015-10-25 18:32:37 -0400
  • 30b262a91d Merge pull request #38 from rschnapka/8.0 Pedro M. Baeza 2015-10-24 20:33:22 +0200
  • 515fb40890 Merge pull request #39 from NL66278/8.0_camt_name Stefan Rijnhart (Opener) 2015-10-24 20:17:56 +0200
  • d27e60e85f [UPD] addons table in README.md Stéphane Bidoul 2015-10-14 09:55:41 +0200
  • d3df66cf42 [MIG] Update metafiles Pedro M. Baeza 2015-10-14 02:19:42 +0200
  • 1df2087f32 [MIG] Make modules uninstallable Pedro M. Baeza 2015-10-14 02:19:40 +0200
  • 50892c95ee OCA Transbot updated translations from Transifex OCA Transbot 2015-10-10 21:23:01 -0400
  • 59dd01d38b [ENH] Make sure message is filled for camt. #39 Ronald Portier (Therp BV) 2015-10-09 15:08:42 +0200
  • e1a9e82192 [UPD] prefix versions with 8.0 Stéphane Bidoul 2015-10-09 09:59:36 +0200
  • 842f89418c OCA Transbot updated translations from Transifex OCA Transbot 2015-10-04 18:05:52 -0400
  • 7172679c34 german translations for bank-statement-import #38 Rudolf Schnapka 2015-10-04 11:57:58 +0200
  • 1f14b75399 [UPD] addons table in README.md Stéphane Bidoul 2015-10-04 00:23:05 +0200
  • a1e7e10ef2 Merge pull request #37 from acsone/8.0-fix-prevent-create-bank_anccount-and-account_journal-lmi Pedro M. Baeza 2015-10-01 13:03:04 +0200
  • 21a5875f43 Bump version number #37 Laurent Mignon (ACSONE) 2015-09-30 17:01:55 +0200
  • 43dd1a3f60 The import must fail if the bank_account or the account_journal is not found The creation of account_journal and bank_account must be prohibited when importing statments. Laurent Mignon (ACSONE) 2015-09-30 12:39:30 +0200
  • 14c2ebb3b4 [ADD] addons table in README.md Stéphane Bidoul 2015-09-23 16:27:28 +0200
  • c747cfaee1 OCA Transbot updated translations from Transifex OCA Transbot 2015-09-13 02:37:14 -0400
  • 6655e7e91c OCA Transbot updated translations from Transifex OCA Transbot 2015-09-01 12:20:23 -0400