Commit Graph

132 Commits

Author SHA1 Message Date
Florian da Costa
c921a71741 [FIX] Change some methods description 2013-12-11 20:11:44 +01:00
Florian da Costa
975df8c3e2 [FIX] Adapt comment of method prepare_statement_lines_vals 2013-12-11 17:52:08 +01:00
Sebastien Beau
1648c431f7 [REF] add a prepare method for custom for creating the bank statement 2013-12-04 18:39:04 +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
9205414ee1 [IMP] add the possibility to specify the bank statement date 2013-12-04 15:14:56 +01:00
Sebastien Beau
5e80529485 [IMP] add the posibility to customise the bank statement name in the parser 2013-12-04 15:10:49 +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
Sebastien Beau
3c3b653950 [IMP] account_statement_base_import : add the posibility to set the starting and ending balance 2013-12-04 14:30:34 +01:00
Yannick Vaucher
0ef6e4f94b [FIX] file parser __init__ comment 2013-11-06 18:27:53 +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
e76fe72667 [IMP] Completed commission extraction from account_statement_base_import.
Removed the last remnants of commission handling from account_statement_base_import and made the newly created account_statement_commission module work properly.
2013-07-08 14:03:34 -04:00
Virgil Dupras
18f4ac0785 [FIX] Moved commission-related view inheritance out of account_statement_base_import.
The commission field having been extracted out of the module, trying to show it in the Account Statement view would prevent that view from working properly.
2013-06-12 13:54:18 -04: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
unknown
3ec119eb20 [IMP] adresses massive import perfomrance by doing direct insert into database 2013-04-11 10:57:53 +02: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
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
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
5104db19f9 [IMP] use of deprecated keyword in signature 2013-01-29 10:22:10 +01:00
unknown
e36c2db08d [IMP] historical logs 2013-01-29 09:46:57 +01:00
unknown
a121a99241 [FIX] logger of account.bank.profile that was broken + use mail thread system 2013-01-28 10:48:10 +01:00
Joel Grand-Guillaume
e3e435f9a6 [FIX] Remove the active key in the __openerp__.py 2013-01-10 16:09:55 +01:00
Guewen Baconnier @ Camptocamp
fa6f29f176 [FIX] standardize the naming of the argument 'cr' instead of 'cursor' 2012-12-20 14:40:22 +01:00
Guewen Baconnier @ Camptocamp
412d86809d [FIX] pep8, pylint, eyeballing 2012-12-20 14:37:01 +01:00
Joel Grand-Guillaume
a5979a9f45 [FIX] Import osv for osv.except 2012-12-19 14:14:59 +01:00