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.

25 lines
672 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Pierre Verkest <pverkest@anybox.fr>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "web duplicate visibility",
  6. "summary": "Manage the duplicate button visibiliy",
  7. "version": "9.0.1.0.0",
  8. "category": "web",
  9. "website": "https://odoo-community.org/",
  10. "author": "Pierre Verkest <pverkest@anybox.fr>,"
  11. " Odoo Community Association (OCA)",
  12. "license": "AGPL-3",
  13. "application": False,
  14. 'installable': False,
  15. "depends": [
  16. "base",
  17. "web",
  18. ],
  19. "data": [
  20. "views/assets.xml",
  21. ],
  22. "demo": [
  23. "demo/res_users_view.xml",
  24. ],
  25. }