Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
6021 Vizualizări

I have to change something in /odoo/addons/web/static/src/xml/base.xml but I'd like to change it using a module (inheritance) or some other way that does not involve directly modifying Odoo code. Is it possible?

(In fact, the problem is that the attachement create_date is displayed as is in the tooltip but should be converted to the user timezone.)

Imagine profil
Abandonează
Cel mai bun răspuns

You could do it by using the javascript directives described here:

https://doc.odoo.com/trunk/web/qweb

https://www.odoo.com/documentation/10.0/reference/qweb.html#javascript

and here at the end:

http://frederic.vanderessen.com/client-side-development-with-openerp/


Imagine profil
Abandonează
Autor

I assume you're talking about the __t-extend__ directive. Thank you! :)

Related Posts Răspunsuri Vizualizări Activitate
1
mai 25
1138
1
apr. 25
1946
1
feb. 25
1187
0
apr. 25
1213
0
oct. 24
1061