[ADD]:Added Upstream patch for payment_payumoney
This commit is contained in:
parent
76cab08351
commit
e978d8c5a5
@ -3,3 +3,4 @@
|
|||||||
|
|
||||||
from . import models
|
from . import models
|
||||||
from . import controllers
|
from . import controllers
|
||||||
|
from flectra.addons.payment.models.payment_acquirer import create_missing_journal_for_acquirers
|
||||||
|
@ -17,4 +17,5 @@
|
|||||||
'views/payment_payumoney_templates.xml',
|
'views/payment_payumoney_templates.xml',
|
||||||
'data/payment_acquirer_data.xml',
|
'data/payment_acquirer_data.xml',
|
||||||
],
|
],
|
||||||
|
'post_init_hook': 'create_missing_journal_for_acquirers',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user