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.

26 lines
576 B

8 years ago
8 years ago
8 years ago
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. "Coop IT Easy SCRLfs",
  11. 'website': "https://github.com/beescoop/Obeesdoo",
  12. 'category': 'Purchase',
  13. 'version': '9.0.1.1.0',
  14. 'depends': ['purchase', 'beesdoo_product'],
  15. 'data': [
  16. 'views/purchase_order.xml',
  17. 'security/ir.model.access.csv',
  18. 'report/report_purchaseorder.xml',
  19. ],
  20. }