Skip to content

Commit

Permalink
Merge PR #45 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by andhit-r
  • Loading branch information
ssi-bot committed Jun 20, 2024
2 parents 83c1936 + 1260568 commit 45a4e43
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions ssi_stock/views/stock_picking_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,40 @@
<field name="mode">extension</field>
<field name="arch" type="xml">
<data>
<xpath
expr="//button[@name='%(stock.action_report_delivery)d']"
position="attributes"
>
<attribute name="invisible">1</attribute>
<attribute name="attrs">{}</attribute>
<attribute name="groups" />
</xpath>
<xpath expr="//button[@name='do_print_picking']" position="attributes">
<attribute name="invisible">1</attribute>
<attribute name="attrs">{}</attribute>
<attribute name="groups" />
</xpath>
<xpath expr="//button[@name='button_scrap']" position="attributes">
<attribute name="invisible">1</attribute>
<attribute name="attrs">{}</attribute>
<attribute name="groups" />
</xpath>
<xpath
expr="//button[@name='action_toggle_is_locked'][1]"
position="attributes"
>
<attribute name="invisible">1</attribute>
<attribute name="attrs">{}</attribute>
<attribute name="groups" />
</xpath>
<xpath
expr="//button[@name='action_toggle_is_locked'][2]"
position="attributes"
>
<attribute name="invisible">1</attribute>
<attribute name="attrs">{}</attribute>
<attribute name="groups" />
</xpath>
<xpath expr="//button[@name='action_cancel']" position="attributes">
<attribute
name="attrs"
Expand Down

0 comments on commit 45a4e43

Please sign in to comment.