|
@ -13,6 +13,16 @@ |
|
|
'website': 'https://acsone.eu', |
|
|
'website': 'https://acsone.eu', |
|
|
'application': False, |
|
|
'application': False, |
|
|
'installable': True, |
|
|
'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'], |
|
|
'depends': ['web'], |
|
|
'js': ['static/src/js/web_duplicate_visibility.js'], |
|
|
'js': ['static/src/js/web_duplicate_visibility.js'], |
|
|
'data': [ |
|
|
'data': [ |
|
|