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
626 B

8 years ago
8 years ago
8 years ago
  1. # Copyright 2016 Onestein (<http://www.onestein.eu>)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'X2many Delete All Button',
  5. 'summary': """
  6. Adds a button to x2many fields that removes all linked records
  7. """,
  8. 'version': '11.0.1.0.0',
  9. 'category': 'Web',
  10. 'author': 'Onestein, Meet Dholakia, Odoo Community Association (OCA)',
  11. 'website': 'https://github.com/OCA/web',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'web',
  15. ],
  16. 'data': [
  17. 'templates/assets.xml'
  18. ],
  19. 'qweb': [
  20. 'static/src/xml/web_x2many_delete_all.xml'
  21. ],
  22. }