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.

13 lines
270 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. "name": 'web_action_conditionable',
  4. "version": "0.1",
  5. "depends": [
  6. 'base',
  7. 'web',
  8. ],
  9. 'data': ['views/view.xml'],
  10. "author": "Cristian Salamea,Odoo Community Association (OCA)",
  11. "installable": True,
  12. }