How Could i show the product serial or try customize the invoice and receipt reports ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- 项目
- MRP
此问题已终结
1
回复
4545
查看
Hello,
You have to make your own module to override PosTicket Template that is is in : static\src\xml\pos.xml of point_of_sale module
But you will have to modify pos.order too because , the serial number should be stored for each product in order lines.
It will not be a simple modification.
Please take a look at this : Tutorial on module creation : POS Usecase
Best regards