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

Hello,

i create a custom footer for the website of my client

In this footer, i added link to others pages created by the client with href

Here is my line (sorry i replace <> by () because i don't know how to insert code)

(li)(a href="/histoire")Notre histoire(/a)(/li)

My problem is when i push my footer in the development branch of odoo.sh, i have an error because the page history is not found


Is there something to do for that? Add something in manifest (i already add website in depends)?


Vincent

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

Hello JJB Conseil,

Please use this code,

  • Notre histoire


  • And also check into the database /histoire website page exists or not.
    if does not exists so please first create /histoire page then check.

    Thanks & Regards,
    Email: odoo@aktivsoftware.com
    Skype: kalpeshmaheshwari

    Ảnh đại diện
    Huỷ bỏ
    Tác giả

    Hi Jainesh,

    thank you for your answer but it doesn't works.