I have a module that is an extension of the point of sale from OpenERP 8, I have properly set the css path in the __openerp__.py
like this:
'css': ['static/src/css/mycss.css']
but with no luck I don't know why but my css is not being loaded like it did not even existed. If you have any ideas that can help me please I would be really grateful
Thanks in advance