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.
95 lines
4.9 KiB
95 lines
4.9 KiB
# -*- coding: utf-8 -*-
|
|
###############################################################################
|
|
#
|
|
# Cybrosys Technologies Pvt. Ltd.
|
|
#
|
|
# Copyright (C) 2025-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
|
|
# Author: Ayana KP(odoo@cybrosys.com)
|
|
#
|
|
# You can modify it under the terms of the GNU AFFERO
|
|
# GENERAL PUBLIC LICENSE (AGPL 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 AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details.
|
|
#
|
|
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
|
|
# (AGPL v3) along with this program.
|
|
# If not, see <http://www.gnu.org/licenses/>.
|
|
#
|
|
###############################################################################
|
|
{
|
|
'name': 'All in One POS Kit',
|
|
'version': '17.0.1.0.0',
|
|
'category': 'Point of Sale',
|
|
'summary': """This module combines Different POS features""",
|
|
'description': """ All in One POS Kit module contain many features, such as POS dashboard, Dynamic POS Report Maker, Age Restricted Products in POS, Advanced POS Receipt with Customer Details and Invoice Details,
|
|
Helps to directly log in to POS, Allows to create multiple barcode for a single Product, etc.""",
|
|
'author': 'Cybrosys Techno Solutions',
|
|
'company': 'Cybrosys Techno Solutions',
|
|
'maintainer': 'Cybrosys Techno Solutions',
|
|
'website': "https://www.cybrosys.com",
|
|
'depends': ['hr', 'point_of_sale', 'mrp', 'web'],
|
|
'external_dependencies': {'python': ['twilio', 'pandas']},
|
|
'data': [
|
|
'security/all_in_one_pos_kit_security.xml',
|
|
'security/ir.model.access.csv',
|
|
'views/res_config_settings_views.xml',
|
|
'views/pos_config_views.xml',
|
|
'views/pos_order_views.xml',
|
|
'views/dashboard_views.xml',
|
|
'views/product_template_views.xml',
|
|
'views/res_users_views.xml',
|
|
'views/product_product_views.xml',
|
|
'views/pos_report_views.xml',
|
|
'views/pos_greetings_views.xml',
|
|
'views/meals_planning_views.xml',
|
|
'report/all_in_one_pos_kit_templates.xml',
|
|
],
|
|
'assets': {
|
|
'point_of_sale._assets_pos': [
|
|
'all_in_one_pos_kit/static/src/exchange_product/scss/pos.scss',
|
|
'all_in_one_pos_kit/static/src/order_line_image/css/order_line_image.css',
|
|
'all_in_one_pos_kit/static/src/product_creation/css/*',
|
|
'all_in_one_pos_kit/static/src/mass_edit/js/*',
|
|
'all_in_one_pos_kit/static/src/service_charge/js/*',
|
|
'all_in_one_pos_kit/static/src/exchange_product/js/*',
|
|
'all_in_one_pos_kit/static/src/age_restricted/js/*',
|
|
'all_in_one_pos_kit/static/src/multi_barcode/js/pos_scan.js',
|
|
'all_in_one_pos_kit/static/src/delete_order_line/js/*',
|
|
'all_in_one_pos_kit/static/src/custom_tip/js/PaymentScreen.js',
|
|
'all_in_one_pos_kit/static/src/pos_mrp_order/js/*',
|
|
'all_in_one_pos_kit/static/src/pos_num_show_hide/js/pos_numpad.js',
|
|
'all_in_one_pos_kit/static/src/product_creation/js/*',
|
|
'all_in_one_pos_kit/static/src/advanced_receipt/js/*',
|
|
'all_in_one_pos_kit/static/src/order_line_image/js/pos_order_line.js',
|
|
'all_in_one_pos_kit/static/src/time_based_product/js/*',
|
|
'all_in_one_pos_kit/static/src/exchange_product/xml/*',
|
|
'all_in_one_pos_kit/static/src/mass_edit/xml/*',
|
|
'all_in_one_pos_kit/static/src/service_charge/xml/ServiceChargeButton.xml',
|
|
'all_in_one_pos_kit/static/src/age_restricted/xml/restrict_popup.xml',
|
|
'all_in_one_pos_kit/static/src/order_line_image/xml/pos_order_line.xml',
|
|
'all_in_one_pos_kit/static/src/delete_order_line/xml/*',
|
|
'all_in_one_pos_kit/static/src/custom_tip/xml/PaymentScreen.xml',
|
|
'all_in_one_pos_kit/static/src/pos_num_show_hide/xml/pos.xml',
|
|
'all_in_one_pos_kit/static/src/product_creation/xml/*',
|
|
'all_in_one_pos_kit/static/src/advanced_receipt/xml/OrderReceipt.xml',
|
|
'all_in_one_pos_kit/static/src/pos_logo/xml/*',
|
|
],
|
|
'web.assets_backend': [
|
|
'all_in_one_pos_kit/static/src/dashboard/css/pos_dashboard.css',
|
|
'all_in_one_pos_kit/static/src/pos_report/css/*',
|
|
'all_in_one_pos_kit/static/src/dashboard/xml/pos_dashboard.xml',
|
|
'all_in_one_pos_kit/static/src/dashboard/js/pos_dashboard.js',
|
|
'all_in_one_pos_kit/static/src/pos_report/js/pos_report.js',
|
|
'all_in_one_pos_kit/static/src/pos_report/xml/*',
|
|
'https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.bundle.js',
|
|
],
|
|
},
|
|
'images': ['static/description/banner.jpg'],
|
|
'license': 'AGPL-3',
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
}
|
|
|