unknown
31cf6d60b8
[FIX] fix api and put the incorrect method in deprecated
2014-02-21 19:29:07 +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
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
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
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
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
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
unknown
58bb19fd53
[FIX] no value found during completion result in bad SQL"
2013-04-12 19:49:10 +02:00
unknown
7996785ddb
[FIX] auto completion line treated by auto completion != auto completed as if is actually the case
2013-04-12 15:00:28 +02:00
unknown
66de35aa57
[RM] debug statement
2013-04-12 14:13:33 +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
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
cd75b4532c
[IMP] refactor invoice lookup function + fix the fact that they should lokk account_id on invoice not on partner
2013-04-11 13:29:51 +02:00
unknown
5b016572f4
[IMP] import readability
2013-03-22 09:31:27 +01:00
unknown
4c54f0e1a2
[FIX] escape regexp strings (also in get_from_label_and_partner_name).
...
remove dead code.
Fix typos.
Fix indentation
2013-03-22 09:09:03 +01:00
unknown
be201a42c7
[MRG] fix lookup on partner bank_statement_label
2013-03-21 16:09:37 +01:00
unknown
01dda831d4
[FIX] force line type to supplier
2013-03-01 14:33:03 +01:00
unknown
eeae7b34d5
[ADD] completion rule to look on supplier_invoice_number
2013-03-01 13:16:16 +01:00
Alexandre Fayolle
f9986d94e4
[IMP] use a list of lines and join for efficient concatenation, reinit the msg list at the correct place
2013-01-30 11:00:31 +01:00
unknown
bef1aacb02
[IMP] better call string repr
2013-01-28 13:56:53 +01:00
unknown
fdb899c540
[FIX] base_completion error message + index out of range error
2013-01-28 11:53:33 +01:00