Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
5967 มุมมอง

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.