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:
commit
a3065cec89
|
|
@ -5,7 +5,7 @@
|
|||
'summary': "Document management Module",
|
||||
|
||||
'description': """
|
||||
Additional Libraries for Module MUK for Odex25.
|
||||
Additional Libraries for Module MUK.
|
||||
""",
|
||||
|
||||
'author': "Odoo",
|
||||
|
|
|
|||
|
|
@ -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:grey;">
|
||||
<div style="background-color:#f2f2f2">
|
||||
<t t-if="object[1]">
|
||||
<t t-if="record['type'][0]=='many2one'">
|
||||
<span t-esc="object[1][1]"/>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
{
|
||||
"name": "Mail Preview",
|
||||
"summary": """
|
||||
Base to add more previewing options
|
||||
Base Module to add more previewing options
|
||||
""",
|
||||
"version": "14.0.1.0.0",
|
||||
'category':'Odex25-DMS/Odex25-DMS',
|
||||
|
|
|
|||
Loading…
Reference in New Issue