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

Hi,

In my organisation, site interventions need worksheet. Actually this is an Excel sheet witch is printed, once, twice, ... as needed. The number of lines is not exhaustive and I want to computerize this with Odoo.

I tried to make a worksheet template with all the fields (column in excel) that correspond to one line in Excel sheet. 

Thats work but it is equivalent to only one line in my Excel. I didn't found a way to add a new set of those fields (a new line in Excel sheet) like a button thats add a new line. 


I dont know how to generate a dynamic worksheet, so i am open to any solution or alternative solution to get a working worksheet. 


Sorry for bad english, hope you understand.

Thank you.


 


아바타
취소
작성자

Thank you very much, you helped me a lot. 

베스트 답변

First, create a new Field Services Worksheet Template.

Next, using Odoo Studio, create a new model "Worksheet Lines" and add to it a many2one field that relates to your new Worksheet Template.

Back on the Worksheet Template, click DESIGN TEMPLATE and add a new one2many field to your Worksheet Lines model.

You will now have a way to add as many lines as you want to a Worksheet using the new Worksheet Template.

아바타
취소