-
-
Notifications
You must be signed in to change notification settings - Fork 361
Expand file tree
/
Copy path__manifest__.py
More file actions
29 lines (28 loc) · 871 Bytes
/
__manifest__.py
File metadata and controls
29 lines (28 loc) · 871 Bytes
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
27
28
29
# Copyright (C) 2013 - Today: GRAP (http://www.grap.coop)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# @author Julien WESTE
# @author Quentin DUPONT
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Point Of Sale Category Multi Company",
"summary": "Point of Sale Category in Multi company context",
"version": "18.0.1.0.0",
"license": "AGPL-3",
"author": "GRAP, Odoo Community Association (OCA)",
"maintainers": ["legalsylvain", "quentinDupont"],
"website": "https://github.com/OCA/multi-company",
"depends": [
"point_of_sale",
],
"data": [
"security/ir_rule.xml",
"views/view_pos_category.xml",
],
"demo": [
"demo/res_groups.xml",
],
"images": [
"static/description/pos_category_tree.png",
],
"installable": True,
}