mirror of https://github.com/OCA/web.git
18 lines
507 B
Python
18 lines
507 B
Python
# Copyright 2023 ooops404
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html)
|
|
{
|
|
"name": "Web Button Visibility",
|
|
"category": "Web",
|
|
"version": "14.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "Ilyas, ooops404, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/web",
|
|
"maintainers": ["ilyasProgrammer"],
|
|
"depends": ["web"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/views.xml",
|
|
],
|
|
"demo": ["data/demo.xml"],
|
|
}
|