[FIX] Fixing minor glitches
parent
3125c30ef8
commit
1ce7799580
|
@ -42,11 +42,11 @@ In the [ Account's Sign on Reports ] Section in the Company will be able to set
|
|||
"init_xml" : [],
|
||||
"demo_xml" : [],
|
||||
"update_xml" : [
|
||||
"security/ir.model.access.csv"
|
||||
"security/security.xml",
|
||||
"security/ir.model.access.csv",
|
||||
"view/report.xml",
|
||||
"view/wizard.xml",
|
||||
"view/account_view.xml",
|
||||
# "view/account_view.xml",
|
||||
"view/company_view.xml",
|
||||
"view/account_financial_report_view.xml",
|
||||
],
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<field name="type">search</field>
|
||||
<field name="inherit_id" ref="account.view_account_search"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="/search/group/field[@name='code']" position="after">
|
||||
<xpath expr="//field[@name='code']" position="after">
|
||||
<field name="parent_id"/>
|
||||
</xpath>
|
||||
</field>
|
||||
|
|
Loading…
Reference in New Issue