Skip to content

Commit

Permalink
[IMP] purchase_request: Set groups to group_id field
Browse files Browse the repository at this point in the history
TT51248
  • Loading branch information
victoralmau committed Nov 13, 2024
1 parent 8ea204c commit ebdc9fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions purchase_request/views/purchase_request_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
<field
name="group_id"
attrs="{'readonly': [('is_editable','=', False)]}"
groups="base.group_no_one"
/>
</group>
<group>
Expand Down

0 comments on commit ebdc9fd

Please sign in to comment.