Skip to content

Commit

Permalink
[FIX] *: remove is application flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jjscarafia committed Dec 10, 2022
1 parent da1f1f7 commit d5e623a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payment_mercadopago/__manifest__.py
Expand Up @@ -26,7 +26,7 @@
],
},
'uninstall_hook': 'uninstall_hook',
'application': True,
'application': False,
'installable': False,
'license': 'LGPL-3',
}

0 comments on commit d5e623a

Please sign in to comment.