Merge pull request #871 from simahawk/11-mig-web_widget_x2many_2d_matrix

[11][MIG] web_widget_x2many_2d_matrix
This commit is contained in:
Alexandre Fayolle
2018-04-05 10:16:46 +02:00
committed by GitHub
35 changed files with 1368 additions and 0 deletions

View File

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

View File

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

View File

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