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.

20 lines
443 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. 'data': [
  14. 'views/view.xml'
  15. ],
  16. "author": "Cristian Salamea,Onestein,"
  17. "Odoo Community Association (OCA)",
  18. "installable": True,
  19. }