콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
4 답글
3833 화면

Hello:


I am using this in order to create a item list to be printed on an rml report:


#In the python code

for item in items: if item['condition']: # This condition is defined in the code name = '<b>' + item['name'] + '</b>' else: name = item['name']

The coulde will give me a main items wich are composed with a list of items (something like the BoM).

Then in the rml i am using:

<para style="P5"> Items: [[ d["item"] ]]</para>
This will me print a report with a list of the items contained in the item, and depending if the item in the list accomplish the 'condition' this should use the format (<b> </b>).


The target should be: Items: Item1 Item2 Item3 Item4

I get instead Items: Item1 Item2 <b>Item3</b> Item4


Could someone tell me what I am doing wrong? I tried the escape codes &lt; and &gt; on the code but I get &lt;b&gt;Item3&lt;/b&gt;

Regards!
아바타
취소

Thanks, I will check it!

works for you?

베스트 답변

You need to do it all in rml like:

<b>[[ item['name'] ]][[ item['condition'] or removeParentNode('b') ]]</b><para>[[ item['name'] ]] [[ item['condition'] and removeParentNode('para') ]]</para>
아바타
취소
작성자 베스트 답변

Not yet tested, sorry!

아바타
취소
Hola Alex:

Disculpa pero aún no he tenido tiempo de probarlo para marcarlo, voy a ver si le puedo dedicar un poco de tiempo la semana que viene.

Un saludo y disculpa.

2015-12-23 20:22 GMT+01:00 Axel Mendoza <portaltemplate12973@mail.odoo.com>:

solved?

--
Axel Mendoza




--
Alejandro Díaz López

Open Phoenix I.T.

Business Account Manager
Móvil (34) 652 825 009

C/Campiña, 47 Bajo
23600 Martos
Jaén (Spain)
Tel. (34)953 344 189

http://www.open-phoenix.com


 





관련 게시물 답글 화면 활동
4
12월 23
11826
1
3월 18
4496
0
10월 16
3483
0
9월 15
4518
1
8월 15
4525