Commit Graph

65 Commits

Author SHA1 Message Date
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
Joel Grand-Guillaume
2ac95f1c44 [MIGR] Adapt import to fit last recomandation 2012-12-19 13:58:54 +01:00
Joel Grand-Guillaume
d02d198b1b [MRG] From last updated 7.0 series 2012-12-18 22:22:57 +01:00
Joel Grand-Guillaume
a6e3ed40be [MIGR] Fix base import view + mesage to user in base_completion 2012-12-18 21:38:21 +01:00
Guewen Baconnier @ Camptocamp
4446af911d [FIX] typos 2012-12-13 14:57:29 +01:00
unknown
fc48ba6eb0 [ADD] translation FR on account_advanced_reconcile, account_statement_base_completion, account_statement_base_import and account_statement_ext 2012-12-13 13:41:10 +01:00
Alexandre Fayolle @ camptocamp
a94bd3582b [FIX] account_statement_base_import: use the in-db action with a fixed domain to display the correct view after a statement is imported 2012-11-27 11:51:47 +01:00
Alexandre Fayolle @ camptocamp
3ac78f679b [MRG] account_statement_base_import: fix CSV parsing issues 2012-11-26 11:23:58 +01:00
Alexandre Fayolle @ camptocamp
ccd7b763d1 [FIX] account_statement_base_import: autodetect CSV file delimiter 2012-11-23 17:27:24 +01:00
Alexandre Fayolle @ camptocamp
e0b690363c [FIX] account_statement_base_import: allow to process CSV files written on MaxOS 2012-11-23 15:59:10 +01:00
Alexandre Fayolle @ camptocamp
434c3448a5 [FIX] account_statement_base_import: when importing from excel, use the date mode of the file, and not a hardcoded value
> 
> See http://stackoverflow.com/questions/3727916/xldate-as-tuple for a detailed explanation
2012-11-23 15:01:40 +01:00
Benoit Guillot
be0073acf5 [FIX] fix typo and remove useless check
(lp:c2c-financial-addons/6.1 rev 87.1.2)
2012-09-26 14:51:06 +02: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
Alexandre Fayolle @ camptocamp
9fb2fd48c2 [FIX] spelling
(lp:c2c-financial-addons/6.1 rev 77)
2012-07-31 16:29:55 +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
63faba7eb8 [IMP] noupdate = 1 on data.xml for rules definition sequence.
[IMP] Add the ref in search criteria
(lp:c2c-financial-addons/6.1 rev 67)
2012-06-26 11:21:35 +02:00