Skip to content

Commit

Permalink
[UPD] ssi_rma
Browse files Browse the repository at this point in the history
* Fix RSO menu
  • Loading branch information
andhit-r committed Feb 1, 2024
1 parent 7137822 commit b0bbe87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssi_rma/views/supplier_rma_out_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<field name="view_mode">tree,form</field>
<field
name="domain"
eval="[('picking_type_category_id','=',ref('ssi_rma.picking_category_cro'))]"
eval="[('picking_type_category_id','=',ref('ssi_rma.picking_category_sro'))]"
/>
<field
name="context"
eval="{'default_picking_type_category_id':ref('ssi_rma.picking_category_cro')}"
eval="{'default_picking_type_category_id':ref('ssi_rma.picking_category_sro')}"
/>
</record>

Expand Down

0 comments on commit b0bbe87

Please sign in to comment.