diff --git a/odex25_transactions/exp_transaction_documents/views/actions_and_menus.xml b/odex25_transactions/exp_transaction_documents/views/actions_and_menus.xml index b3fd2e610..ceec7c2c4 100644 --- a/odex25_transactions/exp_transaction_documents/views/actions_and_menus.xml +++ b/odex25_transactions/exp_transaction_documents/views/actions_and_menus.xml @@ -161,7 +161,9 @@ Incoming Internal Transaction internal.transaction tree,form - [('create_uid','!=',uid)] + {'default_transaction_type': 'incoming'} + [('transaction_type', '=', 'incoming')] + @@ -195,7 +197,9 @@ Outgoing Internal Transaction internal.transaction tree,form - [('create_uid', '=', uid)] + {'default_transaction_type': 'outgoing'} + [('transaction_type', '=', 'outgoing')] + Create the first Outgoing Internal Transaction
Create the first Outgoing Internal Transaction