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