Update outgoing.xml

This commit is contained in:
zainab2097 2024-07-31 17:18:46 +03:00 committed by GitHub
parent bbffa80228
commit 3936cad4b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
<search string="outgoing transaction">
<field name="subject"/>
<field name="to_ids"/>
<field name="company_name"/>
<field name="name" string="Transaction" filter_domain="[('name','ilike',self)]"/>
<field name="tran_tag" string="tag" filter_domain="[('tran_tag','ilike',self)]"/>
<field name="is_reade"/>
@ -43,6 +44,7 @@
<field name="subject"/>
<field name="subject_type_id"/>
<field name="to_ids" widget="many2many_tags"/>
<field name="company_name"/>
<field name="is_reade" optional="hide"/>
<field name="due_date" optional="show"/>
<field name="send_date" optional="show"/>