-
- Downloads
[IMP] stock{_account}: add reference opening magic in list view
The move line form view is too technical for the average user so instead we
can to auto-magically open the reference document instead (picking or MO
only for now).
We do the same with stock valuation layers as well, but this feature
will not be available until its custom JS is converted to OWL
"product moves" part of b2b task: 2882539
closes odoo/odoo#97109
Related: odoo/enterprise#29974
Related: odoo/upgrade#3819
Signed-off-by:
Arnold Moyaux (arm) <arm@odoo.com>
Showing
- addons/mrp/models/stock_move.py 12 additions, 0 deletionsaddons/mrp/models/stock_move.py
- addons/stock/models/stock_move.py 19 additions, 0 deletionsaddons/stock/models/stock_move.py
- addons/stock/models/stock_move_line.py 13 additions, 0 deletionsaddons/stock/models/stock_move_line.py
- addons/stock/views/stock_move_line_views.xml 1 addition, 1 deletionaddons/stock/views/stock_move_line_views.xml
- addons/stock_account/models/stock_valuation_layer.py 13 additions, 0 deletionsaddons/stock_account/models/stock_valuation_layer.py
- addons/stock_account/views/stock_valuation_layer_views.xml 2 additions, 1 deletionaddons/stock_account/views/stock_valuation_layer_views.xml
Loading