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.

23 lines
495 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": 'web_action_conditionable',
  4. "version": "8.0.1.1.1",
  5. "category": "Web",
  6. "website": "https://github.com/OCA/web",
  7. "development_status": "Beta",
  8. "depends": [
  9. 'base',
  10. 'web',
  11. ],
  12. "license": "AGPL-3",
  13. "demo": [
  14. "demo/ir_ui_view.xml",
  15. ],
  16. 'data': [
  17. 'views/view.xml'
  18. ],
  19. "author": "Cristian Salamea,Onestein,"
  20. "Odoo Community Association (OCA)",
  21. "installable": True,
  22. }