[ADD] setup.py

pull/496/head
OCA-git-bot 2019-12-04 11:08:15 +00:00
parent d630f9ae7e
commit dcc0282cca
4 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
12.0.20191204.1
12.0.20191204.2

View File

@ -19,6 +19,7 @@ setuptools.setup(
'odoo12-addon-mail_debrand',
'odoo12-addon-mail_full_expand',
'odoo12-addon-mail_inline_css',
'odoo12-addon-mail_optional_autofollow',
'odoo12-addon-mail_optional_follower_notification',
'odoo12-addon-mail_outbound_static',
'odoo12-addon-mail_track_diff_only',

View File

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

View File

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