Commit Graph

97 Commits

Author SHA1 Message Date
Pedro M. Baeza
cf5baee19f [IMP] Translation template files. 2014-03-21 15:46:09 +01:00
unknown
31cf6d60b8 [FIX] fix api and put the incorrect method in deprecated 2014-02-21 19:29:07 +01:00
Yannick Vaucher
0cedf1b84d UPD account_statement_base_completion version 2014-02-21 19:19:17 +01:00
Laurent Mignon (Acsone)
4f19caeb20 [FIX] escape res_partner.name column as second arg of regexp_matches and keep the first one as unescaped. Add a lot of tests for completion based on the res_partner name 2014-02-17 18:24:03 +01:00
Laurent Mignon (Acsone)
b290110758 a little query optimization 2014-02-16 19:41:04 +01:00
Laurent Mignon (Acsone)
4e538950d7 typo 2014-02-16 16:28:57 +01:00
Laurent Mignon (Acsone)
bb06a4b2aa [FIX] search for name in the statement line label and no vice versa 2014-02-16 16:21:52 +01:00
unknown
3b3379515b [IMP] account_statement_base_completion: Method get_st_vals in the same line of get_st_line_vals. 2014-02-02 11:58:40 +01:00
unknown
102a24bd86 [MRG] [ADD] the possibility to use instance of account.statement.completion.rule 2014-01-23 09:44:24 +01:00
Laurent Mignon (Acsone)
5d7cef8d21 [merge] [IMP] account_statement_base_import: Added some function to be able to fill the balance, the name and the date of the bank statement based on the data of the file parsed.
mirrors closely the approach for statement lines (get_st_line_vals) with the same approch for the statement (get_st_vals)
2014-01-21 17:46:36 +01:00
Pedro M. Baeza
1f11041736 [IMP] Translation template files. 2014-01-21 13:07:34 +01:00
Leonardo Pistone
ff3d5d8a7f [MRG][ADD] In account_statement_base_completion, account_statement_transactionid_completion provide YAML tests 2014-01-17 14:22:47 +01:00
Laetitia Gangloff (Acsone)
6ca1e05c96 rename _get_callable in _get_rules. Correct the args len. 2014-01-14 16:27:23 +01:00
Laetitia Gangloff (Acsone)
d5ecec5a41 Add the possibility to use instance of account.statement.completion.rule 2014-01-14 15:39:02 +01:00
Laurent Mignon (Acsone)
bc879326ed PEP 8 2014-01-14 15:37:18 +01:00
Leonardo Pistone
53f2c55faa [del] TODO 2013-12-20 17:25:50 +01:00
Leonardo Pistone
562250842a [fix] yaml: !record is to create. use python write 2013-12-20 15:16:41 +01:00
Leonardo Pistone
b16ece087d [imp] bank statements: check 4 lines 2013-12-20 11:55:21 +01:00
Leonardo Pistone
59d5df20de [fix] in yaml tests, you really want to use _ref, not ref 2013-12-20 11:04:31 +01:00
Leonardo Pistone
1a2da08be8 [imp] completion tests 2013-12-13 21:10:44 +01:00
Leonardo Pistone
ea399af06b [add] statement completion: more tests 2013-12-13 20:08:52 +01:00
Leonardo Pistone
89e7700d21 [add] tests for account_statement_base_completion: customer invoice 2013-12-13 17:25:10 +01:00
Sebastien Beau
d1e1c06364 [REF] rename OpenERP class AccountBankSatement into AccountBankStatement 2013-12-04 17:25:04 +01:00
Leonardo Pistone
5c0e625e11 [imp] account_statement_base_completion: put what depends on sale on a separate module 2013-12-03 16:04:25 +01:00
Laurent Mignon (Acsone)
3d9296ab35 [IMP] Fixes lp:1223834 in case of insert. Batch updates remains error prone. It would be safer to call the update method from the orm for records updating 'complex' fields.
A new completion rule based on the bank account number is also provided by the proposal.

About modules dependencies. The module 'account_statement_base_import' depends of 'account_statement_base_completion' but the file statement.py of 'account_statement_base_completion' at line 513 call the method _update_line defined in 'account_statement_base_import'. Since the 'AccountStatementLine' is defined in both addons, I've the feeling that we can merge the two overrides in 'account_statement_base_completion'.
2013-10-16 10:58:12 +02:00
unknown
e934e9d814 [MRG][FIX] account_statement_base_completion - use invoice commercial_partner_id instead of partner 2013-10-15 16:23:39 +02: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
Yannick Vaucher
c81b428629 [IMP] account_statement_base_completion - move 'Auto completion' button in flux button to set it more accessible 2013-06-28 17:22:13 +02:00
Yannick Vaucher
0dd4dc5830 [FIX] account_statement_base_complestion - use invoice commercial_partner_id instead of partner 2013-06-26 15:47:27 +02:00
unknown
dbdc2d2610 [FIX] inversion in regex 2013-04-30 11:51:39 +02:00
unknown
ccc419b349 [FIX] better error log for completion rules + global error message is logged 2013-04-30 11:39:29 +02:00
unknown
7f921d316a [FIX] wrong argument id instead of line['profile_id'] 2013-04-25 13:48:24 +02:00
Alexandre Fayolle
262bba3373 [IMP] fix a few docstrings
small code improvement in account_statement_transactionid_completion/statement.py AccountStatementCompletionRule.get_from_transaction_id_and_so)
2013-04-25 13:30:23 +02:00
unknown
e36acfe43c [IMP] message logging 2013-04-25 10:27:52 +02:00
unknown
c769917c62 [TYPO] 2013-04-25 10:04:56 +02:00
unknown
a5dc399750 [FIX] partner name lookup now respect security rules 2013-04-25 09:57:13 +02:00
unknown
f699b674ac [FIX] comment and forgotten print statement 2013-04-25 09:37:42 +02:00
unknown
5395c25beb [IMP] log code cleanup 2013-04-25 09:33:11 +02:00
unknown
39484b4a96 [IMP] return value 2013-04-25 09:19:08 +02:00
unknown
03a8016fd7 [FIX] dead error management code 2013-04-25 09:16:40 +02:00
unknown
e0cfdc7820 [FIX] dead if statement 2013-04-25 09:08:25 +02:00
unknown
04d2dac21b [FIX] by partner name completion rule if statement and wrong variable 2013-04-25 09:06:55 +02:00
unknown
f7217d1d81 [IMP] completion messages 2013-04-25 09:02:55 +02:00
unknown
a45011be5c [FIX] incoherence in type lookup behavior 2013-04-24 15:56:42 +02:00
unknown
c043e69b0f [TYPO] 2013-04-24 11:30:08 +02:00
unknown
b693a0d28b [FIX] complete from invoice does false positive if master account is set on profile 2013-04-24 11:24:27 +02:00
unknown
6a2cb72e26 [FIX] error log + type 2013-04-22 09:18:14 +02:00
unknown
18e7ff815a [REFACTOR] to improve performance by diminishing reads 2013-04-15 17:37:55 +02:00
unknown
b07d39ca7e [IMP] ref are striped 2013-04-15 12:23:18 +02:00
unknown
97788aa5a6 [FIX] typo supplier instead of customer 2013-04-15 11:02:17 +02:00