odoo18/addons_extensions/firebase_integration/__manifest__.py

22 lines
567 B
Python

{
"name": "Firebase Integration",
"version": "18.0.1.0.0",
"category": "Tools",
"author": "IdeaCode Academy",
"license": "LGPL-3",
"summary": "Integrate Firebase services and push notifications with Odoo",
"depends": ["base", "bus","mail"],
"external_dependencies": {
"python": ["firebase-admin"],
},
"data": [
"views/res_users.xml",
],
"images": ["static/description/banner.png"],
"installable": True,
"application": False,
"auto_install": False,
"price": 0.0,
"currency": "USD",
}