Matthieu Dietrich
17bf64450d
Correct after feedback
2016-04-29 15:36:28 +02:00
Matthieu Dietrich
14e1942412
Fix headers + corrections
2016-04-29 14:38:11 +02:00
Matthieu Dietrich
b765565bcd
Add fields "account" and "partner" as non-mandatory
2016-04-29 14:02:54 +02:00
Matthieu Dietrich
6e42e04018
Remove old 'ref' field
2016-04-28 14:15:00 +02:00
Matthieu Dietrich
9e6e55e35b
Correct test
2016-04-28 12:04:37 +02:00
Matthieu Dietrich
106d8d50d3
PEP8 + add xlrd
2016-04-28 11:40:14 +02:00
Matthieu Dietrich
6d2adbca2f
Correct tests
2016-04-28 10:31:33 +02:00
Matthieu Dietrich
1ac711e6ef
Allow to only use completion or import
2016-04-28 10:29:05 +02:00
Matthieu Dietrich
a1a6447297
Fix tests + behavior
2016-04-27 17:23:11 +02:00
Matthieu Dietrich
0698aed426
Follow-up on migration
2016-04-27 10:49:20 +02:00
Matthieu Dietrich
3adb27ef0e
First commit to migrate and merge base_import, base_completion and commission
2016-04-26 16:17:11 +02:00
Stéphane Bidoul
fe4f640ca8
[MOV] move addons out of __unported__ (they remain not installable)
2015-10-13 16:29:29 +02:00
Pedro M. Baeza
e4a743bc7d
Set as uninstallable and moved to __unported__ all modules.
2014-07-02 12:46:57 +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
Florian da Costa
a1d2a4806b
[FIX] replace old naming of exception + simplify xpath expression to make it more portable
2014-03-13 16:44:34 +01:00
unknown
b4cb3abbeb
[IMP] Allow to import xlsx files
2014-03-06 11:31:06 +01:00
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
unknown
c064f5d821
[FIX] a regression, the name and date fields had default values until recently.
2014-02-28 14:02:35 +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
unknown
60528486d1
[FIX] the sample is insufficient to guess the delimiters on some files
2014-02-26 12:25:52 +01:00
Guewen Baconnier
512fd89093
restore default values to prevent regression introduced in pedro.baeza@serviciosbaeza.com-20140202105840-ndjvkvas1y82pxlw
2014-02-26 12:02:40 +01:00
Guewen Baconnier
ba824ca100
the sample is insufficient to guess the delimiters on some files
2014-02-26 11:23:37 +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