diff --git a/sale_payment_web/__manifest__.py b/sale_payment_web/__manifest__.py index 87a26bd9..8b4192e7 100755 --- a/sale_payment_web/__manifest__.py +++ b/sale_payment_web/__manifest__.py @@ -15,6 +15,7 @@ Electronic payments will create transactions and automatically reconcile on the """, 'depends': [ 'payment', + 'payment_fix_register_token', 'sale', ], 'auto_install': False,