This commit is contained in:
esam 2025-12-11 11:22:25 -05:00
parent 5ccdc54292
commit 0849c316b1
2 changed files with 4 additions and 4 deletions

View File

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

View File

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