Merge pull request #59 from expsa/fix_app

fix_app
This commit is contained in:
esam-sermah 2025-12-11 11:22:35 +03:00 committed by GitHub
commit 0d6eb2d291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"