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

It seems the product description field is disappeared in the product template form in Odoo 10. Is it a bug or by the design of new Odoo 10? See picture below with Product Description field disappeared.



아바타
취소
베스트 답변

You can use the page "Note", for your description

:)


아바타
취소
베스트 답변

Solve !!

1.go to any product template as debug mode

2.click on bug on right corner -> edit form view

3.add this code 

<group name="description">

     <separator string="Description for Product" colspan="4"/>

     <field name="description" colspan="4" nolabel="1" placeholder="This note will be displayed on product description" modifiers="{}"/>

    </group>


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

But these descriptions in the Note tab are specifically for quotations (description_sale), vendors (description_purchase), and pickings (description_picking) .

I need to give an internal description to the product itself like you see in Odoo 8. The field name of this description field is "description". I can see this field under the setting menu (product.template) but it's not shown in the form. Anyone can help me out?

아바타
취소
베스트 답변

Check the notes tab.

아바타
취소
관련 게시물 답글 화면 활동
0
8월 17
3130
1
11월 16
5265
1
12월 17
2992
0
5월 17
2738
4
3월 16
4053