Daily updates from Odoo
Monday, November 3, 2014
2 changes · master
Enhancements to existing features
Technical users can now see an additional stock movement link directly on the stock move form, without needing database access. This makes it easier to investigate inventory flow issues while keeping the regular user interface unchanged.
Original PR description
This PR adds the field move_dest_id in the stock.move form view for base.group_no_one (group "Technical Features") in readonly. The field move_dest_id is very important in some stock scenarios. When you want to understand a particular behavior in the stock management, you often have to take into account the value of the move_dest_id field, but this field is NOT displayed in any view! So the only solution at the moment is to look up its value in the database. This is not very convenient! In this PR, I propose to show this field as readonly to the members of the group "Technical Features", so it won't complexify the interface for regular users.
Resolved issues and error corrections
This change corrects how project issues are handled when related information changes, helping ensure the right data is used automatically. It reduces the chance of incorrect issue updates and supports more reliable project issue management.
Original PR description
Fix : #3418