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.

30 lines
807 B

8 years ago
8 years ago
  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Bees Purchase",
  4. 'summary': """
  5. Extension du module Purchase""",
  6. 'description': """
  7. Long description of module's purpose
  8. """,
  9. 'author': "Beescoop - Cellule IT",
  10. 'website': "https://github.com/beescoop/Obeesdoo",
  11. # Categories can be used to filter modules in modules listing
  12. # Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
  13. # for the full list
  14. 'category': 'Purchase',
  15. 'version': '0.1',
  16. # any module necessary for this one to work correctly
  17. 'depends': ['purchase','beesdoo_product'],
  18. # always loaded
  19. 'data': [
  20. 'views/purchase_order.xml',
  21. 'security/ir.model.access.csv',
  22. ],
  23. # only loaded in demonstration mode
  24. 'demo': [],
  25. }