Rename the module for publish on odoo marketplace. (#12)

* Rename the module for publish on odoo marketplace.

* More renaming needed.
This commit is contained in:
ndeet
2024-08-12 15:33:59 +02:00
committed by GitHub
parent 25b06ab911
commit 706860e35f
26 changed files with 58 additions and 58 deletions
+14
View File
@@ -0,0 +1,14 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import controllers
from . import models
from odoo.addons.payment import setup_provider, reset_payment_provider
def post_init_hook(env):
setup_provider(env, 'btcpayserver')
def uninstall_hook(env):
reset_payment_provider(env, 'btcpayserver')