Hello
I'm working on report with OpenERP Report Designer on LibreOffice, and I have many problems with the langage... Do you have a good report example or any documentation about reports, functions... (except from OpenERP) ?
Thank you.
Hello
I'm working on report with OpenERP Report Designer on LibreOffice, and I have many problems with the langage... Do you have a good report example or any documentation about reports, functions... (except from OpenERP) ?
Thank you.
For that kind of question I go directly to YouTube and type something like openerp report libre office into the search bar.
Skip through a few of those and you are sure to find enough bits and pieces to help you over neophyte problems. For worse stuff, you can ask here :-)
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký| Bài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
|---|---|---|---|---|
|
1
thg 3 15
|
3691 | |||
|
0
thg 3 15
|
5217 | |||
|
1
thg 3 15
|
5594 | |||
|
1
thg 3 15
|
6511 | |||
|
1
thg 6 24
|
3071 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
What is your problem?
It is a problem of algorithm, I would like to avoid many obects to create a table's row in a loop, and allow other objects to do it. I use removeParentNodet('tr'), It works when 1 object minimum create a row, but if no object create one, I've got an "AssertionError"... (sorry for my poor English..!)
Something like that (in a table) : [[repeatIn(objects,'t')]] [[ ((t.day = '1') or removeParentNode('tr')) ]] (...tables and rows...)