Hello all,
I would want to create 3 or 4 different Pos Ticket in my multi company installation of Odoo 8.
I thought I could define more than one file in the 'qweb' section, but it doesn't work...
{
[...]
'qweb': [
'static/src/xml/pos_cie_1.xml',
'static/src/xml/pos_cie_2.xml', <----- Could we declare a second file here? It doesn't seem to be possible!!!
],
[...]
}