3
0
Fork 0

[ADD] setup.py

12.0
OCA-git-bot 2020-12-04 15:15:49 +00:00
parent 27648a0b6a
commit d069c28ccd
4 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
12.0.20201201.0 12.0.20201204.0

View File

@ -39,6 +39,7 @@ setuptools.setup(
'odoo12-addon-web_search_with_and', 'odoo12-addon-web_search_with_and',
'odoo12-addon-web_searchbar_full_width', 'odoo12-addon-web_searchbar_full_width',
'odoo12-addon-web_send_message_popup', 'odoo12-addon-web_send_message_popup',
'odoo12-addon-web_set_single_page_hidden',
'odoo12-addon-web_switch_context_warning', 'odoo12-addon-web_switch_context_warning',
'odoo12-addon-web_timeline', 'odoo12-addon-web_timeline',
'odoo12-addon-web_translate_dialog', 'odoo12-addon-web_translate_dialog',

View File

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

View File

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