Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
1865 Представления

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
2217
2
июл. 25
1768
4
авг. 25
3521
0
мар. 25
1477
2
янв. 25
2722