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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user