[FIX] typerror
This commit is contained in:
parent
78c5fabd2c
commit
1031025b52
@ -499,7 +499,7 @@ msgstr "Представитель компании"
|
|||||||
|
|
||||||
#. module: client_contracts
|
#. module: client_contracts
|
||||||
#: model:ir.model.fields,field_description:client_contracts.field_res_partner_contract_annex_prepaid_expance
|
#: model:ir.model.fields,field_description:client_contracts.field_res_partner_contract_annex_prepaid_expance
|
||||||
msgid "Prepaid Expance"
|
msgid "Prepaid Expence"
|
||||||
msgstr "Аванс"
|
msgstr "Аванс"
|
||||||
|
|
||||||
#. module: client_contracts
|
#. module: client_contracts
|
||||||
|
@ -15,7 +15,7 @@ class ContractOrderAnnex(models.Model):
|
|||||||
date_conclusion = fields.Date(
|
date_conclusion = fields.Date(
|
||||||
string="Conclusion Date", default=fields.Date.today(),
|
string="Conclusion Date", default=fields.Date.today(),
|
||||||
)
|
)
|
||||||
prepaid_expance = fields.Float(string="Prepaid Expance", default=0)
|
prepaid_expance = fields.Float(string="Prepaid Expence", default=0)
|
||||||
delivery_time = fields.Integer(related="order_id.delivery_time", readonly=True,)
|
delivery_time = fields.Integer(related="order_id.delivery_time", readonly=True,)
|
||||||
payment_term = fields.Many2one(
|
payment_term = fields.Many2one(
|
||||||
"account.payment.term", related="order_id.payment_term_id", readonly=True,
|
"account.payment.term", related="order_id.payment_term_id", readonly=True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user