mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] Make commission feature compatible with
all parsers (not only generic_csvxls_so) + male it compatible with split_counterpart option
This commit is contained in:
@@ -65,7 +65,8 @@ class CreditPartnerStatementImporter(models.TransientModel):
|
||||
file_name=importer.file_name
|
||||
).multi_move_import(importer.input_statement, ftype.replace(".", ""))
|
||||
action = action = self.env["ir.actions.actions"]._for_xml_id(
|
||||
"account.action_move_journal_line")
|
||||
"account.action_move_journal_line"
|
||||
)
|
||||
if len(moves) > 1:
|
||||
action["domain"] = [("id", "in", moves.ids)]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user