Skip to content
Snippets Groups Projects
Commit 877059b2 authored by Fernanda Hernández's avatar Fernanda Hernández
Browse files

[FIX] pos_restaurant: use odoo groupby instead itertools


closes odoo/odoo#105518

Signed-off-by: default avatarOlivier Dony (odo) <odo@odoo.com>
parent 94dd698d
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from itertools import groupby
from odoo.tools import groupby
from re import search
from functools import partial
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment