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:
commit
f966c9ca7e
|
|
@ -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:#f2f2f2">
|
<div style="background-color:grey;">
|
||||||
<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]"/>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
{
|
{
|
||||||
"name": "Mail Preview",
|
"name": "Mail Preview",
|
||||||
"summary": """
|
"summary": """
|
||||||
Base Module to add more previewing options
|
Base 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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue