Skip to content
Snippets Groups Projects
Commit 6e846b1a authored by Pierre Masereel's avatar Pierre Masereel
Browse files

[FIX] point_of_sale: remove radio button widget

We don't want a radio to be able to select none of the options.
parent e47e74af
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
<field name="company_id" readonly="1" groups="base.group_multi_company" />
</group>
<group>
<field name="use_payment_terminal" attrs="{'invisible': [('hide_use_payment_terminal', '=', True)]}" widget="radio" />
<field name="use_payment_terminal" attrs="{'invisible': [('hide_use_payment_terminal', '=', True)]}" />
</group>
</group>
</sheet>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment