Hello , how to record all notes on pos ? we have customer notes and internal notes on POS but when i see that transaction , or reprint it , the note
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
Hi,
In the default feature of the customer notes initial notes are
applied in the pos invoice view, and we can see the particular notes
under the invoice lines. if you need to record those notes under the
order lines we can customize the orderliness and we can update the
record there.
You can inherit the orderlines
<record id="view_pos_order_lines_form_
<field name="name">view.pos.order.
<field name="model">pos.order</field>
<field name="inherit_id" ref="point_of_sale.view_pos_
<field name="arch" type="xml">
<xpath expr="//field[@name='lines']/
position="after">
<field name="customer_note"/>
</xpath>
</field>
</record>
<field name="partner_to">{{object.partner_id.id and object.additional_recipients.
In this way you can add the records under the orderlines alos we can add these notes under the notes tab
Hope it helps
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
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 | |
---|---|---|---|---|
Odoo 18 - Notes module
Đã xử lý
|
|
1
thg 1 25
|
2612 | |
|
0
thg 9 23
|
1762 | ||
|
2
thg 4 22
|
3518 | ||
|
0
thg 11 21
|
1675 | ||
|
1
thg 11 19
|
6243 |