Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
3863 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
1
juin 21
2435
0
juin 17
5791
0
mars 15
6436
0
mars 15
3886
1
juil. 25
1240