-
Notifications
You must be signed in to change notification settings - Fork 42
[16.0][FIX] rma, add support to handle package used on customer moves #499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 16.0
Are you sure you want to change the base?
Conversation
d0df9bf to
ed9360a
Compare
ed9360a to
d5db071
Compare
|
Rebased. Conflicts avoided but still not working. |
910ee85 to
55ccd74
Compare
rma/hooks.py
Outdated
| if ( | ||
| pack.package_use == "disposable" | ||
| and pack.location_id | ||
| != self.env.ref("stock.stock_location_customers") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should compare with usage field, pack.location_id.usage != 'customer'
0cfba0a to
941dc41
Compare
941dc41 to
dd78212
Compare
8db299c to
a8184e9
Compare
|
For reference, fwport to v17 was already done in #499 and it was included in v18 migration. No need to port anything if this gets merged. |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Migrated from #493