mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[12.0][FIX] - Run onchange contract_type when changing the contract template
Fix this use-case: If the contract journal is not set on the contract template the contract is created without a journal when confirming the sale order
This commit is contained in:
@@ -82,6 +82,7 @@ class SaleOrder(models.Model):
|
|||||||
)
|
)
|
||||||
contracts |= contract
|
contracts |= contract
|
||||||
contract._onchange_contract_template_id()
|
contract._onchange_contract_template_id()
|
||||||
|
contract._onchange_contract_type()
|
||||||
order_lines.create_contract_line(contract)
|
order_lines.create_contract_line(contract)
|
||||||
order_lines.write({'contract_id': contract.id})
|
order_lines.write({'contract_id': contract.id})
|
||||||
for line in line_to_update_contract:
|
for line in line_to_update_contract:
|
||||||
|
|||||||
Reference in New Issue
Block a user