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.

28 lines
730 B

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