mirror of https://github.com/OCA/web.git
28 lines
925 B
Python
28 lines
925 B
Python
# Copyright 2020 Lorenzo Battistini @ TAKOBI
|
|
# Copyright 2020 Tecnativa - Alexandre D. Díaz
|
|
# Copyright 2020 Tecnativa - João Marques
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
|
|
|
|
{
|
|
"name": "Progressive web application",
|
|
"summary": "Make Odoo a PWA",
|
|
"version": "16.0.1.0.0",
|
|
"development_status": "Beta",
|
|
"category": "Website",
|
|
"website": "https://github.com/OCA/web",
|
|
"author": "TAKOBI, Tecnativa, Odoo Community Association (OCA)",
|
|
"maintainers": ["eLBati"],
|
|
"license": "LGPL-3",
|
|
"application": True,
|
|
"installable": True,
|
|
"depends": ["web", "mail"],
|
|
"data": ["templates/assets.xml", "views/res_config_settings_views.xml"],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"/web_pwa_oca/static/src/js/pwa_manager.js",
|
|
"/web_pwa_oca/static/src/js/webclient.js",
|
|
]
|
|
},
|
|
"images": ["static/description/pwa.png"],
|
|
}
|