Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
1785 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
iul. 25
2136
2
iul. 25
1693
4
aug. 25
3428
0
mar. 25
1398
2
ian. 25
2572