[IMP] web_widget_many2one_simple: Add a demo view to better test the functionality.

TT40367
This commit is contained in:
Víctor Martínez
2022-11-29 15:37:07 +01:00
parent 74db246f0b
commit a4be947e42
5 changed files with 40 additions and 1 deletions

View File

@@ -10,6 +10,9 @@
"depends": ["web"],
"installable": True,
"maintainers": ["Tardo"],
"demo": [
"demo/res_partner_view.xml",
],
"assets": {
"web.assets_backend": [
"web_widget_many2one_simple/static/src/css/many2one_simple.scss",