Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
1782 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
lug 25
2133
2
lug 25
1690
4
ago 25
3422
0
mar 25
1388
2
gen 25
2567