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

I want a message box that like

raise osv.except_osv(_('Error!'),_('MESSAGE'))

but I want to make a confirmation form to let user continue or stop the process when the process face some situation

is that possible?

아바타
취소
베스트 답변

Hi Willie,


You can create a wizard form based on osv.osv_memory class and its associated view, to see this you can check the view 'view_purchase_requisition_partner' and the class 'purchase.requisition.partner' in the purchase_requisition module. This view appears when a user clicks the 'Create Purchase Order' from a purchase requisition screen

아바타
취소