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

hope you all are fine

I’m creating Odoo module for my university and i want to make something but i need some help. i create a model to catch a students absence in a lecture by creating sheets and mark their absence, but i want to do one more thing that every student has a max of 3 absences from any subject (hint :every student take 6 subjects) and in the forth his name should be moved to another table model called absences with remark that he has been absent from that subject lecture for more than 3 times

I need to know how to do it logically in Odoo.

sorry for my bad English.

Thanks in advance

아바타
취소

@ Ahmed M.Elmubarak  Hi , pleae convert my answer to comment in your answer.. thanks for help..but i need more spesifc action and i will explain what i have done i have marke sheet that contain the subject and standard which load all students of this spesifc standard and mark present students. should i move absence students to new table and make Ops on them or what ?

베스트 답변

Hello,

You can do this by using several ways depends on your requirement :

-  you can use functional field to check the number of absence then create a new entry in the other model.

- you can override the create and write functions ...

- also you can use the _contraints ...

- you can use button with type object e.g "Confirm" then apply your validations and entries on that function

I hope this could helps

 

 

아바타
취소
작성자 베스트 답변

Is it Professional to create 6 fileds as counters for every students ?

아바타
취소

Hi, I think you'll make them for the subjects !, if you've just 6 subjects I think you can make this, but if you've table for subjects [unknow no. of subjects] this will not work.

작성자

As i know ... Every student is rolled in only 6 subjects no more... should i create 6 fileds for every student to count number of absences for every student in every subject ?

Hi, it'll work if you just neet to save the number of the absences, but what If you want to know the date of that absence ... I think you can make a new model for this ... If you're using Odoo V8 you can use the new buttons mechanism you can make 6 buttons in your student form view with the number of absences . You can check fleet module 'vehicle form view' you will find Costs, Contracts , Fuel ... with numbers

관련 게시물 답글 화면 활동
0
4월 15
3545
1
3월 15
12634
1
10월 16
5896
2
9월 16
6877
0
4월 15
5554