Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3860 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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/

 

 

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
iun. 21
2433
0
iun. 17
5786
0
mar. 15
6432
0
mar. 15
3881
1
iul. 25
1231