forked from OCA/operating-unit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
24 lines (24 loc) · 890 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
# -*- coding: utf-8 -*-
# © 2015-17 Eficent Business and IT Consulting Services S.L.
# - Jordi Ballester Alomar
# © 2015-17 Serpent Consulting Services Pvt. Ltd. - Sudhir Arya
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
{
"name": "Operating Unit in Sales",
"version": "10.0.1.0.0",
"summary": "An operating unit (OU) is an organizational entity part of a "
"company",
"author": "Eficent, "
"Serpent Consulting Services Pvt. Ltd.,"
"Odoo Community Association (OCA)",
"license": "LGPL-3",
"website": "http://www.eficent.com",
"category": "Sales Management",
"depends": ["sale", "account_operating_unit", "sales_team_operating_unit"],
"data": [
"views/sale_view.xml",
"views/sale_report_view.xml",
"security/sale_security.xml",
],
'installable': True
}