mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_sheet_full_width: Migration to 15.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
{
|
{
|
||||||
"name": "Web Sheet Full Width",
|
"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, "
|
"author": "Therp BV, Sudokeys, GRAP, Métal Sartigan, "
|
||||||
"Odoo Community Association (OCA)",
|
"Odoo Community Association (OCA)",
|
||||||
"website": "https://github.com/OCA/web",
|
"website": "https://github.com/OCA/web",
|
||||||
@@ -9,6 +9,10 @@
|
|||||||
"summary": "Use the whole available screen width when displaying sheets",
|
"summary": "Use the whole available screen width when displaying sheets",
|
||||||
"category": "Tools",
|
"category": "Tools",
|
||||||
"depends": ["web"],
|
"depends": ["web"],
|
||||||
"data": ["templates/assets.xml"],
|
"assets": {
|
||||||
|
"web.assets_common": [
|
||||||
|
"web_sheet_full_width/static/src/scss/web_sheet_full_width.scss",
|
||||||
|
],
|
||||||
|
},
|
||||||
"installable": True,
|
"installable": True,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<odoo>
|
|
||||||
<template
|
|
||||||
id="assets_backend"
|
|
||||||
name="web_sheet_full_width"
|
|
||||||
inherit_id="web.assets_backend"
|
|
||||||
>
|
|
||||||
<xpath expr="." position="inside">
|
|
||||||
<link
|
|
||||||
rel="stylesheet"
|
|
||||||
href="/web_sheet_full_width/static/src/scss/web_sheet_full_width.scss"
|
|
||||||
/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
</odoo>
|
|
||||||
Reference in New Issue
Block a user