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

I cannot create a new order line because I cannot generate the next sale.order.line order.id

아바타
취소
작성자

Hi Ray, thank you very much for your answer. It is very clear!

베스트 답변

Odoo autogenerates the ID of the sale.order.line once it is saved.You can do something like this: (Server Action code adds a note line to a purchase order, but the same technique works for Sales Orders)

for record in records:
  record['order_line'] = [(0, 0, {'name': 'Note: Downpayment requested', 'product_qty': 0, 'display_type': 'line_note'})]
아바타
취소
관련 게시물 답글 화면 활동
1
3월 24
2712
1
9월 22
2494
2
3월 21
9915
3
9월 17
7838
0
5월 25
3200