IMP base_usa: sequence view and FIX module view

- add prefix field in sequence search view
- replace @class by hasclass() in module view
This commit is contained in:
David Beal
2019-10-10 10:38:06 +02:00
parent 92a4b0d6ac
commit 1812c7f5af
3 changed files with 13 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
<field name="model">ir.module.module</field>
<field name="inherit_id" ref="base.module_view_kanban"/>
<field name="arch" type="xml">
<xpath expr="//h4[@class='o_kanban_record_title']/code[@groups='base.group_no_one']" position="before">
<xpath expr="//h4[hasclass('o_kanban_record_title')]/code[@groups='base.group_no_one']" position="before">
<br/>
</xpath>
</field>