3
0
Fork 0
web_techsystech/web_set_single_page_hidden/__manifest__.py

19 lines
609 B
Python

# Copyright 2020 - Today Coop IT Easy SCRLfs
# Vincent Van Rossem <vincent@coopiteasy.be>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "web_set_single_page_hidden",
"version": "12.0.1.0.0",
"author": "Coop IT Easy SCRLfs, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
"category": "Web",
"summary": """
Set single_page_hidden to false in Pager widget options
""",
"depends": ["web"],
"data": ["views/webclient_templates.xml", ],
"installable": True,
}