コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
1484 ビュー

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
1320
2
7月 25
1335
4
7月 25
2686
0
3月 25
953
2
1月 25
1972