You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

82 lines
3.8 KiB

# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Gokul P I (odoo@cybrosys.com)
#
# You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details.
#
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE
# (LGPL v3) along with this program.
# If not, see <http://www.gnu.org/licenses/>.
#
#############################################################################
{
'name': 'POS Kitchen Screen',
'description': 'The POS Kitchen Screen in Odoo 16 is a feature that '
'allows restaurant staff to view and manage orders in '
'real-time from the kitchen. This screen provides a clear '
'and organized display of all active orders, enabling '
'kitchen staff to prioritize and manage their tasks '
'efficiently. The POS Kitchen Screen in Odoo 16 also '
'allows for the customization of order views, so that '
'staff can see the information that is most important to '
'them. Additionally, this feature facilitates '
'communication between front-end and back-end staff, '
'enabling them to work together seamlessly and provide a '
'better dining experience for customers.',
'summary': 'POS Kitchen Screen facilitates sending certain orders '
'automatically to the kitchen.The POS Kitchen Screen in '
'Odoo 16 also allows for the customization of order views, '
'so that staff can see the information that is most '
'important to them.',
'category': 'Point Of Sale',
'version': '16.0.1.0.0',
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',
'website': "https://www.cybrosys.com",
'depends': ['point_of_sale'],
'data': [
'security/pos_kitchen_screen_groups.xml',
"security/ir.model.access.csv",
'data/kitchen_screen_sequence_data.xml',
"views/kitchen_screen_views.xml",
"views/pos_kitchen_screen_odoo_menus.xml",
"views/pos_order_views.xml",
],
'assets': {
'point_of_sale.assets': [
'pos_kitchen_screen_odoo/static/src/scss/pos.scss',
'pos_kitchen_screen_odoo/static/src/js/product_screen.js',
'pos_kitchen_screen_odoo/static/src/js/pos_js.js',
'pos_kitchen_screen_odoo/static/src/js/Receipt.js',
'pos_kitchen_screen_odoo/static/src/xml/SubmitOrderButton.xml',
],
'web.assets_backend': [
'pos_kitchen_screen_odoo/static/src/css/dashboard.css',
'pos_kitchen_screen_odoo/static/src/js/dashboard_action.js',
'pos_kitchen_screen_odoo/static/src/xml/dashboard_templates.xml',
'pos_kitchen_screen_odoo/static/src/js/fields_load.js',
'https://unpkg.com/scrollreveal@4.0.0/dist/scrollreveal.min.js',
'https://fonts.googleapis.com',
'https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js',
'https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js'
],
},
'images': [
'static/description/banner.png',
],
'license': 'LGPL-3',
'installable': True,
'application': False,
'auto_install': False,
}