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.

23 lines
616 B

  1. # Copyright 2017 - 2020 BEES coop SCRLfs
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': "BEES coop Custom",
  5. 'description': """
  6. View and field definition specific to BEES' needs.
  7. """,
  8. 'author': "Beescoop - Cellule IT, Coop IT Easy",
  9. 'website': "https://github.com/beescoop/Obeesdoo",
  10. 'category': 'Sales Management',
  11. 'version': '12.0.1.0.0',
  12. 'depends': [
  13. 'beesdoo_product',
  14. 'beesdoo_stock_coverage',
  15. 'purchase',
  16. 'easy_my_coop', # for product views
  17. ],
  18. 'data': [
  19. 'views/beesdoo_product.xml',
  20. ],
  21. }