Merge PR #2862 into 16.0

Signed-off-by legalsylvain
pull/2778/head
OCA-git-bot 2024-06-25 20:39:13 +00:00
commit 9467a4e956
2 changed files with 0 additions and 22 deletions

View File

@ -19,7 +19,6 @@
"development_status": "Production/Stable",
"maintainers": ["Tardo", "SplashS"],
"excludes": ["web_enterprise"],
"data": ["views/web.xml"],
"assets": {
"web.assets_backend": [
"/web_responsive/static/src/views/form/form_controller.esm.js",

View File

@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
Copyright 2018 Alexandre Díaz
Copyright 2021 ITerra - Sergey Shebanin
Copyright 2023 Onestein - Anjeel Haria
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
-->
<odoo>
<template
id="responsive_web_layout"
inherit_id="web.layout"
name="Responsive Layout"
>
<xpath expr="//meta[last()]" position="after">
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
</xpath>
</template>
</odoo>