Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
1905 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
1
juil. 25
2251
2
juil. 25
1802
4
août 25
3588
0
mars 25
1502
2
janv. 25
2786