3
0
Fork 0

[ADD] setup.py

12.0
OCA-git-bot 2018-11-20 08:35:06 +00:00
parent 95b01b24eb
commit ec65523198
4 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
12.0.20181116.0
12.0.20181120.0

View File

@ -15,6 +15,7 @@ setuptools.setup(
'odoo12-addon-web_listview_range_select',
'odoo12-addon-web_notify',
'odoo12-addon-web_timeline',
'odoo12-addon-web_widget_x2many_2d_matrix',
],
classifiers=[
'Programming Language :: Python',

View File

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

View File

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