Skip to content

Change usage of share_product in the SR API

We only have one share_product and we can set it in the Odoo part instead of use the share_product received in the request.

We use the field type to determine what share_product use in this SR:

  • If type is new: Cooperator share product
  • If type is sponsorship: Any share product

Merge request reports