[ADD] setup.py

pull/646/head
OCA-git-bot 2020-11-13 06:43:24 +00:00
parent 87b1b1c6b8
commit 80e5af5775
4 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
12.0.20200921.0
12.0.20201113.0

View File

@ -21,6 +21,7 @@ setuptools.setup(
'odoo12-addon-mail_check_mailbox_size',
'odoo12-addon-mail_debrand',
'odoo12-addon-mail_drop_target',
'odoo12-addon-mail_footer_notified_partner',
'odoo12-addon-mail_full_expand',
'odoo12-addon-mail_history',
'odoo12-addon-mail_inline_css',

View File

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

View File

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