mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[12.0][IMP] - Improve unit tests
This commit is contained in:
committed by
Thomas Binsfeld
parent
424f819d87
commit
9d44088707
@@ -107,7 +107,7 @@ class SaleOrder(models.Model):
|
||||
def action_show_contracts(self):
|
||||
self.ensure_one()
|
||||
action = self.env.ref(
|
||||
"contract.action_account_analytic_sale_overdue_all"
|
||||
"contract.contract_contract_customer_form_view"
|
||||
).read()[0]
|
||||
contracts = (
|
||||
self.env['contract.line']
|
||||
|
||||
Reference in New Issue
Block a user