mirror of https://github.com/OCA/social.git
16 lines
562 B
Python
16 lines
562 B
Python
# Copyright 2021 Hunki Entperprises BV
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Simple forms in mail activities",
|
|
"summary": "Define editable and computed sections in mail activity descriptions",
|
|
"version": "13.0.1.0.0",
|
|
"development_status": "Beta",
|
|
"category": "Discuss",
|
|
"website": "https://github.com/OCA/social",
|
|
"author": "Hunki Enterprises BV, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": ["mail"],
|
|
"data": [],
|
|
"demo": ["demo/mail_activity_type.xml"],
|
|
}
|