[ADD]:Added Upstream patch for payment_payumoney

This commit is contained in:
sheetalPatil 2018-07-09 19:12:00 +05:30
parent 76cab08351
commit e978d8c5a5
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

@ -17,4 +17,5 @@
'views/payment_payumoney_templates.xml',
'data/payment_acquirer_data.xml',
],
'post_init_hook': 'create_missing_journal_for_acquirers',
}