mirror of https://github.com/OCA/social.git
[MIG]Dmail_autosubscribe: Migration to V16.0
parent
229606426e
commit
416abcdc7f
|
@ -5,7 +5,7 @@
|
|||
{
|
||||
"name": "Mail Autosubscribe",
|
||||
"summary": "Automatically subscribe partners to its company's business documents",
|
||||
"version": "15.0.1.0.3",
|
||||
"version": "16.0.1.0.0",
|
||||
"author": "Camptocamp SA, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"category": "Marketing",
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
# generated from manifests external_dependencies
|
||||
odoo_test_helper
|
|
@ -0,0 +1 @@
|
|||
../../../../mail_autosubscribe
|
|
@ -0,0 +1,6 @@
|
|||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
Loading…
Reference in New Issue