How can I add css files to my custom module to change xml views? I found this post but the solution is not working.
I want modify all the elements from my module, su
/module_name/static/src/css/module_name.css. Example of file:.openerp .classname{
margin: 12px 0px 12px 0px;
}
/module_name/views/module_name.xml with this content:
__openerp.__py'data': [
'views/module_name.xml',
],