콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
3862 화면

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/

 

 

아바타
취소
관련 게시물 답글 화면 활동
1
6월 21
2435
0
6월 17
5790
0
3월 15
6435
0
3월 15
3886
1
7월 25
1237