Merge pull request #5589 from expsa/14.0-feat-documents-auto-20251202_153019

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

View File

@ -5,7 +5,7 @@
'summary': "Document management Module", 'summary': "Document management Module",
'description': """ 'description': """
Additional Libraries for Module MUK for Odex25. Additional Libraries for Module MUK.
""", """,
'author': "Odoo", 'author': "Odoo",

View File

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

View File

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