Páginas¶
Odoo allows you to create different kinds of webpages, including with the help of AI, publish them, and define their structure and visibility by configuring page properties. Pages can be duplicated, deleted, and redirected.
Page types
Static pages, such as the homepage or custom pages, contain fixed content that does not change dynamically. You can manually create these pages, define their URLs, and adapt their properties as needed.
Dynamic pages, on the other hand, display content that changes automatically based on the
data in the database and user interaction (e.g., filtering). They are generated automatically by
Odoo, for example, when installing an app or module (e.g., /shop or /blog) or publishing a
new product or blog post. Dynamic pages are managed
differently from static pages.
Criação de páginas¶
Website pages can be created from the frontend and the backend.
To create a new website page:
Either open the Website app, click New in the top-right corner, then select Page;
Ou vá a e clique em Novo.
In the New Page pop-up, select a template. Templates are grouped by type:
Basic: Multi-purpose page. A blank page is also available to start from scratch.
About: Information about the brand and company.
Landing Pages: Summary of company content and information.
Gallery: Photos and media showcase.
Services: Overview of the services offered by the company.
Pricing Plans: Overview of the subscriptions and prices.
Team: The people behind the company.
Custom: Custom-created templates. To add a custom template, open the page you want to save as a template and edit the page’s properties.
In the New Page pop-up:
Enter a Page Title. This title is used in the menu and the page’s URL.
Desabilite Adicionar ao menu se a página não deve aparecer no menu.
Enable Generate text to use the AI tool to build the page.
Clique em Criar.
If needed, customize the page’s content and appearance using the website editor or translate it, then click Save.
Publish the page.
AI webpage generator¶
To generate content using AI when creating a new page, follow these steps:
After choosing a template, in the New Page pop-up, toggle the AI Generate Text switch.
In the Instructions field, enter a short description of the page being created. This should include a few important keywords that define the page’s focus and scope.
Select one of the tone options for the page, such as Concise, Professional, Friendly, Persuasive, or Informative.
Click Create with AI. It may take a few moments for the webpage to load.
Nota
The AI application does not need to be installed on the database to use the webpage generator.
Content created by the AI generator can be customized using the website editor.
The AI webpage generator is not available for the Blank page type.
The webpage generator may create buttons. Before publishing the webpage, confirm that all buttons are linked to an active webpage.
Ver também
Publicar/desfazer a publicação de páginas¶
Pages need to be published to make them visible to website visitors. To publish or unpublish a page, access it and toggle the switch in the upper-right corner from Unpublished to Published, or vice versa.
Nota
Também é possível:
Publish/unpublish a page from the page properties.
Publish/unpublish several pages at once. To do so, go to , select the pages, then click Actions and select Publish or Unpublish.
Propriedades da página¶
To modify a static page’s properties, access the page you wish to modify, then go to , where the following properties can be adapted:
Page Title: Modify the page’s title.
Page URL: Modify the page URL in the field. In this case, you can redirect the old URL to the new one if needed. To do so, enable Redirect Old URL, then select the Type of redirection:
301 Moved permanently: to redirect the page permanently.
302 Movido temporariamente: para redirecionar a página de modo temporário.
In Menu: Disable if the page should not appear in the menu. Click the Edit Menu link to modify the menu.
Is Homepage: Enable if the static page should serve as the homepage of the website.
Published: Enable it to publish the page.
Publishing Date: To publish the page at a specific date and time, click the field, set the date and time, then press Enter or click Apply to validate the selection.
Indexed: Disable if the page should not appear in search engine results.
Visibilidade: Selecione quem pode acessar a página:
Public: Everyone can access the page.
Signed In: Only signed-in users can access the page.
Restricted Group: Select the user access group(s) in the Authorized Groups field.
With Password: Type the password required to access the page in the Password field.
Is a Template: Toggle the switch to save the page as a template. It is now available in the Custom category when creating a new page.
Duplicação de páginas¶
To duplicate a page, access the page, then go to , and click Duplicate Page. In the Confirmation window, enter a Page Name, then click Ok. By default, the new page is not published; it is added after the originally duplicated page in the menu. Use the menu editor to remove it from the menu or change its position.
Dica
You can also duplicate one or several pages by going to . Select the relevant page(s), click Actions, and select Duplicate.
Excluir páginas¶
Para excluir uma página, proceda do seguinte modo:
Access the page, then go to and click Delete Page.
The Delete Page pop-up shows all links referring to the page you want to delete, organized by category. To ensure website visitors do not land on an error page, update all links on the website that refer to the page. To do so, expand a category, then click on a link to open it in a new window. Alternatively, you can set up a redirection for the deleted page.
Once you have updated the links (or set up a redirect), tick the I am sure about this. checkbox, then click Delete.
Dica
You can also delete one or several pages by going to . Select the relevant page(s), click Actions, and select Delete.
Mapeamento de redirecionamento de URL¶
URL redirect mapping involves sending visitors and search engines to a URL other than the one they initially requested. This technique is used, for example, to prevent broken links when deleting a page, modifying its URL, or migrating the site from another platform to an Odoo domain. It can also be used to improve Otimização de mecanismos de busca (SEO).
Nota
A redirect record is added automatically every time you modify a page’s URL and enable Redirect Old URL.
Redirections can be configured for static and dynamic pages.
To access existing URL redirections and create new ones, activate the developer mode and go to . To create a redirection, click New in the Rewrite view, then adapt the fields:
Nome: Insira um nome para identificar o redirecionamento.
Ação: Selecione o tipo de redirecionamento:
404 Not found: Visitors land on a 404 error page when they try to access an unpublished or deleted page.
301 Moved permanently: for permanent redirections of unpublished or deleted static pages. The new URL is shown in search engine results, and the redirect is cached by browsers.
302 Moved temporarily: for short-term redirections, for example, if you are redesigning or updating a page. The new URL is neither cached by browsers nor shown in search engine results.
308 Redirect / Rewrite: for permanent redirections where the original URL is rewritten (typically used for dynamic pages). The URL is renamed; the new name appears in search engine results and is cached by browsers. Use this redirect type to rename a dynamic page, for example, if you wish to rename
/shopinto/market.
URL from: Enter the URL to be redirected (e.g.,
/about-the-company) or search for the desired dynamic page and select it from the list.URL de destino: Para redirecionamentos 301, 302 e 308, digite o URL para o qual será redirecionado. Se você quiser redirecionar para um URL externo, inclua o protocolo (por exemplo,
https://).Website: Selecione um site específico.
Active: Toggle the switch off to deactivate the redirection.
Sequência: Para definir a ordem em que os redirecionamentos serão efetuados, por exemplo, no caso de cadeias de redirecionamentos (ou seja, uma série de redirecionamentos em que um URL é redirecionado para outro, que por sua vez é redirecionado para outro URL).
Importante
301 and 302 redirects are commonly used to redirect traffic from unpublished or deleted static pages to new pages. The 308 redirect is typically used for permanent URL rewrites, especially for dynamic pages. A 404 status is used when a page no longer exists, and no redirection is configured.