Merge pull request #91 from expsa/dev_odex25_transactions

Dev odex25 transactions
This commit is contained in:
enagahh 2024-07-08 10:20:12 +03:00 committed by GitHub
commit 11e016a45f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 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')]</field>
<field name='domain'>[('state', '!=', 'closed'),('employee_id.user_id','=',uid)]</field>
<field name="help" type="html">
<p class="oe_view_nocontent_create">Create the first Outgoing Internal Transaction
</p>