Skip to content

Commit

Permalink
[FIX] payment_alipay: call of create_missing_journal_for_acquirers
Browse files Browse the repository at this point in the history
closes odoo#33152

Signed-off-by: Damien Bouvy (dbo) <[email protected]>
  • Loading branch information
MiquelRForgeFlow committed May 3, 2019
1 parent ea1b325 commit 47c9b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions addons/payment_alipay/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

from . import controllers
from . import models
from odoo.addons.payment.models.payment_acquirer import create_missing_journal_for_acquirers
1 change: 1 addition & 0 deletions addons/payment_alipay/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
'views/payment_alipay_templates.xml',
'data/payment_acquirer_data.xml',
],
'post_init_hook': 'create_missing_journal_for_acquirers',
}

0 comments on commit 47c9b60

Please sign in to comment.