You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
824 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 Acsone SA
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Web Duplicate Visibility',
  6. 'summary': """
  7. This module allows to manage the visibility of duplicate button from
  8. the form view declaration.""",
  9. 'version': '7.0.1.0.0',
  10. 'license': 'AGPL-3',
  11. 'author': 'Acsone SA,Odoo Community Association (OCA)',
  12. 'website': 'https://acsone.eu',
  13. 'application': False,
  14. 'installable': True,
  15. "description": """
  16. Web Duplicate Visibility
  17. ========================
  18. Features:
  19. ---------
  20. Allows to add a 'duplicate' attribute to a form and to set it at '0'
  21. to remove the duplicate function
  22. """,
  23. 'depends': ['web'],
  24. 'js': ['static/src/js/web_duplicate_visibility.js'],
  25. 'data': [
  26. ],
  27. 'demo': [
  28. ],
  29. }