Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
1891 Lượt xem

Hi, I'm trying to figure out where are journal entries created when Validating an orden in Point Of Sale in python, Odoo v17


Thanks in advance

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi,

The model pos.order in Odoo handles POS orders. You can find the file in addons/point_of_sale/models/pos_order.py file.

Journal entries are created via the account.move model. The _generate_pos_order_invoice method in pos.order is usually where the journal entries are created.


Hope it helps

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 7 25
2230
2
thg 7 25
1795
4
thg 8 25
3565
0
thg 3 25
1495
2
thg 1 25
2757