You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
The origin of the var with void procurement groups is here:
https://github.com/OCA/stock-logistics-warehouse/blob/14.0/stock_orderpoint_origin/models/procurement_group.py#L33
and the bug is raised here:
https://github.com/OCA/stock-logistics-warehouse/blob/14.0/stock_orderpoint_origin/models/purchase_order.py#L38
where
procurement_group_id
is not found in thesale.order
, where it is not required.I'm trying to find if it is a local issue.
Fixed by #2111
The text was updated successfully, but these errors were encountered: