Hello guys,
In my custom module __openerp__.py file, I have this entry :
"qweb" : [
'static/src/xml/pos_as.xml',
],
Is it possible to change this declaration in the python code? How?
My goal : I would want to choose the pos.xml file according to the user company.
Thanks
Still need it! WOuld you have some suggestions?