unknown
cc68080740
[IMP] Add buttons to open unreconciled and partially reconciled items from a profile to easy the verification and controlling
...
[IMP] Add the number of lines in completion log to let the user know if some hasn't been auto-completed (e.g. 332/335 line compelted)
[IMP] Add a group by bank statement in journal items search view to ease the reconciliation
2014-04-02 16:52:35 +02: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
Guewen Baconnier
0ca4175044
In account_easy_reconcile, now write-off entries can be created with an analytic account
2014-03-27 10:22:22 +01: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
unknown
47ea0ca32c
[IMP] Add a group by bank statement in journal items search view to ease the reconciliation
2014-03-14 11:51:41 +01:00
unknown
ca4f39b3a8
[IMP] Add the number of lines in completion log to let the user know if some hasn't been auto-completed (e.g. 332/335 line compelted)
2014-03-14 11:50:40 +01:00
unknown
496205218f
[IMP] Add buttons to open unreconciled and partially reconciled items from a profile to easy the verification and controlling
2014-03-14 11:48:30 +01:00
Launchpad Translations on behalf of banking-addons-team
b519b1046d
Launchpad automatic translations update.
2014-03-14 07:02:43 +00: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
852aa06307
[fix] account_statement_ext: trigger related fields
2014-03-12 16:20:42 +01:00
Guewen Baconnier
376b9c9ac1
wrong model name
2014-03-10 13:40:48 +01:00
Leonardo Pistone
eaa1e8605f
[fix] when the last line in draft of the statement is confirmed, the statement should be confirmed only after passing the usual balance check, if the check is enabled in the profile. I add a test that shows the bug
2014-03-07 14:59:48 +01:00
Leonardo Pistone
384c7a673c
[add] test that when I confirm the last line, the statement should be confirmed as well
2014-03-07 14:35:48 +01:00
Leonardo Pistone
bfc9ea8259
[mrg] upstream
2014-03-07 13:44:26 +01:00
Leonardo Pistone
fb9f6f4c32
[imp] docstring for a function field trigger
2014-03-07 11:20:21 +01:00
Leonardo Pistone
063812d7c4
[fix] other related fields found in the statement
2014-03-06 18:14:44 +01:00
Leonardo Pistone
2c763f77eb
[fix] account_statement_ext: trigger for a related field
2014-03-06 17:39:02 +01:00
unknown
3a3c9e9109
fix issue when creating empty statement (lp:1247876) and add a module which enables bank statement creation from the point of sale with the banking framework installed.
2014-03-06 11:48:37 +01:00
unknown
b4cb3abbeb
[IMP] Allow to import xlsx files
2014-03-06 11:31:06 +01:00
unknown
9f965c1f04
[ADD] module account_statement_one_move
2014-03-06 10:57:18 +01:00
unknown
f75b93e5f7
Do not auto_install account_statement_bankaccount_completion.
2014-03-06 10:50:33 +01:00
unknown
40c3b65b94
Little trick to avoid headhack
2014-03-06 10:40:57 +01:00
Guewen Baconnier
2ad0691b9d
merge from master
2014-03-05 13:10:07 +01:00
Guewen Baconnier
9922f72b16
the transaction id is copied only on account move lines having the same account than the invoice's one (the payable / receivable)
2014-03-05 10:03:44 +01:00
Guewen Baconnier
04f7f3a5b5
module now depends on statement_voucher_killer, and this module adds hooks in the generation of statement lines so we can add the transaction ids
2014-03-04 17:27:19 +01:00
Guewen Baconnier
981167d28c
add account_payment_transaction_id: compatibility between payment orders and transaction ids
2014-03-04 16:46:05 +01:00
Guewen Baconnier
7ff26dbb35
[FIX] too many characters are escaped, leading to an 'invalid regular expression: invalid escape \ sequence' error.
...
Escape only the list of characters that must be escaped according to POSIX-ARE
2014-03-04 14:19:28 +01:00
Launchpad Translations on behalf of banking-addons-team
c17afe17b1
Launchpad automatic translations update.
2014-03-01 05:55:31 +00: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
unknown
31cf6d60b8
[FIX] fix api and put the incorrect method in deprecated
2014-02-21 19:29:07 +01:00
Yannick Vaucher
25e916cdcb
UPD account_statement_ext version
2014-02-21 19:26:17 +01:00
Yannick Vaucher
3875378fc9
PEP8 on changes
2014-02-21 19:25:38 +01:00
Yannick Vaucher
fc6032597b
UPD account_statement_base_import version
2014-02-21 19:19:53 +01:00
Yannick Vaucher
0cedf1b84d
UPD account_statement_base_completion version
2014-02-21 19:19:17 +01:00
Yannick Vaucher
106294d363
UPD account_advanced_reconcile_transaction_ref version
2014-02-21 19:18:26 +01:00
unknown
d87196d445
[FIX] Only commercial partners are allowed in bank statement lines
2014-02-21 14:02:10 +01:00
Launchpad Translations on behalf of banking-addons-team
e80f498d67
Launchpad automatic translations update.
2014-02-20 05:47:21 +00:00
unknown
7547abb552
[FIX] completion on partner name in the statement line label (lp:1280814)
2014-02-19 11:28:25 +01:00
Leonardo Pistone
d79951fbfc
[imp] cancel line: fix yaml tests (was a false positive due to all ids being 1 on a clean DB, apparently)
2014-02-18 10:48:17 +01:00
Leonardo Pistone
5d55459fa2
[imp] migration comment
2014-02-18 10:48:02 +01:00
Leonardo Pistone
2134ea7ee1
[imp] display a warning in any case when cancelling the statement. the message changes if there are some unreconciled lines
2014-02-18 10:47:26 +01:00