social/base_user_signature/__manifest__.py

25 lines
720 B
Python

# Copyright 2004-2010 OpenERP SA (<http://www.openerp.com>)
# Copyright 2011-2015 Serpent Consulting Services Pvt. Ltd.
# Copyright 2017 Tecnativa - Vicent Cubells
# Copyright 2019 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Base User Signature",
"version": "16.0.1.0.0",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/social",
"license": "AGPL-3",
"category": "Social",
"depends": [
"mail",
"web",
],
"data": [
"views/res_users_view.xml",
],
"installable": True,
"development_status": "Production/Stable",
"maintainers": ["imlopes"],
}