[FIX] sale_payment_web: add explicit dependency on payment_fix_register_token

10887
This commit is contained in:
Cedric Collins
2022-09-20 11:23:30 -05:00
parent ce1adeafe3
commit 5fbe847801

View File

@@ -15,6 +15,7 @@ Electronic payments will create transactions and automatically reconcile on the
""",
'depends': [
'payment',
'payment_fix_register_token',
'sale',
],
'auto_install': False,