Transaction tasks
This commit is contained in:
parent
b187787ece
commit
b3dd904bb1
|
|
@ -3523,9 +3523,19 @@ msgstr "جميع المعاملات الخارجية الواردة"
|
|||
msgid "All Internal Transaction"
|
||||
msgstr "جميع المعاملات الداخلية"
|
||||
|
||||
#. module: exp_transaction_documents
|
||||
#. module: exp_tra nsaction_documents
|
||||
#: model_terms:ir.ui.view,arch_db:exp_transaction_documents.common_outgoing_transaction_external_tree
|
||||
#: model_terms:ir.ui.view,arch_db:exp_transaction_documents.common_transaction_external_tree
|
||||
#: model_terms:ir.ui.view,arch_db:exp_transaction_documents.common_transaction_internal_tree
|
||||
msgid "Send From"
|
||||
msgstr "مرسل من"
|
||||
|
||||
#. module: exp_transaction_documents
|
||||
#: model:ir.model.fields,field_description:exp_transaction_documents.field_cm_attachment_rule__signed
|
||||
msgid "Signed"
|
||||
msgstr "تم التوقيع"
|
||||
|
||||
#. module: exp_transaction_documents
|
||||
#: model_terms:ir.ui.view,arch_db:exp_transaction_documents.common_transactions_internal_form
|
||||
msgid "Sign"
|
||||
msgstr "توقيع"
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ class AttachmentRule(models.Model):
|
|||
outgoing_transaction_id = fields.Many2one(comodel_name='outgoing.transaction', string='Outgoing Transaction')
|
||||
date = fields.Datetime(string='Date', default=fields.Datetime.now)
|
||||
description = fields.Char(string='Description')
|
||||
signed = fields.Boolean(string='Signed')
|
||||
signed = fields.Boolean(string='Signed',readonly=True)
|
||||
|
||||
def action_signature(self):
|
||||
for rec in self:
|
||||
|
|
|
|||
Loading…
Reference in New Issue