1

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

ocespedes
  • 1,233
  • 4
  • 14
  • 27

1 Answers1

1

I did not know that in the OpenERP things has changed a little now instead of putting

    'css':['static/src/css/mycss.css']

you have to use xpath to load your css file. This link solved my problem

ocespedes
  • 1,233
  • 4
  • 14
  • 27