mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[IMP] stock_account_valuation_report: black, isort, prettier
This commit is contained in:
committed by
Christopher Ormaza
parent
609035bfd1
commit
bf92eaa3c2
@@ -78,7 +78,7 @@ class TestStockAccountValuationReport(TransactionCase):
|
||||
)
|
||||
|
||||
def _create_user(self, login, groups, company):
|
||||
""" Create a user."""
|
||||
"""Create a user."""
|
||||
group_ids = [group.id for group in groups]
|
||||
user = self.res_users_model.with_context({"no_reset_password": True}).create(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user