[MIG+REF][11] web_widget_x2many_2d_matrix

The widget has been completely refactored
to benefit from the new MVC paradigm introduced in v11.
This commit is contained in:
Simone Orsi
2018-02-19 17:48:06 +01:00
parent 75f79755c0
commit 69cc921ab3
13 changed files with 623 additions and 515 deletions

View File

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