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

I can i show product name or list of the products to the customer.

Hide all other information like quantity,cost price etc from the customer.

How can i configure this in sale.order.line?

아바타
취소

You could just hide the fields in the view you don't want the customer to see. But you should write an extra module to do that.

작성자

Thanks Hartmut. But i'm not confident to create a new module with python code.

작성자

Can you help me solve the issue?

Well, you could just edit the sale.order.form view, search for the sale order lines and hide the fields. (e.g. <field name="price_unit" invisible="1"/>) However it's really not the way you should do it.

작성자

Thanks Hartmut...Let me check this.

베스트 답변

If you want to hide information(quantity,cost price) from list view to the customer. You have to put groups on that fields.

for eg: sale.order <field name="quantity" groups="base.group_sale_manager"/> <field name="cost" groups="base.group_sale_manager"/> <field name="price" groups="base.group_sale_manager"/>

This fields are only display on tree view when manager or admin are login.

아바타
취소
관련 게시물 답글 화면 활동
2
2월 23
2403
2
12월 24
21656
0
9월 24
1250
3
8월 24
2510
0
2월 24
1691