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.

16 lines
603 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Bejaoui Souheil <souheil_bejaoui@hotmail.fr>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Add Description to filters",
  6. "version": "10.0.1.0.0",
  7. "author": "Bejaoui Souheil, Odoo Community Association (OCA)",
  8. "license": "AGPL-3",
  9. 'website': "https://github.com/OCA/web",
  10. "summary": "Add description to filters",
  11. "category": "Tools",
  12. "depends": ['web'],
  13. "data": ["views/assets.xml", "views/ir_filters.xml"],
  14. 'qweb': ["static/src/xml/web_filter_description.xml"],
  15. "installable": True,
  16. }