fix_app
This commit is contained in:
parent
5ccdc54292
commit
0849c316b1
|
|
@ -17,7 +17,7 @@
|
||||||
<div class="oe_kanban_details">
|
<div class="oe_kanban_details">
|
||||||
<strong class="o_kanban_record_title"><field name="name"/></strong>
|
<strong class="o_kanban_record_title"><field name="name"/></strong>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="text-muted"><field name="path_temp"/></li>
|
<li ><field name="path_temp"/></li>
|
||||||
<li>
|
<li>
|
||||||
<a name="open_apps_view" href="#" type="object"><field name="module_count"/> Modules</a>
|
<a name="open_apps_view" href="#" type="object"><field name="module_count"/> Modules</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,9 @@
|
||||||
<field name="model">ir.module.module</field>
|
<field name="model">ir.module.module</field>
|
||||||
<field name="inherit_id" ref="base.module_view_kanban"/>
|
<field name="inherit_id" ref="base.module_view_kanban"/>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//div[hasclass('text-muted')][contains(., 'Installed')]" position="attributes">
|
<!-- <xpath expr="//div[hasclass('text-muted')][contains(., 'Installed')]" position="attributes">-->
|
||||||
<attribute name="invisible">1</attribute>
|
<!-- <attribute name="invisible">1</attribute>-->
|
||||||
</xpath>
|
<!-- </xpath>-->
|
||||||
<xpath expr="//templates/t[@t-name='card']/main/footer" position="inside">
|
<xpath expr="//templates/t[@t-name='card']/main/footer" position="inside">
|
||||||
<div t-if="record.state.raw_value == 'installed'" class="o_module_action_buttons">
|
<div t-if="record.state.raw_value == 'installed'" class="o_module_action_buttons">
|
||||||
<button type="object"
|
<button type="object"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue