mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] account_move_line_stock_info black, isort, prettier
This commit is contained in:
committed by
Nadal Francisco Garcia
parent
e9830fb72d
commit
d15e6379f3
@@ -59,7 +59,7 @@ class TestAccountMoveLineStockInfo(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