Files
web/web_pwa_oca/__manifest__.py
AntoniRomera 402ca37b14 [IMP] web_pwa_oca: black, isort, prettier
pre-commit fixes

pre-commit fixes 2
2022-10-03 21:28:57 +02:00

21 lines
664 B
Python

# Copyright 2020 Lorenzo Battistini @ TAKOBI
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
"name": "Progressive web application",
"summary": "Make Odoo a PWA",
"version": "12.0.1.0.0",
"development_status": "Beta",
"category": "Website",
"website": "https://github.com/OCA/web",
"author": "TAKOBI, Odoo Community Association (OCA)",
"maintainers": ["eLBati"],
"license": "LGPL-3",
"application": True,
"installable": True,
"depends": ["web", "mail"],
"data": ["views/webclient_templates.xml"],
"qweb": ["static/src/xml/pwa_install.xml"],
"images": ["static/description/pwa.png"],
}