Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3861 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
giu 21
2433
0
giu 17
5790
0
mar 15
6435
0
mar 15
3885
1
lug 25
1235