Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5128 Widoki


Hello,

I've created kanban view for my needs and what i want to do is place a link on kanban view which transfer me to task it is related.

Is there a chance to open Many2one field from kanban view like from form view?

Or to create a href which can transfer me to url i've created? I know how to create static link (href) which works on kanban but how can i create this link basing on field.Char?

And maybe there is a chance to add a button which opens chosen view. I did such a button but it opens a clean task form and i dont know how to force it to open task form with chosen ID. I was trying with action context but it doesn't work (lack of knowledge).


Awatar
Odrzuć
Autor Najlepsza odpowiedź

I found the solution.

Example:

<field name="res_id"/>
<a t-attf-href="/web?&amp;debug=#id={{ record.res_id.value }}&amp;view_type=form&amp;model=project.task&amp;action=188&amp;active_id=99">TASK</a><br/>

{{ record.res_id.value }} - returns the value of res_id.

record.(field_used_in_this_xml).value




Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
sie 15
4318
2
mar 15
6731
2
lis 22
10415
2
maj 20
5853
1
lut 19
6812