Skip to content

Commit 5245f48

Browse files
committed
[IMP]purchase_request_ux: modify name field un PR view
closes ingadhoc#297 Signed-off-by: Juan Carreras <jc@adhoc.com.ar>
1 parent bee80a5 commit 5245f48

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)