Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3855 Представления

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

Аватар
Отменить
Лучший ответ

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/

 

 

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
июн. 21
2430
0
июн. 17
5782
0
мар. 15
6431
0
мар. 15
3871
1
июл. 25
1226