[MIG] partner_statement: Migration to 13.0
[UPD] Update partner_statement.pot [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-partner_statement Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-partner_statement/
This commit is contained in:
@@ -14,7 +14,7 @@ class TestResConfigSettings(TransactionCase):
|
||||
"ORDER BY uid DESC LIMIT 1"
|
||||
)
|
||||
self.account_user = self.cr.fetchone()[0]
|
||||
self.user_obj = self.env["res.users"].sudo(self.account_user)
|
||||
self.user_obj = self.env["res.users"].with_user(self.account_user)
|
||||
|
||||
def test_groups(self):
|
||||
conf = self.config.create(
|
||||
|
||||
Reference in New Issue
Block a user