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.
Creación 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;
O, vaya a y haga clic en Nuevo.
In the New Page pop-up, select a template. Templates are grouped by type:
Básica: Una página multiusos. También puedes usar una página en blanco para empezar desde cero.
About: Information about the brand and company.
Landing Pages: Summary of company content and information.
Galería: Exhibición de fotografías y otros medios.
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.
Desactive la opción Agregar al menú si la página no debe aparecer en el menú.
Enable Generate text to use the AI tool to build the page.
Haga clic en Crear.
If needed, customize the page’s content and appearance using the website editor or translate it, then click Save.
Publica la página.
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.
Consulta
Publicar/No publicar páginas¶
Las páginas deben estar publicadas para que los visitantes del sitio web puedan verlas. Para publicar alguna o pausar su publicación, dirígete a ella y presiona el botón ubicado en la esquina superior derecha para cambiar su estado de Sin publicar a Publicado o viceversa.
Nota
También es posible:
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.
Propiedades de 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 Movido de forma permanente: para redirigir la página de manera permanente.
302 Movido de forma temporal: para redirigir la página temporalmente.
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.
Visibilidad: seleccione quién puede acceder a la página:
Público: Todas las personas pueden acceder a la página.
Inició sesión: Solo los usuarios que iniciaron sesión pueden acceder a la página.
Restricted Group: Select the user access group(s) in the Authorized Groups field.
Con contraseña: Escribe la contraseña necesaria para acceder a la página en el campo Contraseña.
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.
Duplicar 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.
Truco
You can also duplicate one or several pages by going to . Select the relevant page(s), click Actions, and select Duplicate.
Eliminar páginas¶
Siga estos pasos para eliminar una página:
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.
Truco
You can also delete one or several pages by going to . Select the relevant page(s), click Actions, and select Delete.
Mapeo de redirección 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 Optimización de motores de búsqueda (SEO).
Nota
Cada vez que modificas la URL de una página y habilitas la opción Redirigir URL antigua se agrega un registro de redirección en automático.
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:
Nombre: escriba un nombre para identificar la redirección.
Acción: seleccione el tipo de redirección:
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 de: Escribe la URL desde la que se redirigirá (por ejemplo,
/sobre-la-empresa) o busca la página dinámica deseada y selecciónala en la lista.URL a: para los redireccionamientos 301, 302 y 308 escriba la URL a la que desea redirigir. Si se trata de una URL externa, asegúrese de incluir el protocolo (por ejemplo,
https://).Sitio web: seleccione un sitio web específico.
Active: Toggle the switch off to deactivate the redirection.
Secuencia: para definir el orden en el que se realizan los redireccionamientos, por ejemplo, en el caso de cadenas de redireccionamiento (es decir, una serie de redirecciones donde una URL redirige a otra, que también redirige a otra 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.