Skip to Content
मेन्यू
This question has been flagged
1 Reply
1837 Views

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
Discard
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
Discard
Related Posts Replies Views Activity
1
जुल॰ 25
2199
2
जुल॰ 25
1754
4
अग॰ 25
3503
0
मार्च 25
1461
2
जन॰ 25
2702