Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
5984 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hello,

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

 Application Link

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

hi Giusy,

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

Ảnh đại diện
Huỷ bỏ

Hi, is a char field?

Tác giả

yes, type field is char.

Câu trả lời hay nhất

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"/>

Ảnh đại diện
Huỷ bỏ

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.