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.

21 lines
535 B

  1. # -*- encoding: utf-8 -*-
  2. {
  3. 'name': 'Computed Purchase Order',
  4. 'version': '10.0.1.0.0',
  5. 'category': 'Purchase Order',
  6. 'description': """ todo """,
  7. 'author': 'Coop IT Easy',
  8. 'website': 'https://github.com/coopiteasy/procurement-addons',
  9. 'license': 'AGPL-3',
  10. 'depends': [
  11. 'product',
  12. 'purchase',
  13. 'stock',
  14. 'stock_coverage',
  15. ],
  16. 'data': [
  17. 'security/ir.model.access.csv',
  18. 'views/computed_purchase_order.xml',
  19. 'views/purchase_order.xml',
  20. ],
  21. }