Pedro M. Baeza
c2ed3b1b41
Merge pull request #150 from mdietrichc2c/9.0-import-fix-error-message
...
Correct error messages in account_move_base_import
2016-09-12 13:07:17 +02:00
Matthieu Dietrich
f3c6568390
Correct error messages
2016-09-07 13:27:16 +02:00
Stéphane Bidoul (ACSONE)
9fb06820e9
[FIX] remove en.po that was erroneously created by transbot
2016-08-15 18:54:48 +02:00
OCA Transbot
c82a41075f
OCA Transbot updated translations from Transifex
2016-07-09 04:43:07 -04:00
OCA Git Bot
545cdd48ed
[ADD] setup.py
2016-07-08 04:40:06 +02:00
OCA Git Bot
b1ee2f1330
[UPD] addons table in README.md
2016-07-08 02:40:21 +02:00
Frédéric Clementi
888075d024
Merge pull request #147 from mdietrichc2c/9.0-correct_deep_search
...
Correct missing underscore
2016-07-07 15:24:30 +02:00
Yannick Vaucher
c8db10432f
Merge pull request #137 from mdietrichc2c/9.0-account-transaction-base-import
...
[9.0] account move base import
2016-07-07 15:23:35 +02:00
Frédéric Clementi
f98303ac9b
Merge pull request #148 from vrenaville/9.0_transaction_ref
...
[FIX] typo in model name prevent mass reconciliation to work on trans…
2016-07-07 15:23:24 +02:00
Matthieu Dietrich
df0e05ce04
Merge pull request #4 from akretion/account_move_import_improvements
...
invalidate cache after move sql insert
2016-07-07 14:54:24 +02:00
Florian da Costa
4d8097a35d
invalidate cache after move sql insert
2016-07-07 11:56:10 +02:00
Matthieu Dietrich
ffa3031ea5
Correct sign for debit amount
2016-07-06 16:25:54 +02:00
Matthieu Dietrich
40361f9fb2
Merge pull request #3 from akretion/account_move_import_improvements
...
Account move import improvements
2016-07-06 16:24:31 +02:00
Florian da Costa
4f96484e7a
Add option on journal to create one or two counterparts automatically
2016-07-06 16:14:30 +02:00
Florian da Costa
8a5c596114
Handle multi move in parser
2016-07-06 16:00:25 +02:00
Matthieu Dietrich
62f2cfe6ee
Add amount_residual for reconciliation later on
2016-07-05 16:31:52 +02:00
vrenaville
a21bc82765
[FIX] typo in model name prevent mass reconciliation to work on transaction ref
2016-07-05 14:56:35 +02:00
Matthieu Dietrich
39960354dd
Correct missing underscore
2016-07-04 11:54:09 +02:00
Matthieu Dietrich
cace39fc18
Only set account_id if not set by parser
2016-07-04 11:30:29 +02:00
Matthieu Dietrich
8a394445fd
Fix issue from last commit: field on move line is "transaction_ref"
2016-07-04 10:27:00 +02:00
OCA Transbot
6b1cf8443a
OCA Transbot updated translations from Transifex
2016-07-02 04:44:32 -04:00
OCA Git Bot
560dc57505
[ADD] setup.py
2016-06-30 04:40:06 +02:00
OCA Git Bot
33209f43fb
[UPD] addons table in README.md
2016-06-30 02:40:31 +02:00
Joël Grand-Guillaume
e658e00b34
Merge pull request #139 from mdietrichc2c/9.0-account-mass-reconcile-extension
...
9.0 account mass reconcile extension
2016-06-29 08:38:11 +02:00
Joël Grand-Guillaume
89eb9d6d2e
Merge pull request #141 from cyrilgdn/9.0-account_statement_operation_rule
...
account_operation_rule: Migration V9
2016-06-29 08:32:47 +02:00
OCA Transbot
f6cc6a36c7
OCA Transbot updated translations from Transifex
2016-06-25 03:56:18 -04:00
Matthieu Dietrich
a711d5b035
Set "Transaction_id" field in CSV/XLS file
2016-06-21 10:52:11 +02:00
Matthieu Dietrich
15def474bd
Rename many2many table
2016-06-20 17:07:31 +02:00
Matthieu Dietrich
29c1965b61
Rename menu + add roadmap in readme
2016-05-30 10:01:06 +02:00
OCA Transbot
a9d5490a3d
OCA Transbot updated translations from Transifex
2016-05-28 03:43:17 -04:00
Matthieu Dietrich
b9982762d1
Remove last mentions of statement
2016-05-27 09:59:45 +02:00
Matthieu Dietrich
3ac504734c
Corrections
2016-05-26 16:38:20 +02:00
Cyril Gaudin
3ff0568051
fix a weird asynchronous stuff bug
2016-05-24 17:37:40 +02:00
Matthieu Dietrich
43f8bbf156
Rename last values
2016-05-24 13:47:33 +02:00
Matthieu Dietrich
cd150db406
Remane import modules
2016-05-24 11:51:51 +02:00
Cyril Gaudin
15d96b4eea
account_operation_rules: migration V9
2016-05-17 13:13:01 +02:00
OCA Transbot
abc35f13d7
OCA Transbot updated translations from Transifex
2016-05-13 13:20:07 +02:00
Guewen Baconnier
e44c46467f
Improve usability by splitting the view in 2 parts: rule, result
2016-05-13 13:20:07 +02:00
Guewen Baconnier
475d47c33e
Add translation template
2016-05-13 13:20:07 +02:00
Guewen Baconnier
cb488c6329
Add a selection of currencies for the 'Currencies' rules
...
It allows to have a different setup for different currencies (the amounts won't
be the same).
2016-05-13 13:20:07 +02:00
Guewen Baconnier
fd2430747e
Add test: check if rounding rules are well skipped on multi-currency lines
2016-05-13 13:20:07 +02:00
Guewen Baconnier
585416d7f8
Create a new method on statement lines to get the currency
2016-05-13 13:20:07 +02:00
Guewen Baconnier
ae6934e270
Rename the basic rule 'Balance' to 'Roundings'
2016-05-13 13:20:07 +02:00
Guewen Baconnier
49f3ee9cab
Add a security group an account.statement.operation.rule
2016-05-13 13:20:07 +02:00
Guewen Baconnier
b376806d59
Extract a function which is reused in account_statement_operation_rule_dunning_fees
2016-05-13 13:20:07 +02:00
Guewen Baconnier
a4b2800d42
Extract a helper so it can be reused
2016-05-13 13:20:07 +02:00
Guewen Baconnier
e2ecb1bb3a
The 'balance' rules must not match when we are in multicurrency
2016-05-13 13:20:07 +02:00
Guewen Baconnier
58979a77c1
Use float comparisons
2016-05-13 13:20:07 +02:00
Guewen Baconnier
fc360e656c
Add a test suite
2016-05-13 13:20:07 +02:00
Guewen Baconnier
64871c6950
Add module account_statement_operation_rule
...
This module allows to automatically apply Statement Operations (or
"presets") on the statement lines reconciliations according to rules,
for instance based on the balance.
2016-05-13 13:20:07 +02:00