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.

9 lines
456 B

  1. Extends Purchase module:
  2. - Adds a 'Responsible' field to purchase orders:
  3. This is a user who will follow up the order. This users replaces
  4. the creator in the order's mail messages followers list, and in the
  5. create_uid ORM field. His user's contact info is printed on
  6. purchases orders as 'Referent'.
  7. - A filter w.r.t. the mail sellers is placed on the products field of a
  8. purchase order.
  9. - Allow inverting the Purchase Order Reference on the invoice lines.