From 02a4c41b5eb715d4809e21ae820d12f25c90b8e0 Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Wed, 11 Jan 2023 13:52:20 +0530 Subject: [PATCH] Jan 11 : [FIX] Bug Fixed 'multi_branch_pos' --- multi_branch_pos/__manifest__.py | 2 +- multi_branch_pos/views/branch_pos_orders_views.xml | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/multi_branch_pos/__manifest__.py b/multi_branch_pos/__manifest__.py index 81e1b2644..b60a7374b 100644 --- a/multi_branch_pos/__manifest__.py +++ b/multi_branch_pos/__manifest__.py @@ -22,7 +22,7 @@ { 'name': "Multiple Branch Setup for POS", - 'version': "15.0.1.0.0", + 'version': "15.0.1.1.0", 'summary': """ Multiple Branch Unit Operation Setup for Odoo POS""", 'description': """ Multiple Branch Unit Operation Setup for Odoo POS""", 'author': "Cybrosys Techno Solutions", diff --git a/multi_branch_pos/views/branch_pos_orders_views.xml b/multi_branch_pos/views/branch_pos_orders_views.xml index 8780e632d..721b3081a 100644 --- a/multi_branch_pos/views/branch_pos_orders_views.xml +++ b/multi_branch_pos/views/branch_pos_orders_views.xml @@ -22,5 +22,16 @@ + + + pos.order.tree.branch + pos.order + + + + + + + \ No newline at end of file