Update partner_extended.xml

This commit is contained in:
zainab2097 2024-08-08 13:10:33 +03:00 committed by GitHub
parent 7ef300ab7c
commit 6ba235438b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@
<field name="mobile"/>
<field name="state_id"/>
<field name="join_date"/>
<field name="memebership_end_date"/>
<field name="membrship_level"/>
<field name="category_id" widget="many2many_tags"/>
@ -133,7 +134,7 @@
<div class="o_kanban_record_bottom">
<div class="oe_kanban_bottom_left text-muted">
<span>
<t t-esc="record.join_date.value"/>
<t t-esc="record.memebership_end_date.value"/>
</span>
</div>
</div>