[MERGE] WITH FIXES

pull/7/merge
Nhomar Hernandez 2013-06-17 14:56:03 -05:30
commit 2b0a13ed45
2 changed files with 3 additions and 3 deletions

View File

@ -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",
],

View File

@ -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>