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.

13 lines
462 B

  1. # Copyright 2021 Quartile Limited
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
  3. {
  4. "name": "Update Restrict Model",
  5. "version": "12.0.1.0.0",
  6. "depends": ["base"],
  7. "website": "https://github.com/OCA/server-tools",
  8. "author": "Odoo Community Association (OCA), Quartile Limited",
  9. "category": "Others",
  10. "license": "LGPL-3",
  11. "data": ["views/ir_model_views.xml", "views/res_users_views.xml"],
  12. "installable": True,
  13. }