Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
1840 Prikazi

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
Opusti
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
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
jul. 25
2200
2
jul. 25
1757
4
avg. 25
3506
0
mar. 25
1466
2
jan. 25
2705