From 6e6a4a4fda068a3e64aff97a8c27b68c04b4c16e Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Fri, 30 Jan 2026 11:07:48 +0530 Subject: [PATCH] Introduce a new restaurant management module with POS product categories --- addons/restaurant_management/__manifest__.py | 1 + .../views/product_template_views.xml | 17 +++ addons/theme_chennora/views/pages.xml | 130 +++++++++++++++++- 3 files changed, 143 insertions(+), 5 deletions(-) create mode 100644 addons/restaurant_management/views/product_template_views.xml diff --git a/addons/restaurant_management/__manifest__.py b/addons/restaurant_management/__manifest__.py index 8e06072..b7c44b1 100644 --- a/addons/restaurant_management/__manifest__.py +++ b/addons/restaurant_management/__manifest__.py @@ -21,6 +21,7 @@ 'views/restaurant_menus.xml', 'views/pos_order_views.xml', 'views/res_users_views.xml', + 'views/product_template_views.xml', ], 'installable': True, 'application': True, diff --git a/addons/restaurant_management/views/product_template_views.xml b/addons/restaurant_management/views/product_template_views.xml new file mode 100644 index 0000000..9f259b9 --- /dev/null +++ b/addons/restaurant_management/views/product_template_views.xml @@ -0,0 +1,17 @@ + + + + + product.template.form.pos.category + product.template + + + + + + + + + diff --git a/addons/theme_chennora/views/pages.xml b/addons/theme_chennora/views/pages.xml index 90eb717..66f0ce1 100644 --- a/addons/theme_chennora/views/pages.xml +++ b/addons/theme_chennora/views/pages.xml @@ -349,14 +349,133 @@ Chennora is rated among the best Indian restaurants in Brampton, offering authen -