Browse Source

[ADD] setup.py

pull/911/merge
OCA Git Bot 6 years ago
parent
commit
32941b97c4
  1. 1
      setup/web_widget_x2many_2d_matrix_example/odoo/addons/web_widget_x2many_2d_matrix_example
  2. 2
      setup/web_widget_x2many_2d_matrix_example/setup.cfg
  3. 6
      setup/web_widget_x2many_2d_matrix_example/setup.py

1
setup/web_widget_x2many_2d_matrix_example/odoo/addons/web_widget_x2many_2d_matrix_example

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

2
setup/web_widget_x2many_2d_matrix_example/setup.cfg

@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

6
setup/web_widget_x2many_2d_matrix_example/setup.py

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