[12.0][REF] - Split analytic accouts and contracts

This commit is contained in:
sbejaoui
2019-09-17 18:14:23 +02:00
committed by Rad0van
parent a2ac920982
commit b8fa244fc7
10 changed files with 55 additions and 51 deletions

View File

@@ -11,7 +11,7 @@ class TestProductTemplate(TransactionCase):
super(TestProductTemplate, self).setUp()
self.service_product = self.env.ref('product.product_product_1')
self.consu_product = self.env.ref('product.product_product_5')
self.contract = self.env['account.analytic.contract'].create(
self.contract = self.env['contract.template'].create(
{'name': 'Test'}
)