Skip to content

Commit

Permalink
[FIX] cooperator: remove selection
Browse files Browse the repository at this point in the history
  • Loading branch information
robinkeunen committed Feb 7, 2023
1 parent 35443a5 commit 7ba762a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cooperator/views/subscription_request_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,10 @@
<field name="date" />
<field name="source" />
<field name="ordered_parts" />
<field name="share_product_id" widget="selection" />
<field
name="share_product_id"
options="{'no_create':True}"
/>
<field name="share_short_name" />
<field name="share_unit_price" />
<field name="subscription_amount" />
Expand Down

0 comments on commit 7ba762a

Please sign in to comment.