moylop260
2540f699b4
Fix Pylint warnings
2014-11-20 18:00:15 +01:00
ecino
5209acc765
Adapt to the fact that the parser always return something for balance_start.
2014-10-30 07:48:33 +01:00
ecino
bf9d9fd2a9
Code style improvement
2014-10-29 16:19:18 +01:00
ecino
5fa89db115
[FIX] If balance_start is set by parser and equals 0.0, don't override it with default value
2014-10-29 15:45:12 +01:00
florian-dacosta
d4799cfbc3
Fix pep8 issue
2014-09-25 15:46:21 +02:00
florian-dacosta
ea070c8594
fix pep8
2014-09-22 17:30:49 +02:00
florian-dacosta
02ec16a6aa
replace unicode by ustr
2014-09-22 17:21:37 +02:00
florian-dacosta
5e8830fde8
[FIX] conversion_dict is now created in the generic parser
2014-09-22 16:58:41 +02:00
florian-dacosta
5db3d914d1
fix pep8 col
2014-09-17 10:32:23 +02:00
Leonardo Pistone
5ad1ee5a04
convert the repo to 79 columns
2014-08-26 13:27:50 +02:00
Pedro M. Baeza
a33cfa6936
Fix multiline docstring param
2014-08-05 18:47:52 +02:00
Pedro M. Baeza
4e13e0e3b0
F401 remaining
2014-08-04 21:31:44 +02:00
Pedro M. Baeza
b522f28ffb
Fix Travis errors
2014-08-04 21:05:19 +02:00
Pedro M. Baeza
d9a943d2d3
[IMP] account_statement_base_import: Fix PEP8
2014-08-04 18:42:00 +02:00
Pedro M. Baeza
44a59ce588
autopep8
2014-08-04 15:29:05 +02:00
Pedro M. Baeza
2c1773e7be
Merge pull request #27 from pedrobaeza/7.0-import_start_balance_null
...
[IMP] account_statement_base_import: Fill balance start when parser doesn't filled it
2014-08-04 14:52:55 +02:00
Pedro M. Baeza
69c0e16a5b
[FIX] Correct call order
2014-08-04 13:48:51 +02:00
Pedro M. Baeza
70226284b3
[IMP] account_statement_base_import: Fill balance start when parser doesn't filled it
2014-08-04 13:14:33 +02:00
florian-dacosta
92c523709d
import ustr from tools
2014-07-24 10:56:31 +02:00
florian-dacosta
600fb4dd86
replace unicode by ustr
2014-07-23 20:03:03 +02:00
florian-dacosta
a61698b742
fix docstring
2014-07-23 18:05:31 +02:00
florian-dacosta
88c5159f52
[FIX] conversion_dict is now created in the generic parser
2014-07-23 17:55:39 +02:00
florian-dacosta
c6e8ea5500
[FIX] API Improvement
2014-07-23 17:30:02 +02:00
Pedro M. Baeza
c45e47d54e
Improvement on the account_statement_base_import module to have profile data stored on a variable across parsers methods, in order to be used to customize, for example, parsing with a parameter introduced on profiles.
...
Dependent modules have been changed accordingly.
2014-07-02 13:37:36 +02:00
Launchpad Translations on behalf of banking-addons-team
a66c661c12
Launchpad automatic translations update.
2014-06-06 06:36:59 +00:00
Launchpad Translations on behalf of banking-addons-team
ace56fe44a
Launchpad automatic translations update.
2014-05-22 06:49:45 +00:00
unknown
179dc6e310
[IMP] Give the possibility to parse and import multiple statments
2014-05-19 08:54:57 +02:00
Laurent Mignon (Acsone)
4f470b2235
[PEP8]
2014-05-16 18:42:08 +02:00
Laurent Mignon (Acsone)
669332ef1c
[FIX] keep the name prof to avoid a lot of diff with existing code
2014-05-16 17:25:18 +02:00
Laurent Mignon (Acsone)
1b1183c438
[MRG] lp:banking-addons/bank-statement-reconcile-7.0 and remove conflicts
2014-05-16 17:19:54 +02:00
Laurent Mignon (Acsone)
86a3884fb8
[FIX] prof has been renamed in profile.
2014-05-16 17:15:16 +02:00
Laurent Mignon (Acsone)
8f0b5cefc5
[FIX] Remove comment mismatch with prof parameter vs profile in the comment
...
add a docstring on multi_statement_import
2014-05-16 17:11:21 +02:00
Launchpad Translations on behalf of banking-addons-team
5eb18296e3
Launchpad automatic translations update.
2014-05-13 06:34:14 +00:00
Yannick Vaucher
eef1a4bf4e
remove account_payable and account_receivable from prepare_statement_vals args as not used anymore
2014-05-07 10:50:38 +02:00
Yannick Vaucher
ac4f54278a
merge from upsteam
2014-05-06 15:22:56 +02:00
Laurent Mignon (Acsone)
0960cf0d03
[IMP] Give the possibility to parse and import multiple statments
2014-05-05 21:36:31 +02:00
Yannick Vaucher
f95f68d915
set account_id optional in account_statement_base_completion instead of account_statement_base_import
2014-05-05 17:47:58 +02:00
Laurent Mignon (Acsone)
6c84e21644
[MRG] Remove the default value to False on account_id in account_statement_base_completion/statement.py since it breaks existing code
2014-05-05 16:40:14 +02:00
Launchpad Translations on behalf of banking-addons-team
46a5f67193
Launchpad automatic translations update.
2014-05-03 06:52:28 +00:00
Laurent Mignon (Acsone)
4e02873138
[FIX] lp:1313689
...
Remove default value to False for account_id since it breaks existing code. It's the responsability of the parser to fill a blank/None account_id in the statement_line values if the default one provided by account_statement_ext does not apply to the expected behavior
2014-04-28 17:07:53 +02:00
Laurent Mignon (Acsone)
6b5979fdde
PEP-8
2014-04-28 16:42:52 +02:00
Sébastien Beau
c098e2feef
[REF] account_id is not anymore mandatory for creating a bank statement line. Still mandatory for the validation
2014-04-25 14:59:58 +02:00
Launchpad Translations on behalf of banking-addons-team
28f63d3340
Launchpad automatic translations update.
2014-04-22 08:29:54 +00:00
Sebastien Beau
f5609b41b5
[IMP] set the default value for the account to False as the account is not required anymore
2014-04-15 11:52:48 +02:00
Florian da Costa
f56c48b67b
[Fix] Merge
2014-04-10 15:19:22 +02:00
Launchpad Translations on behalf of banking-addons-team
019d12e190
Launchpad automatic translations update.
2014-04-03 06:06:30 +00:00
unknown
e0f418a6dc
[fix] account_statement_base_import: add all missing default values to the statement line.
...
This has to be done manually because the module uses sql trickery
2014-04-02 09:56:25 +02:00
Leonardo Pistone
b5d49604f0
[fix] account_statement_base_import: add all missing default values to the statement line.
...
This has to be done manually because the module uses sql trickery
2014-04-01 17:54:00 +02:00
Launchpad Translations on behalf of banking-addons-team
39f3abc6be
Launchpad automatic translations update.
2014-03-22 07:11:39 +00:00
Pedro M. Baeza
cf5baee19f
[IMP] Translation template files.
2014-03-21 15:46:09 +01:00