Skip to Content
Menu
This question has been flagged
1 Reply
3549 Views

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..?

Avatar
Discard
Best Answer

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/

 

 

Avatar
Discard
Related Posts Replies Views Activity
1
Jun 21
2090
0
Jun 17
5376
0
Mar 15
5939
0
Mar 15
3592
1
Jul 25
532