social/mail_show_follower/__manifest__.py
Rafael Blasco a271a65410 [12.0][mail_show_follower] Update version
As commented in https://github.com/OCA/social/pull/788 the PR should be merged manually but we should update the version of the module as a minor update

cc @ValentinVinagre @eLBati @MiquelRForgeFlow @HaraldPanten
2022-03-11 12:37:48 +01:00

23 lines
602 B
Python
Executable File

# Copyright 2020 Valentin Vinagre <valentin.vinagre@sygel.es>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Mail Show Follower",
"summary": "Show CC document followers in mails.",
"version": "12.0.1.1.0",
"category": "Mail",
"website": "https://github.com/OCA/social",
"author": "Sygel, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"base",
"mail"
],
"data": [
"views/res_config_settings.xml",
"views/res_users.xml"
],
}