Skip to content

Commit

Permalink
[IMP] cb_maintenance: Add request date in order to modify it
Browse files Browse the repository at this point in the history
  • Loading branch information
etobella committed May 15, 2023
1 parent 19575f4 commit 55ed2fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cb_maintenance/views/maintenance_request.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
</button>
<field name="request_date" position="replace">
<field name="create_date" string="Request Date" readonly="1" />
<field name="request_date" readonly="0" groups="base.group_no_one" />
</field>
<field name="category_id" position="attributes">
<attribute name="attrs" />
Expand Down

0 comments on commit 55ed2fc

Please sign in to comment.