Skip to content

Commit 5144164

Browse files
authored
Merge pull request #10 from ingadhoc/18.0
Fork Sync Branch 18.0
2 parents 9babdfe + 5245f48 commit 5144164

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

purchase_request_ux/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
##############################################################################
2020
{
2121
"name": "Purchase Request UX",
22-
"version": "18.0.1.0.0",
22+
"version": "18.0.1.1.0",
2323
"category": "Purchases",
2424
"sequence": 14,
2525
"summary": "",

purchase_request_ux/views/purchase_request_views.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<xpath expr="//field[@name='assigned_to']" position="after">
1111
<field name="is_user_id" invisible="1"/>
1212
</xpath>
13+
<xpath expr="//field[@name='name']" position="attributes">
14+
<attribute name="readonly">False</attribute>
15+
</xpath>
1316
<xpath expr="//button[@name='button_to_approve']" position="replace">
1417
<button name="button_to_approve"
1518
string="Request approval"

0 commit comments

Comments
 (0)