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.

20 lines
509 B

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