mirror of https://github.com/OCA/web.git
18 lines
593 B
Python
18 lines
593 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": "13.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,
|
|
}
|