[ADD]:Added Upstream patch for payment_buckaroo

This commit is contained in:
sheetalPatil 2018-07-09 18:30:40 +05:30
parent cecc73bd42
commit 7a27960d56
2 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,4 @@
from . import models
from . import controllers
from flectra.addons.payment.models.payment_acquirer import create_missing_journal_for_acquirers

View File

@ -14,4 +14,5 @@
'data/payment_acquirer_data.xml',
],
'installable': True,
'post_init_hook': 'create_missing_journal_for_acquirers',
}