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
722 B

  1. # Copyright 2020 Coop IT Easy SCRL fs
  2. # Robin Keunen <robin@coopiteasy.be>
  3. # Vincent Van Rossem <vincent@coopiteasy.be>
  4. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Purchase Order Generator",
  7. "version": "12.0.2.1.0",
  8. "category": "Purchase Order",
  9. "summary": "Generate purchase order from a product selection",
  10. "author": "Coop IT Easy SCRLfs",
  11. "website": "https://github.com/beescoop/obeesdoo/",
  12. "license": "AGPL-3",
  13. "depends": ["purchase", "beesdoo_stock_coverage"],
  14. "data": [
  15. "security/ir.model.access.csv",
  16. "views/purchase_order_generator.xml",
  17. "views/purchase_order.xml",
  18. "views/product_template.xml",
  19. ],
  20. }