跳至内容
菜单
此问题已终结
1 回复
1868 查看

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

形象
丢弃
相关帖文 回复 查看 活动
1
7月 25
2219
2
7月 25
1769
4
8月 25
3524
0
3月 25
1480
2
1月 25
2728