Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion purchase_stock_ux/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
"name": "Purchase Stock UX",
"version": "18.0.1.1.0",
"version": "18.0.1.2.0",
"category": "Purchases",
"sequence": 14,
"summary": "",
Expand Down
2 changes: 1 addition & 1 deletion purchase_stock_ux/views/purchase_order_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- agregamos boton de cancelar linea -->
<xpath expr="//field[@name='order_line']/list/field[@name='qty_received']" position="after">
<field name="delivery_status" optional="hidden"/>
<button name="button_cancel_remaining" type="object" title="Cancel remaining quanitity to be received. This will set line quantity equal to received qty and will cancel remaining moves" icon="fa-ban" confirm="This will set line quantity equal to received qty and will cancel remaining moves. This can not be undone. Are you sure you want to continue?" invisible="delivery_status != 'to receive'" groups="purchase.group_purchase_manager"/>
<button name="button_cancel_remaining" type="object" title="Cancel remaining quanitity to be received. This will set line quantity equal to received qty and will cancel remaining moves" icon="fa-ban" confirm="This will set line quantity equal to received qty and will cancel remaining moves. This can not be undone. Are you sure you want to continue?" invisible="delivery_status != 'to receive'" groups="stock_ux.allow_picking_cancellation"/>
<field name="qty_returned" string="Returned Quantity" column_invisible="parent.state not in ('purchase', 'done')" optional="show"/>
</xpath>
</field>
Expand Down