Files
web/web_sheet_full_width/__manifest__.py
Lois Rilo f74486abdb [13.0][MIG] web_sheet_full_width:
* less -> scss
* fragment readme + add a pointer to web_responsive
2021-12-22 10:32:31 +01:00

15 lines
498 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Web Sheet Full Width",
"version": "13.0.1.0.0",
"author": "Therp BV, Sudokeys, GRAP, Métal Sartigan, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
"summary": "Use the whole available screen width when displaying sheets",
"category": "Tools",
"depends": ["web"],
"data": ["templates/assets.xml"],
"installable": True,
}