web/web_sheet_full_width/__manifest__.py

19 lines
603 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Web Sheet Full Width",
"version": "16.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"],
"assets": {
"web.assets_common": [
"web_sheet_full_width/static/src/scss/web_sheet_full_width.scss",
],
},
"installable": True,
}