-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
26 lines (26 loc) · 881 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright (C) 2023 - Today: GRAP (http://www.grap.coop)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Point of Sale - Minimize Menu",
"version": "16.0.1.0.0",
"category": "Point of Sale",
"summary": "Reduce size of the main menu of the point of sale.",
"depends": ["point_of_sale"],
"website": "https://github.com/OCA/pos",
"author": "GRAP,Odoo Community Association (OCA)",
"maintainers": ["legalsylvain"],
"demo": [
"demo/pos_config.xml",
],
"data": [
"views/view_res_config_settings.xml",
],
"assets": {
"point_of_sale.assets": [
"pos_minimize_menu/static/src/js/ProductScreen.js",
"pos_minimize_menu/static/src/xml/ProductScreen.xml",
],
},
"license": "LGPL-3",
}