Hello,
I'm using Odoo 16e, and I have some customers who can't see their own subscriptions in the portal due to a restriction in the sale.order module.
I've verified that my customers have access to the portal, and the error seems to be related to this rule:
[('message_partner_ids','child_of',[user.commercial_partner_id.id])]
In Odoo, if I delete or archive this rule, the error disappears from the portal, but then subscriptions of themselves appear as well as subscriptions of others.
Could you please help me with this issue?