mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[12.0][IMP] - sale line linked to contracts must not be invoiced from sale order
This commit is contained in:
@@ -107,7 +107,7 @@ class SaleOrder(models.Model):
|
||||
def action_show_contracts(self):
|
||||
self.ensure_one()
|
||||
action = self.env.ref(
|
||||
"contract.contract_contract_customer_form_view"
|
||||
"contract.action_customer_contract"
|
||||
).read()[0]
|
||||
contracts = (
|
||||
self.env['contract.line']
|
||||
|
||||
Reference in New Issue
Block a user