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

  1. # Copyright 2019 Onestein
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Tree View Duplicate Records',
  5. 'summary': 'Duplicate records directly from the tree view.',
  6. 'development_status': 'Beta',
  7. 'category': 'Extra Tools',
  8. 'version': '12.0.1.0.0',
  9. 'author': 'Onestein, Odoo Community Association (OCA)',
  10. 'license': 'AGPL-3',
  11. 'website': 'https://github.com/OCA/web',
  12. 'depends': [
  13. 'web'
  14. ],
  15. 'data': [
  16. 'templates/assets.xml'
  17. ],
  18. 'demo': [
  19. 'demo/res_users_view.xml'
  20. ],
  21. 'maintainers': ['tarteo']
  22. }