Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1714 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
čvc 25
2050
2
čvc 25
1624
4
srp 25
3323
0
bře 25
1330
2
led 25
2478