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.

17 lines
414 B

8 years ago
  1. {
  2. 'name': 'Many2many and Many2one Delete All Button',
  3. 'summary': 'Adds a button to',
  4. 'version': '10.0.1.0.0',
  5. 'category': 'Web',
  6. 'author': 'Onestein,Odoo Community Association (OCA)',
  7. 'website': 'http://www.onestein.nl',
  8. 'license': 'AGPL-3',
  9. 'depends': [
  10. 'web',
  11. ],
  12. 'data': [
  13. 'templates/assets.xml'
  14. ],
  15. 'installable': True,
  16. 'application': False,
  17. }