[IMP] mail_activity_done: pre-commit stuff

pull/1168/head
Jakub Bordáš 2023-02-01 11:57:07 +01:00
parent 1ca42111ba
commit 2937d0dddb
No known key found for this signature in database
GPG Key ID: 6424B0C4719855C9
3 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
"name": "Mail Activity Done",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"license": "LGPL-3",
"category": "Discuss",

View File

@ -0,0 +1 @@
../../../../mail_activity_done

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)