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

Hi,


I added a field called invoice_id on stock.picking. I want to add some domain to show only sale invoices or purchase invoices depending on picking_type. Any ideas?


I have this:


invoice_id = fields.Many2one('account.move','Invoice', domain=lambda self: [('type', 'in', ['in_invoice','in_refund'] if self.picking_type_id.id == 1 else ['out_invoice','out_refund'])])

アバター
破棄
最善の回答

You can follow this: https://youtu.be/XGqXEL2qQmE 

Hope it helps, Thanks

アバター
破棄
関連投稿 返信 ビュー 活動
5
9月 20
12872
1
3月 15
5352
0
3月 15
4039
2
3月 15
7600
6
5月 24
71133