-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
23 lines (23 loc) · 948 Bytes
/
__manifest__.py
File metadata and controls
23 lines (23 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2016 Antiun Ingeniería S.L. - Jairo Llopis
# Copyright 2017 Tecnativa - Vicent Cubells
# Copyright 2024 Tecnativa - Carolina Fernandez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Restricted Summary for Phone Calls",
"summary": "Allows to choose from a defined summary list",
"version": "18.0.1.0.0",
"category": "Customer Relationship Management",
"website": "https://github.com/OCA/crm",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"post_init_hook": "convert_names_to_many2one",
"depends": ["crm_phonecall", "sales_team"],
"data": [
"security/ir.model.access.csv",
"views/crm_phonecall_summary_view.xml",
"views/crm_phonecall_view.xml",
"wizard/crm_phonecall_to_phonecall_view.xml",
],
"images": ["images/summary_picker.png", "images/summary_editor.png"],
}