Read() should have order argument
Registered by
Jay Vora (Serpent Consulting Services)
The issue is somewhat important where you want the listing of some records of any object based on another field(s) rather than name(or _rec_name).
Read() compulsory take self._order into consideration.
Example:
Res.Country()
I want normal countries list view to be sorted by name(That's what is in current scenario).
My another list view for the same object wants the listing based on code.
I override search() and pass order='code' but unfortunately that doesn't serve my purpose.
Read() takes self._order and that's name.
Thank you.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Sprints
Whiteboard
(?)