Skip to content

Instantly share code, notes, and snippets.

View i-vyshnevska's full-sized avatar

Iryna Vyshnevska i-vyshnevska

View GitHub Profile
cls.env = cls.env(context=dict(cls.env.context,tracking_disable=True,))
####### ALL
cls.account = cls.env['account.account'].create({
'code': "1111",
'name': "Test",
'user_type_id': cls.env.ref('account.data_account_type_receivable').id,
'reconcile': True,