Merge pull request #5592 from expsa/14.0-feat-documents-auto-20251202_155105

[IMP] documents mail_preview_base: various improvements
This commit is contained in:
Mohamed Eltayar 2025-12-02 16:53:42 +03:00 committed by GitHub
commit f966c9ca7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<t t-call="web.internal_layout">
<div class="page">
<t t-foreach="record['other']" t-as="object">
<div style="background-color:#f2f2f2">
<div style="background-color:grey;">
<t t-if="object[1]">
<t t-if="record['type'][0]=='many2one'">
<span t-esc="object[1][1]"/>

View File

@ -4,7 +4,7 @@
{
"name": "Mail Preview",
"summary": """
Base Module to add more previewing options
Base to add more previewing options
""",
"version": "14.0.1.0.0",
'category':'Odex25-DMS/Odex25-DMS',