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
764 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': '12.0.1.0.0',
  13. # any module necessary for this one to work correctly
  14. 'depends': [
  15. 'beesdoo_product',
  16. 'beesdoo_stock_coverage',
  17. 'purchase',
  18. 'easy_my_coop', # for product views
  19. ],
  20. # always loaded
  21. 'data': [
  22. 'views/beesdoo_product.xml',
  23. ],
  24. }