[FIX] web_responsive: Remove view that does not allow zooming in mobile view

This feature is already defined for backend views in odoo.
Views can be consulted at 54f84aedf8/addons/web/views/webclient_templates.xml (L294)

TT49728
This commit is contained in:
pilarvargas-tecnativa
2024-06-25 17:35:41 +02:00
parent 64164bed5e
commit 21a4cc45ce
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>