コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
7300 ビュー

Hi,

I have made a point of sales and I have also been running the session.
I want to make a report on all sales that I have done.
I have installed base_report_designer on my odoo.
there is said that I have to install OpenObject Report Designer plug-in on OpenOfficewriter and I've installed it. then I Follow the steps to configure OpenERP Report Designer plug-ins in Openoffice writer.
but I am still confused how to make a report on OpenOfficeWriter.

how to make a report in OpenOfficeWriter?
please teach me,

Please help,

Thank you

アバター
破棄
最善の回答

Hi Antik

As I can see you have the tag 'odooV8' I should strongly advice you not to use Open Office and RML reports.
This kind of report is deprecated and isn't really used in Odoo anymore. You should take the alternative, which is QWeb reports.

If you want to create a whole new report by code I'd suggest you to follow this tutorial that I made on my blog: http://www.odoo.yenthevg.com/creating-custom-reports-odoo-8/
Its a step by step guide which will get you familiar with the structure and how QWeb reports work.
If you just want to modify an existing report you can do this through both the XML file in the module or through 'Settings > Reports > Reports'. Simply search the report you're looking for and edit it.

アバター
破棄
著作者

oh so like it, thank you. I'll see your blog and try to follow the tutorial that you provide.

著作者

What if I can not use openoffice? I have read something about a tutorial on your blog, but I do not understand it. whether it is still possible for me to use in this way? I am really a beginner.

You can't use the openoffice plugin and RML reports with V8. Its deprecated. So you'll need to create a new QWeb report really. Unless you'd want to create a deprecated report in Odoo with RML through code. You will need to do it all in a file though, you cant use the Office plugin. It has stopped working after V7.. So you'll really need to look into QWeb reporting! By the way, if the answer has helped you please consider upvoting/accepting it :)

著作者

is there a specific module should I install?

Nope none, reports are installed by default and can be found under the settings menu. If you want to do it by code you can find it in the module you'd like to use.

著作者

so if I already create custom reports it will automatically go to settings -> reports -> reports?

If you made the custom report through code, added it in a module and updated this module you will see them under reports yes!

著作者

I've tried a tutorial on http://www.odoo.yenthevg.com/creating-custom-reports-odoo-8/. I do step by step as the tutorial. but on the customer invoice is still not I find the invoice without prices. I also had to update the module. how to solve this?

Do you see the new print option in the dropdown where you print the invoice? Is it showing the second name? Does the print work and what does it print?

著作者

I've tried to look at the customer invoice -> print but does not show the second name. only invoice in the dropdown.

Then you've done something wrong (in the wrong module, wrong place, no update of module, haven't included the file in the init files, ..) Its hard for me to say what you did wrong though :s

著作者

I followed your tutorial on http://www.odoo.yenthevg.com/creating-custom-reports-odoo-8/ or is there something I need to do in addition to that of the tutorial?

Have you reloaded your module by either command? (./openerp-server -u sale or through settings > update module list > open up the sale app and click on update)

著作者

I've updated the settings -> module updates the list but still does not appear

Hmm then you did something wrong / missed something through code.. Have a second look and otherwise send me the module and I'll have a look when I have some time.

著作者

I think it's still too difficult for me. Can you give me an example of a more simple? so I can understand the first diagram of the manufacturing qweb. eg I want to print the customer master data. how to make? please help me

関連投稿 返信 ビュー 活動
1
7月 25
1393
2
8月 24
2054
2
8月 20
7802
2
8月 17
9487
3
6月 17
6453