Commit Graph

7 Commits (0e15d76a181fcafbc2d200514de50a9b009cd7c9)

Author SHA1 Message Date
Tonow-c2c 851e0bce42 Pass Black on the files + pylint
Move test data to tests/data
2019-11-25 14:56:21 +01:00
Akim Juillerat 5bbc9e439e Use multi move import when importing using transaction_id
With the drop of 'transaction_ref' field on account.move.line in
order to ease the reconcilition using 'ref' on account.move, we
need to import each line from the imported file in different
account.moves.
2019-11-25 14:56:17 +01:00
Tonow-c2c 4a5c8d3588 [FIX][12.0][account_move_transactionid_import] s/transaction_ref/ref
Remove 'ref' from account.move.line preparation

As 'ref' is related to account.move.ref it is not needed

Fix multi move import

multi_move_import on the parser allows to generate 1 account.move
for each line in the imported file, instead of having all the lines
on the same account.move
2019-11-25 14:56:17 +01:00
Thierry Ducrest 99825230fe [MIG] account_move_transactionid_import to 12.0 2019-08-13 14:49:42 +02:00
Matthieu Dietrich eb00e93f6a Correct debit amount 2019-08-13 14:48:34 +02:00
Matthieu Dietrich e0a6d51926 Set "Transaction_id" field in CSV/XLS file 2019-08-13 14:48:34 +02:00
Matthieu Dietrich ef904b820c Remane import modules 2019-08-13 14:48:34 +02:00