Browse Source

Update __manifest__

pull/918/head
Hpar 6 years ago
committed by GitHub
parent
commit
a1393c87b1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      web_cache_name_get/__manifest__.py

3
web_cache_name_get/__manifest__.py

@ -5,11 +5,13 @@
{
"name": "Cache name_get",
"version": "10.0.1.0.0",
"website": "https://github.com/OCA/web",
"author": "Akretion, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Usability",
"summary": "Limit useless name_get requests",
"maintainers": ["hparfr"],
"depends": [
'web',
],
@ -17,5 +19,4 @@
'views/view.xml',
],
'installable': True,
"application": False,
}
Loading…
Cancel
Save