Commit Graph

223 Commits

Author SHA1 Message Date
Alexandre Fayolle
95b660ad5b [FIX] permissions on account.statement.profil: an accountant needs write access on the model to be able to import a bank statement
otherwise, the message.post call fails
2013-03-27 18:39:56 +01:00
unknown
1433b2ac87 [MRG] Fixes performance trouble when using bank_statement_label based completion rules by using memoizer pattern.
Add lines in context to be able to acces them in completion rules. It is not
mandatory as we can do line.satement_id.line_ids but it is more efficient.

Some minor cleanup
2013-03-22 09:37:27 +01: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
45245eb04d [MRG] Improve statement import wizard by using mass writing of statement line in order to avoid store field loop computation. 2013-03-18 12:15:31 +01:00
unknown
37ee2c2fb8 [MRG] Improve statement import global usability by retuning usable error message while parsing files.
Allows empty value for float in parsed CSV.

Added note about the additional dependency on python-xlrd in the description.
2013-03-18 12:04:25 +01:00
unknown
1eb3d652ec [MRG] Add a completion rule to allows supplier invoice completion baser on invoice number 2013-03-07 09:50:56 +01:00
unknown
02b313ce72 [MRG] Adds two add-ons that prevent voucher to interfer with the statement ext related add-ons flow 2013-03-07 09:50:09 +01:00
unknown
d308da4aa5 [FIX] line_type assignation 2013-03-01 15:33:32 +01:00
unknown
fc100f8a9a [FIX] default type completion 2013-03-01 15:17:11 +01:00
unknown
4ba531b2fa [FIX] default account in completion 2013-03-01 15:11:09 +01:00
unknown
01dda831d4 [FIX] force line type to supplier 2013-03-01 14:33:03 +01:00
unknown
5d01f4ee6c [FIX] default data in new rule 2013-03-01 13:57:29 +01:00
unknown
c7d8263cf5 [FIX] rules priority 2013-03-01 13:41:33 +01:00
unknown
eeae7b34d5 [ADD] completion rule to look on supplier_invoice_number 2013-03-01 13:16:16 +01:00
unknown
c25fd63e02 [TYPOS] 2013-02-28 13:48:45 +01:00
unknown
81738189e2 [FIX] forgotten code profiling import 2013-02-26 09:45:03 +01:00
unknown
74c6caaf6b [TYPO] missing return carriage 2013-02-26 09:27:03 +01:00
unknown
02902e30ee [FIX] coding style in return statement 2013-02-26 09:22:25 +01:00
unknown
22e49ae4b6 [FIX] typo convertion/conversion in file_parser derived classes 2013-02-26 09:19:44 +01:00
unknown
c292adb42a [FIX] coding standard and typo + mutable default value 2013-02-26 09:14:18 +01:00
unknown
8a5cebdb25 [MRG] mass writing of statement line in order to avoid store field chain computation 2013-02-25 16:33:18 +01:00
unknown
1b3f048840 [IMP] mass writing of statement line in order to avoid store field chain computation 2013-02-25 16:24:40 +01:00
unknown
648d81dd1c [TYPO] 2013-02-15 16:29:59 +01:00
unknown
cae935236d [IMP] using with statement 2013-02-15 12:02:52 +01:00
unknown
858812167d [IMP] error message english readability 2013-02-15 12:02:32 +01:00
unknown
ee63c3e133 [IMP] return error messages 2013-02-15 12:02:14 +01:00
unknown
798e9cc38e [MRG] Adds multi-company support on account.statement.profile and adds multi-company support on easy-reconcile related models 2013-02-14 15:11:19 +01:00
unknown
3d69fbdf1e [ADD] voucher killer addons. 2013-02-14 12:31:45 +01:00
unknown
66b9bf3d2b [FIX] version number as data model has changed 2013-02-14 09:13:49 +01:00
unknown
c58cd1e192 [ADD] multi-company support on easy-reconcile related models 2013-02-14 09:05:50 +01:00
unknown
da16170a5d [ADD] easy-reconcile multi-company support 2013-02-13 16:54:48 +01:00
unknown
0643cc4726 [ADD] multi-company support on account.statement.profile add xml security 2013-02-13 09:33:54 +01:00
unknown
4ba7670c21 [ADD] multi-company support on account.statement.profile add xml security 2013-02-13 09:33:39 +01:00
unknown
f04fa4f526 [MRG] Fixes statement that can't be canceled. 2013-02-13 09:30:52 +01:00
unknown
cba394315e [ADD] multi-company support on account.statement.profile 2013-02-13 09:26:25 +01:00
unknown
aaee043674 [ADD] multi-company support on account.statement.profile 2013-02-13 09:21:48 +01:00
unknown
4765a4e392 [FIX] statement can't be canceled 2013-02-07 14:34:05 +01:00
unknown
dd464a1239 [MRG] easy_reconcile: add CSV security file prevent using the module when not admin. 2013-02-06 10:33:47 +01:00
unknown
ac3a635768 [MRG] account_statement_ext
Statement ext collide with voucher for some on change. As it almost impossible
to have a finance installation without voucher, we may add voucher as a
dependence on statement ext in order to fix on change, and silent unwanted
voucher behavior.

We also add the right periode computation for each line in the voucher, as it
was previously done in the account_statement_ext_voucher. We mark also this one
as deprecated.
2013-02-06 10:29:20 +01:00
unknown
afde63403d [FIX] security CSV file is not loaded 2013-02-05 12:19:35 +01:00
unknown
ad315ae4c8 [FIX] copyright year 2013-02-04 16:16:28 +01:00
unknown
6d085182eb [IMP] dead code 2013-02-04 16:12:37 +01:00
unknown
85c16d0ba9 [FIX] version number 2013-02-04 16:00:18 +01:00
unknown
263bdc65f5 [TYPO] 2013-02-04 15:58:11 +01:00
Joel Grand-Guillaume
1510eb48a5 [ADD] Missing voucher.py file... Better with it, sorry. 2013-02-01 10:22:30 +01:00
Joel Grand-Guillaume
c348eb31e3 [IMP] Added the voucher period computation in the account_statement_ext module while it know depends on the account_voucher module.
[MIGR] Mark the account_statement_ext_voucher as deprecated is it is no more used.
2013-02-01 09:44:05 +01:00
unknown
6be6f3c0a9 [MRG] Fix of error message + index out of range 2013-02-01 09:19:23 +01:00
unknown
1b34a5edd6 [MRG] Fix logger + use of mail thread system 2013-02-01 09:17:27 +01:00