İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
1778 Görünümler

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

Avatar
Vazgeç
En İyi Yanı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

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Tem 25
2133
2
Tem 25
1685
4
Ağu 25
3420
0
Mar 25
1376
2
Oca 25
2564