mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[12.0][REF] - Split analytic accouts and contracts
This commit is contained in:
@@ -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'}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user