Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2482 มุมมอง

  Am working on odoo community version 11 in windows, I have been asked to customize a report for POS sale details which is present in Point of Sale, the report contains only two fields quanity and price, therefore I need to add more fields but am not that much experienced in programming from back end, but am familiar with customization from the front end..

I would be helpful if someone tell me how to make changes in the existing Pos sale detail report from the xml view or any other source.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

You cannot change this report form front-end to add more fields in the report. You would have to customize a module and have to write some code in the py file and add the fields in XML file.

อวตาร
ละทิ้ง
ผู้เขียน

can,t we add new field (custom fields )

No, that cannot be done for this report. For the other objects, you can create a field but not for these type of reports.