Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
1907 Переглядів

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

Аватар
Відмінити
Найкраща відповідь

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

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
лип. 25
2254
2
лип. 25
1807
4
серп. 25
3590
0
бер. 25
1503
2
січ. 25
2789