[IMP] update dotfiles [ci skip]

This commit is contained in:
oca-git-bot
2022-03-31 17:27:35 +02:00
parent bd9459eeb4
commit 46bb6a68cd
8 changed files with 36 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ def post_init_hook(cr, registry):
env = api.Environment(cr, SUPERUSER_ID, {})
def _get_next_picking_type_color():
""" Choose the next available color for the operation types."""
"""Choose the next available color for the operation types."""
stock_picking_type = env["stock.picking.type"]
picking_type = stock_picking_type.search_read(
[("warehouse_id", "!=", False), ("color", "!=", False)],