Skip to content

Commit

Permalink
[FIX] purchase_request: RFQ wizard copy description toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
mav-adhoc authored and HviorForgeFlow committed Feb 7, 2025
1 parent b4b08a1 commit 1030887
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@
groups="!uom.group_uom"
/>
<field name="product_uom_id" groups="uom.group_uom" />
<field name="keep_description" />
<field
name="keep_description"
widget="boolean_toggle"
options="{'autosave': False}"
/>
</list>
</field>
</group>
Expand Down

0 comments on commit 1030887

Please sign in to comment.