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

I want to set up shop in odoo.

how I can define URL for the product which URL to display on the website?

please help me. 

Thanks

아바타
취소
베스트 답변

Hello,

May be below given application, can help you for your requirement. 

 Application Link

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

hi Giusy,

I did this, but when I click on the product on the website, the message not found displayed.

아바타
취소

Hi, is a char field?

작성자

yes, type field is char.

베스트 답변

hi!

You can add in the model 'product.template' a generic field...when you incluede the field in the form view, you must add the widget="url"...

<field name = "product_ulr" widget="url"/>

아바타
취소

Hi,

Can you help me to create a field for enter url that I want to show for product or blog?!

I create field and widget ="url" but I don,t know how to do it.