Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3649 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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/

 

 

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
cze 21
2184
0
cze 17
5501
0
mar 15
6063
0
mar 15
3668
1
lip 25
804