Prepare for marketplace submission, rename module; new release. (#13)

This commit is contained in:
ndeet
2024-08-21 17:34:18 +02:00
committed by GitHub
parent 1421168374
commit 95c6cd53d9
25 changed files with 228 additions and 119 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(cr, registry):
setup_provider(cr, registry, 'btcpayserver')
def uninstall_hook(cr, registry):
reset_payment_provider(cr, registry, 'btcpayserver')