__manifest__.py 489 B

1234567891011121314
  1. # Copyright (C) 2013 Therp BV (<http://therp.nl>).
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. "name": "Remove odoo.com Bindings",
  5. "version": "14.0.1.0.0",
  6. "author": "Therp BV,GRAP,Odoo Community Association (OCA)",
  7. "website": "https://github.com/OCA/server-brand",
  8. "license": "AGPL-3",
  9. "category": "base",
  10. "depends": ["mail"],
  11. "data": ["views/ir_ui_menu.xml"],
  12. "qweb": ["static/src/xml/base.xml"],
  13. "installable": True,
  14. }