mirror of https://github.com/OCA/social.git
[IMP] mail_activity_done: pre-commit stuff
parent
1ca42111ba
commit
2937d0dddb
|
@ -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",
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
../../../../mail_activity_done
|
|
@ -0,0 +1,6 @@
|
|||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
Loading…
Reference in New Issue