Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
4965 Ansichten

Hi,

I am developing Odoo 8.0

I am trying to customize part of the web client interface using Templates and xpath. For example:

<template id="web_custom_layout" inherit_id="web.layout" name="web_custom layout">
<xpath t-if expr="some_path" position="replace">
<some_tags />
</xpath> </template>

In my case, the tags I want to insert in the inherited template "web.layout" rely on data in the Settings of the system. To do that, the controller rendering the template needs to pass the data to template.

Since the controller that renders web.layout is out of my reach, is there a way to extend it? or is there a way to read data from the system directly from the template markup?

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Aug. 16
10592
4
Dez. 23
18440
0
Apr. 21
1830
1
Juli 25
2266
2
Mai 24
3003