commit
3fe0ee77a2
|
|
@ -3102,8 +3102,8 @@ msgstr "نوع المرسل"
|
|||
|
||||
#. module: exp_transaction_documents
|
||||
#: model:ir.model.fields.selection,name:exp_transaction_documents.selection__internal_transaction__type_sender__unit
|
||||
msgid "Unit"
|
||||
msgstr "الوحدة"
|
||||
msgid "Department"
|
||||
msgstr "الادارة"
|
||||
|
||||
#. module: exp_transaction_documents
|
||||
#: model:ir.model.fields,field_description:exp_transaction_documents.field_cm_entity__unit_location
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ class InternalTransaction(models.Model):
|
|||
trace_ids = fields.One2many('cm.transaction.trace', 'internal_transaction_id', string='Trace Log')
|
||||
type_sender = fields.Selection(
|
||||
string='',
|
||||
selection=[('unit', 'Unit'),
|
||||
selection=[('unit', 'Department'),
|
||||
('employee', 'Employee'),
|
||||
],
|
||||
required=False, default='unit')
|
||||
|
|
|
|||
|
|
@ -295,7 +295,7 @@
|
|||
</p>
|
||||
</field>
|
||||
<field name="search_view_id" ref="exp_transaction_documents.view_outgoing_transaction_filter"/>
|
||||
<field name="context">{'search_default_favorite': 1}</field>
|
||||
<!-- <field name="context">{'search_default_favorite': 1}</field> -->
|
||||
<field name="view_ids" eval="[(5, 0, 0),
|
||||
(0, 0, {'view_mode': 'tree','view_id':ref('exp_transaction_documents.outgoing_transaction_external_tree')}),
|
||||
(0, 0, {'view_mode': 'form', 'view_id': ref('exp_transaction_documents.outgoing_external_transaction_form')})]"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue