web/web_fix_modules_load/__manifest__.py

20 lines
612 B
Python

# Copyright 2022 Camptocamp SA
# @author Simone Orsi <simahawk@gmail.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Fix translation loading",
"summary": "Fix translations loading from frontend with many modules",
"version": "14.0.1.0.0",
"category": "Hidden",
"license": "AGPL-3",
"development_status": "Alpha",
"website": "https://github.com/OCA/web",
"author": "Camptocamp,Odoo Community Association (OCA)",
"maintainers": ["simahawk"],
"depends": [
"web",
],
"data": ["templates/assets.xml"],
"installable": True,
}