Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3672 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
čvn 21
2221
0
čvn 17
5537
0
bře 15
6101
0
bře 15
3689
1
čvc 25
870