Skip to content

Commit

Permalink
TA#70700 [14.0][IMP] stock_picking_remove reservation : add remove me…
Browse files Browse the repository at this point in the history
…thod in the form action menue (#196)
  • Loading branch information
abenzbiria authored Nov 7, 2024
1 parent 2ed79fb commit ca566de
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stock_picking_remove_reservation/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ form and unreserve move lines for the active picking.

Usage
-----
As a user with access to transfers (stock picking), when I receive the error message:
As a user with access stock manager , when I receive the error message:

.. image:: static/description/stock_picking_error_message.png

I need to click on "Desynchronize the reservation."
I need to click on "Remove reservation"

.. image:: static/description/stock_picking_select_items.png

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<field name="view_id" ref="stock_picking_unreserve_view"/>
<field name="target">new</field>
<field name="binding_model_id" ref="stock.model_stock_picking" />
<field name="binding_view_types">list</field>
<field name="binding_view_types">list,form</field>
</record>

</data>
Expand Down

0 comments on commit ca566de

Please sign in to comment.