[MIG] web_sheet_full_width: Migration to 15.0

This commit is contained in:
Joan Mateu Jordi
2021-12-22 11:03:27 +01:00
parent 1f660b24fb
commit 6ab2b4d591
2 changed files with 6 additions and 17 deletions

View File

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