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.

22 lines
898 B

8 years ago
8 years ago
4 years ago
  1. {
  2. "name": "Bees Purchase",
  3. "summary": """
  4. Extends Purchase module.
  5. """,
  6. "description": """
  7. Extends Purchase module:
  8. - Adds a 'Responsible' field to purchase orders:
  9. This is a user who will follow up the order. This users replaces
  10. the creator in the order's mail messages followers list, and in the
  11. create_uid ORM field. His user's contact info is printed on
  12. purchases orders as 'Referent'.
  13. - A filter w.r.t. the mail sellers is placed on the products field of a
  14. purchase order.
  15. """,
  16. "author": "Beescoop - Cellule IT, " "Coop IT Easy SCRLfs",
  17. "website": "https://github.com/beescoop/Obeesdoo",
  18. "category": "Purchase",
  19. "version": "12.0.1.1.0",
  20. "depends": ["base", "purchase", "beesdoo_product"],
  21. "data": ["views/purchase_order.xml", "report/report_purchaseorder.xml",],
  22. }