mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[UPD] split contract object from AnalyticAccount
This commit is contained in:
@@ -12,7 +12,7 @@ class TestContractSignatureTracking(common.SavepointCase):
|
||||
cls.image = 'R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=='
|
||||
|
||||
def test_contract_signature_tracking(self):
|
||||
self.contract = self.env['account.analytic.account'].create({
|
||||
self.contract = self.env['contract.contract'].create({
|
||||
'name': 'Test Contract',
|
||||
'customer_signature': self.image,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user