I have a problem with a Odoo
module that I created. First of all say that I have no idea to program in Python
part of the little I've seen in tutorials of Odoo
.
I have a module with three relations calculated fields and it works for me without problem. The problem I have when I add the static folder, either to add description / and the icon or to add src / css / and the style sheet.
When I add the icon for example when updating the application list I see my module with the icon but when I give it to install it does not throw any errors and the screen of Odoo
remains blank only with the symbol of Odoo
on the left and I have to get static directly from addons / mymodule / and update again to make it work.
Any idea what can it be ?. Thank you very much in advance.