[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:
Florian da Costa
2021-04-06 18:20:11 +02:00
parent 0e04cac732
commit 73b965907b
4 changed files with 24 additions and 8 deletions

View File

@@ -47,6 +47,8 @@ class AccountMoveImportParser(object):
self.move_name = None
self.move_ref = None
self.support_multi_moves = None
self.commission_field = None
self.commission_sign = "+"
@classmethod
def parser_for(cls, parser_name):