Skip to Content
Menú
This question has been flagged
1 Respondre
1669 Vistes

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
Descartar
Best Answer

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
Descartar
Related Posts Respostes Vistes Activitat
1
de jul. 25
2002
2
de jul. 25
1575
4
d’ag. 25
3257
0
de març 25
1290
2
de gen. 25
2418