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.

29 lines
747 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "beesdoo_custom",
  4. 'description': """
  5. View and field definition specific to BEES' needs.
  6. """,
  7. 'author': "Beescoop - Cellule IT",
  8. 'website': "https://github.com/beescoop/Obeesdoo",
  9. # Categories can be used to filter modules in modules listing
  10. # Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
  11. # for the full list
  12. 'category': 'Sales Management',
  13. 'version': '0.1',
  14. # any module necessary for this one to work correctly
  15. 'depends': [
  16. 'beesdoo_product',
  17. 'purchase',
  18. 'easy_my_coop', # for product views
  19. ],
  20. # always loaded
  21. 'data': [
  22. 'views/beesdoo_product.xml',
  23. ],
  24. }