~vauxoo/addons-vauxoo/6.0-trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
        "name": "Demo of Button on Menubar",
        "description":"Just add a link in menu bar to hack layout",
        "author": 'Vauxoo',
        "css": [
            'static/src/css/demo.css',
            ],
        "js": [
            'static/src/js/demo.js',
            ],
        "qweb": [
            'static/src/xml/demo.xml',
            ],
        "installable": True,
}