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

8 years ago
8 years ago
  1. {
  2. "name": "Bees Purchase",
  3. "summary": """
  4. - Adds a 'Responsible' field to purchase orders
  5. - A filter w.r.t. the mail sellers is placed on the products field of a
  6. purchase order
  7. - Allow inverting the Purchase Order Reference on the invoice lines
  8. """,
  9. "author": "Beescoop - Cellule IT, " "Coop IT Easy SCRLfs",
  10. "website": "https://github.com/beescoop/Obeesdoo",
  11. "category": "Purchase",
  12. "version": "12.0.1.2.0",
  13. "depends": ["base", "purchase", "beesdoo_product"],
  14. "data": [
  15. "security/invoice_security.xml",
  16. "views/purchase_order.xml",
  17. "views/res_config_settings_view.xml",
  18. "report/report_purchaseorder.xml",
  19. ],
  20. "license": "AGPL-3",
  21. }