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

Hi guys I know how to edit a products description in the frontend, by going to the products page and pressing edit. But, I would like to know how this description:

<div itemprop="description" t-field="product.website_description" class="oe_structure mt16" id="product_full_description"/>

Can be edited in the backend?

I have tried to edit the description in the products -> information tab. But, I am of the impression this is only for internal use.

아바타
취소
작성자

ermin trevisan I have looked for that option but can't seem to locate it: any idea as to how I find it ?

작성자

UPDATE

I have as per ermins suggestion tested this, but it adds the description on this right-hand side near the image via:

<hr t-if="product.description_sale"/>

<div><p t-field="product.description_sale" class="text-muted"/></div>

However I would like the description to appear for the above.

작성자

Jeremy sorry I am new to odoo, which form would view would it be ?

베스트 답변

It is not displayed by default, so you need to add the <field name='product_full_description'/>  in your form view.

아바타
취소

The field product.description_sale is displayed by default. But I can't find a field "product_full_description" in the backend???

베스트 답변

It's the "Description for Quotations" under the Sales tab.

아바타
취소
관련 게시물 답글 화면 활동
Module development 해결 완료
1
10월 15
4290
1
11월 15
12309
0
11월 15
3630
odoo backend 해결 완료
3
10월 15
7061
1
4월 17
3505