mirror of https://github.com/OCA/web.git
19 lines
510 B
Python
19 lines
510 B
Python
{
|
|
"name": "Web hide field with keys",
|
|
"summary": "Hide fields for models",
|
|
"category": "Misc",
|
|
"author": "Akretion,Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"version": "16.0.1.0.1",
|
|
"depends": ["base", "product"],
|
|
"maintainers": ["franzpoize"],
|
|
"website": "https://github.com/OCA/web",
|
|
"assets": {
|
|
"web.assets_common": [
|
|
"web_hide_field_with_key/static/src/js/**/*",
|
|
],
|
|
},
|
|
"data": [],
|
|
"external_dependencies": {},
|
|
}
|