mollie-odoo icon indicating copy to clipboard operation
mollie-odoo copied to clipboard

[FIX] payment_mollie_official: add missing hooks

Open sswapnesh opened this issue 2 years ago • 1 comments

This commits adds

  • 'post_init_hook': required to create payment journal
  • 'uninstall_hook': required to disable payment acquirer

sswapnesh avatar Aug 10 '22 12:08 sswapnesh

@odoo-mvds could you please take a look at this one? Every payment provider should on init create the missing journals and on deletion reset the payment provider. See https://github.com/odoo/odoo/blob/14.0/addons/payment_paypal/manifest.py as a sample reference.

Yenthe666 avatar Aug 10 '22 12:08 Yenthe666

Hi,

Thank you for your contribution and for submitting the pull request (PR). We truly appreciate your effort and interest in improving the project.

Best regards,

odoo-mvds avatar May 27 '24 08:05 odoo-mvds