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
681 B

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