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.

23 lines
648 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 LasLabs Inc.
  3. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  4. {
  5. 'name': 'Kanban - Stage Support',
  6. 'summary': 'Provides stage model and abstract logic for inheritance',
  7. 'version': '10.0.1.1.0',
  8. 'author': "LasLabs, Odoo Community Association (OCA)",
  9. 'category': 'base',
  10. 'depends': [
  11. 'base',
  12. ],
  13. 'website': 'https://laslabs.com',
  14. 'license': 'LGPL-3',
  15. 'data': [
  16. 'security/ir.model.access.csv',
  17. 'views/base_kanban_abstract.xml',
  18. 'views/base_kanban_stage.xml',
  19. ],
  20. 'installable': True,
  21. 'application': False,
  22. }