Commit Graph

56 Commits

Author SHA1 Message Date
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
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
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
unknown
3ec119eb20 [IMP] adresses massive import perfomrance by doing direct insert into database 2013-04-11 10:57:53 +02:00
unknown
81738189e2 [FIX] forgotten code profiling import 2013-02-26 09:45:03 +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
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
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
Joel Grand-Guillaume
2ac95f1c44 [MIGR] Adapt import to fit last recomandation 2012-12-19 13:58:54 +01:00
Benoit Guillot
a2cc03e4f1 [IMP] account_statement_base_import: support csv without header
(lp:c2c-financial-addons/6.1 rev 87.1.1)
2012-09-25 10:05:34 +02:00
Alexandre Fayolle @ camptocamp
68aea29310 [FIX] spelling in docstrings
(lp:c2c-financial-addons/6.1 rev 78.1.2)
2012-08-06 12:06:26 +02:00
Alexandre Fayolle @ camptocamp
5addefbfbf [FIX] s/profil/profile
(lp:c2c-financial-addons/6.1 rev 78.1.1)
2012-08-02 14:46:12 +02:00
Guewen Baconnier @ Camptocamp
77441f2bf9 Bunch of fixes and small improvements on modules: account_statement_base_completion, account_statement_completion_voucher, account_statement_ext, account_advanced_reconcile, account_statement_base_import
[IMP] Set a default account on a new bank statement line when manual entry
  [ADD] basic security rules on profile and completion rules
  [ADD] account_statement_completion_voucher to better adapt the views of bank statement
  [FIX] Call to the completion button
  [FIX] Auto-launch completion after import
  [FIX] inherit view
  [merge] [FIX] account_advanced_reconcile: improved view readability with less larger column
  [FIX] account_advanced_reconcile: improved view readability with less larger column
  [FIX] count of reconciliations was incorrect for partial reconciliations
(lp:c2c-financial-addons/6.1 rev 70)
2012-06-27 09:58:32 +02:00
Joël Grand-Guillaume
1f1a75e020 [MRG] Add all the bank statement improvements that we made. This is mostly based on :
account_statement_ext -> provide profile per bank statement, remove period, choose to use balance check or not,...
  account_statement_base_completion -> provide a completion rule system to fullfill the bank statement (partner, account,...)
  account_statement_base_import -> provide a base to create your own file parser for each bank/office and link it to a profile
  account_statement_transactionid_completion and account_statement_transactionid_import to use the transaction ID recorded in th SO
  account_advanced_reconcile -> An advanced way to setup reconciliation rules on every account
  account_financial_report_webkit -> some little fixes
(lp:c2c-financial-addons/6.1 rev 63)
2012-06-20 16:10:01 +02:00
Joël Grand-Guillaume
d8e7cb77a2 [MRG] From customer branch
(lp:c2c-financial-addons/6.1 rev 58)
2012-06-06 16:27:25 +02:00
Guewen Baconnier @ Camptocamp
b95f9e913d [FIX] count of reconciliations was incorrect for partial reconciliations
(lp:c2c-financial-addons/6.1 rev 24.3.1)
2012-06-26 15:25:27 +02:00
Guewen Baconnier @ Camptocamp
231f0b276c [REF] refactoring of account_advanced_reconcile using account_easy_reconcile, intermediate commit
(lp:c2c-financial-addons/6.1 rev 24.2.1)
2012-06-12 22:41:47 +02:00
Joël Grand-Guillaume
e6ec523f77 [FIX] Call to the completion button
(lp:c2c-financial-addons/6.1 rev 24.1.37)
2012-06-26 16:42:13 +02:00