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.

33 lines
844 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Beescoop Report Module",
  4. 'summary': """
  5. Module that generate report for Beescoop
  6. """,
  7. 'description': """
  8. Beescoop Report
  9. """,
  10. 'author': "Beescoop - Cellule IT",
  11. 'website': "https://github.com/beescoop/Obeesdoo",
  12. # Categories can be used to filter modules in modules listing
  13. # Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
  14. # for the full list
  15. 'category': 'Point Of Sale',
  16. 'version': '0.1',
  17. 'depends': ['beesdoo_base', 'beesdoo_pos', 'board'],
  18. 'data': [
  19. 'security/ir.model.access.csv',
  20. #YOU PUT YOUR XML HERE
  21. 'report/views/visits.xml', #Should remain the first one
  22. 'report/views/board.xml', #Should be after the sql view's views
  23. ],
  24. }