75 Commits

Author SHA1 Message Date
Stéphane Bidoul
fe4f640ca8 [MOV] move addons out of __unported__ (they remain not installable) 2015-10-13 16:29:29 +02:00
Pedro M. Baeza
e4a743bc7d Set as uninstallable and moved to __unported__ all modules. 2014-07-02 12:46:57 +02:00
Laurent Mignon (Acsone)
4f470b2235 [PEP8] 2014-05-16 18:42:08 +02:00
Laurent Mignon (Acsone)
669332ef1c [FIX] keep the name prof to avoid a lot of diff with existing code 2014-05-16 17:25:18 +02:00
Laurent Mignon (Acsone)
1b1183c438 [MRG] lp:banking-addons/bank-statement-reconcile-7.0 and remove conflicts 2014-05-16 17:19:54 +02:00
Laurent Mignon (Acsone)
86a3884fb8 [FIX] prof has been renamed in profile. 2014-05-16 17:15:16 +02:00
Laurent Mignon (Acsone)
8f0b5cefc5 [FIX] Remove comment mismatch with prof parameter vs profile in the comment
add a docstring on multi_statement_import
2014-05-16 17:11:21 +02:00
Yannick Vaucher
eef1a4bf4e remove account_payable and account_receivable from prepare_statement_vals args as not used anymore 2014-05-07 10:50:38 +02:00
Yannick Vaucher
ac4f54278a merge from upsteam 2014-05-06 15:22:56 +02:00
Laurent Mignon (Acsone)
0960cf0d03 [IMP] Give the possibility to parse and import multiple statments 2014-05-05 21:36:31 +02:00
Yannick Vaucher
f95f68d915 set account_id optional in account_statement_base_completion instead of account_statement_base_import 2014-05-05 17:47:58 +02:00
Laurent Mignon (Acsone)
4e02873138 [FIX] lp:1313689
Remove default value to False for account_id since it breaks existing code. It's the responsability of the parser to fill a blank/None account_id in the statement_line values if the default one provided by account_statement_ext does not apply to the expected behavior
2014-04-28 17:07:53 +02:00
Laurent Mignon (Acsone)
6b5979fdde PEP-8 2014-04-28 16:42:52 +02:00
Sebastien Beau
f5609b41b5 [IMP] set the default value for the account to False as the account is not required anymore 2014-04-15 11:52:48 +02:00
Florian da Costa
f56c48b67b [Fix] Merge 2014-04-10 15:19:22 +02:00
Leonardo Pistone
b5d49604f0 [fix] account_statement_base_import: add all missing default values to the statement line.
This has to be done manually because the module uses sql trickery
2014-04-01 17:54:00 +02:00
unknown
40c3b65b94 Little trick to avoid headhack 2014-03-06 10:40:57 +01:00
Pedro M. Baeza
13d6214155 [IMP] account_statement_base_import: Improved system to inherit selection of the different import types, because as it was, you have to redefine the field on each extension module, due to OpenERP doesn't allow direct inheritance on selection methods.
Now, the selection method calls another private method that can be inherited without problems.
2014-02-28 14:19:47 +01:00
Laurent Mignon (Acsone)
e164aa12ba [FIX] lp:1280822 define a default value for import_type to avoid breaking tests of completions addons 2014-02-28 13:29:50 +01:00
Pedro M. Baeza
51c7654445 [FIX] account_statement_base_import: self reference calling method. 2014-02-24 23:45:29 +01:00
Sebastien Beau
da6c89f9dc [REF] add TODO comment for using python exception 2014-02-24 14:05:38 +01:00
unknown
31cf6d60b8 [FIX] fix api and put the incorrect method in deprecated 2014-02-21 19:29:07 +01:00
Laurent Mignon (Acsone)
a440f845b9 [FIX] lp:1280822 define a default value for import_type to avoid breaking tests of completions addons 2014-02-16 16:45:03 +01:00
Florian da Costa
0f7fa422b4 [FIX] Clean data 2014-02-03 10:16:01 +01:00
Pedro M. Baeza
3f1999ed8c [IMP] account_statement_base_import: Inheritable method with public name. 2014-01-21 02:04:59 +01:00
Laurent Mignon (Acsone)
e6bb1337c5 add new method to the parser that can be used to provide statement info found in the parsed file 2014-01-14 16:50:19 +01:00
Laurent Mignon (Acsone)
760a4781be Add new hook to build values of the statement from he parser and the profile 2014-01-13 16:14:02 +01:00
Pedro M. Baeza
3e4eb10958 [IMP] account_statement_base_import: private method that returns import type to ease inheritance
[IMP] account_statement_ofx_import: changed accordingly previous improvement
2013-12-24 19:16:40 +01:00
Florian da Costa
975df8c3e2 [FIX] Adapt comment of method prepare_statement_lines_vals 2013-12-11 17:52:08 +01:00
Florian da Costa
54ff20c0dd [FIX] fix wrong class 2013-12-04 18:12:31 +01:00
Sebastien Beau
4933e28d06 [REF] remove useless unlink as the raise osv will roolback the cursor 2013-12-04 17:13:46 +01:00
Sebastien Beau
98323e2342 [IMP] do not recatch error in debug mode 2013-12-04 17:10:32 +01:00
Sebastien Beau
33dc39874b [REF] account_id is not anymore mandatory for creating a bank statement line. Still mandatory for the validation 2013-12-04 14:53:03 +01:00
Sebastien Beau
b6cb19e401 [FIX] fix api and put the incorrect method in deprecated 2013-12-04 14:41:23 +01:00
Laurent Mignon (Acsone)
423820aa18 relocate methods defined for AccountStatementLine in account_statement_base_import to account_statement_base_completion 2013-09-12 11:05:01 +02:00
Laurent Mignon (Acsone)
b147479605 add a TODO in _update_lines to mention the potential pitfall with serializable fields 2013-09-12 08:41:38 +02:00
Laurent Mignon (Acsone)
69e7aab96d rename _get_values method in _serialize_sparse_fields, comment the method and work on a copy of statement_store to avoid side-effects 2013-09-12 08:33:22 +02:00
Laurent Mignon (Acsone)
4ed51c2e04 never include serializable fields during batch update 2013-09-11 14:07:34 +02:00
Laurent Mignon (Acsone)
69bb74417c handle serializable fields during batch insert 2013-09-11 14:03:31 +02:00
Virgil Dupras
35507cd40c [ENH] Began extracting the commission-handling feature from account_statement_base_import.
The extracted commission part is not functional, but the base_import module still works.
2013-05-03 15:57:26 -04:00
unknown
c769917c62 [TYPO] 2013-04-25 10:04:56 +02:00
unknown
35c0034068 [TYPO] 2013-04-25 09:56:35 +02:00
unknown
f699b674ac [FIX] comment and forgotten print statement 2013-04-25 09:37:42 +02:00
unknown
7f56881f74 [FIX] assignement 2013-04-22 08:23:45 +02:00
unknown
0dbc2cfdce [FIX] completion rules + to ensure minimum default and take in account the profile account as master value 2013-04-12 14:09:05 +02:00
unknown
72f13ec325 [TYPO] 2013-04-12 10:27:38 +02:00
unknown
0541e89e73 [TYPO] 2013-04-12 10:25:01 +02:00
unknown
ee6e88adc1 [FIX] remove deprecated on rec_log as it literraly floods logs in normal/warning level. 2013-04-12 09:05:44 +02:00
unknown
a1335c3f61 [ADD] refactoring the structure of completion in order to limit the number of browse.
We only tries to alter function that should not be inherited on strandard way of using the addons
2013-04-12 08:38:48 +02:00
unknown
9df2f02a33 [IMP] moving insert function to more appropriate class 2013-04-11 17:13:03 +02:00