File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 19
19
##############################################################################
20
20
{
21
21
'name' : 'Account UX' ,
22
- 'version' : "17.0.2.0 .0" ,
22
+ 'version' : "17.0.2.1 .0" ,
23
23
'category' : 'Accounting' ,
24
24
'sequence' : 14 ,
25
25
'summary' : '' ,
Original file line number Diff line number Diff line change 118
118
</field >
119
119
</field >
120
120
</record >
121
+
122
+ <record id =" view_account_move_line_form" model =" ir.ui.view" >
123
+ <field name =" name" >account.move.line.form</field >
124
+ <field name =" model" >account.move.line</field >
125
+ <field name =" inherit_id" ref =" account.view_move_line_form" />
126
+ <field name =" arch" type =" xml" >
127
+ <field name =" amount_currency" position =" attributes" >
128
+ <attribute name =" readonly" >1</attribute >
129
+ </field >
130
+ </field >
131
+ </record >
132
+
121
133
</odoo >
You can’t perform that action at this time.
0 commit comments