From b54f7210dc7c8e2557bd3bf3892d7ba2980b4ca0 Mon Sep 17 00:00:00 2001 From: Juliana Date: Thu, 22 Jul 2021 12:18:28 +0200 Subject: [PATCH] Delete pos order line --- models/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/__init__.py b/models/__init__.py index 9b67676..261613f 100755 --- a/models/__init__.py +++ b/models/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. -from . import pos_order_line +# from . import pos_order_line from . import pos_transaction \ No newline at end of file