12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "Full Screen View",
- "version": "1.0",
- "author": "Synconics Technologies Pvt. Ltd.",
- "website": "www.synconics.com",
- "version": "2.0",
- "catagory": "Tools",
- "complexity": "easy",
- "summary": "Odoo Fullscreen View Using Sliding Sidebars",
- "description": """
- This module enables the toggle button at the edge of the sidebars horizontally, which provides user to hide in both sides as per its necessity.
- """,
- "depends": ["mail"],
- "data": ["views/fullwidth_view.xml"],
-
- "installable": True,
- "auto_install": False
- }
|