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.

24 lines
597 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "beesdoo_simplified_view",
  4. 'description': """
  5. Long description of module's purpose
  6. """,
  7. # Categories can be used to filter modules in modules listing
  8. # Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
  9. # for the full list
  10. 'category': 'Sales',
  11. 'version': '0.1',
  12. # any module necessary for this one to work correctly
  13. 'depends': ['base', 'sale', 'purchase', ],
  14. # always loaded
  15. 'data': [
  16. # 'security/ir.model.access.csv',
  17. 'views/views.xml',
  18. ],
  19. }