Update actions_and_menus.xml

This commit is contained in:
zainab2097 2024-09-11 17:26:15 +03:00 committed by GitHub
parent c063d63a49
commit 0146f52283
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@
<field name="name">Outgoing Internal Transaction</field>
<field name="res_model">internal.transaction</field>
<field name="view_mode">tree,form</field>
<field name='domain'>[('state', '!=', 'closed'),('employee_id.user_id','=',uid)]</field>
<field name='domain'>[('state', '!=', 'closed')]</field>
<field name="help" type="html">
<p class="oe_view_nocontent_create">Create the first Outgoing Internal Transaction
</p>
@ -288,7 +288,7 @@
<field name="res_model">outgoing.transaction</field>
<field name="view_mode">tree,form</field>
<field name='domain'>[('state', '!=', 'closed'),('employee_id.user_id','=',uid)]</field>
<field name='domain'>[('state', '!=', 'closed')]</field>
<field name="view_id" ref="exp_transaction_documents.outgoing_transaction_external_tree"/>
<field name="help" type="html">
<p class="oe_view_nocontent_create">Create the first External outgoing Transaction