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

I've been using a manual system to handle my restaurant and now i want to import all that data into Odoo POS. Is there a way to select the Order date when creating them? 

아바타
취소
작성자

@ankit gandhi, just to be clear, we're talking about creating a custom model that overrides the create_date field to make it editable??

베스트 답변

Dear Andres,

I think you can use create_date field.

That field by default in odoo framework so you can access that field

I think you should first create that field  .py file

Like

'create_date': fields.datetime('Order Date')

and after use in .XML file

Like

<field name="create_date" />

Hope this useful for you.

Thanks & Regards

Ankit H Gandhi

아바타
취소
관련 게시물 답글 화면 활동
0
5월 25
3114
1
6월 23
2145
0
8월 16
3286
0
4월 24
1506
2
3월 24
3553