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
683 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.1",
  8. "category": "web",
  9. "website": "https://odoo-community.org/",
  10. "author": "Pierre Verkest <pverkest@anybox.fr>, "
  11. "Tecnativa, "
  12. "Odoo Community Association (OCA)",
  13. "license": "AGPL-3",
  14. "application": False,
  15. "installable": True,
  16. "depends": [
  17. "web",
  18. ],
  19. "data": [
  20. "views/assets.xml",
  21. ],
  22. "demo": [
  23. "demo/res_users_view.xml",
  24. ],
  25. }