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.

29 lines
918 B

  1. # Copyright 2019 LevelPrime srl
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': "Web Selection Autocomplete",
  5. 'summary': """
  6. Add the widget 'selection_autocomplete' which make selection field ui
  7. more similar to the many2one's, allowing to filter the selection values.
  8. The most advantageous case is when:
  9. - there are a lot of selection values
  10. - new model not needed but still want the many2one field ui
  11. """,
  12. 'author': "LevelPrime srl, Odoo Community Association (OCA)",
  13. 'website': "https://github.com/OCA/web",
  14. 'license': 'AGPL-3',
  15. 'development_status': 'Beta',
  16. 'category': 'Web',
  17. 'version': '12.0.1.0.0',
  18. 'depends': ['base', 'web'],
  19. 'data': [
  20. 'static/src/xml/assets.xml',
  21. ],
  22. 'qweb': [
  23. 'static/src/xml/template.xml'
  24. ],
  25. 'application': False,
  26. 'installable': True
  27. }