跳至內容
選單
此問題已被標幟
1 回覆
3835 瀏覽次數

Hi

I create a sale order of two products and i need to get both products in customer invoice..?what is the way to do it..?

頭像
捨棄
最佳答案

This is depending you Sale order Invoicing methode.

Se the order_policy:

        'order_policy': fields.selection([
            ('prepaid', 'Pay before delivery'),
            ('manual', 'Deliver & invoice on demand'),
            ('picking', 'Invoice based on deliveries'),
            ('postpaid', 'Invoice on order after delivery'),

If you choose the 'Deliver & invoice on demand' you can invocing directly.

and so on: you can find a lot of manual about this:

https://doc.openerp.com/6.0/book/3/3_7/invoicing/

 

 

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
6月 21
2380
0
6月 17
5747
0
3月 15
6412
0
3月 15
3842
1
7月 25
1193