This question has been flagged

Hi all,

I'm using Odoo 10 community, I want to customize the default pos ticket report, I want to add 1 more table that shows order line product with standard_price and code. But by default I can not find standard_price of product object.

Please point me the way to get standard_price or any other fields. Thank you so much


Avatar
Discard

standard_price is the cost price right ?

To customize pos ticket you can check this -> https://www.odoo.com/forum/help-1/question/how-to-customize-ticket-on-pos-119177

Author

Yep, That's cost

Author

I made a custom table after the default, but I dont know how to get product cost, May I create a python function and implement it in qweb

Author

This is my current report looks like: http://imgur.com/a/eiG9P

You can check the the original code , so that you can know how the product and product price are displayed in the pos ticket, you can do the same in your case also.

Author

OK, Thank pro