[MIG]Dmail_autosubscribe: Migration to V16.0

pull/1115/head
Vandan Pandeji 2023-03-28 23:01:42 +05:30
parent 229606426e
commit 416abcdc7f
4 changed files with 10 additions and 1 deletions

View File

@ -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",

2
requirements.txt 100644
View File

@ -0,0 +1,2 @@
# generated from manifests external_dependencies
odoo_test_helper

View File

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

View File

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