mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] Add a description to manifest
This commit is contained in:
@@ -13,6 +13,16 @@
|
||||
'website': 'https://acsone.eu',
|
||||
'application': False,
|
||||
'installable': True,
|
||||
"description": """
|
||||
Web Duplicate Visibility
|
||||
========================
|
||||
Features:
|
||||
---------
|
||||
|
||||
Allows to add a 'duplicate' attribute to a form and to set it at '0'
|
||||
to remove the duplicate function
|
||||
|
||||
""",
|
||||
'depends': ['web'],
|
||||
'js': ['static/src/js/web_duplicate_visibility.js'],
|
||||
'data': [
|
||||
|
||||
Reference in New Issue
Block a user