[UPDATE]UPDATE

This commit is contained in:
zainab8585 2024-07-26 22:07:25 +02:00
parent b5b2b403ff
commit 05bd5b9f39
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ Odex - Communications Management System
Managing Communications Transcations flows
""",
'website': 'http://www.exp-sa.com',
'depends': ['base', 'base_odex', 'mail', 'html_text', 'odex_sms'],
'depends': ['base', 'base_odex', 'mail','attachment_indexation', 'html_text', 'odex_sms'],
'data': [
'security/groups.xml',
'security/ir.model.access.csv',

View File

@ -109,12 +109,12 @@
<group>
<field name="processing_ids"
attrs="{'required':[('type','in',['reply','forward'])],'invisible':[('type','not in',['reply', 'forward'])],'readonly':[('state','not in',['draft'])]}">
<utsztree name="">
<tree name="">
<field name="name"/>
<field name="subject"/>
<field name="transaction_date"/>
<field name="to_ids"/>
</utsztree>
</tree>
</field>
</group>
<group>
@ -124,7 +124,7 @@
<field name="entity_id" readonly="True"/>
<field name="date" readonly="True"/>
<field name="description" required="False"/>
<field name="file_save" class="o_viewer_img o_viewer_text o_viewer_video"/>
<field name="file_save" widget="pdf_viewer" filename="attachment_filename"/>
<field name="external_drive_link" widget="url"/>
<field name="attachment_filename" invisible="True"/>
</tree>