support 'open' on many2many_tags

[ADD] support 'no_open_edit' on many2one
[FIX] typos
This commit is contained in:
Holger Brunn
2015-07-10 15:39:06 +02:00
committed by Germana
parent 2f939bbb03
commit 4ac8c3945c
5 changed files with 111 additions and 22 deletions

View File

@@ -7,6 +7,10 @@
'base',
'web',
],
'qweb': [
'static/src/xml/base.xml',
],
'license': 'AGPL-3',
'data': ['views/view.xml'],
"author": "0k.io,Odoo Community Association (OCA)",
"installable": True,