Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/developer/howtos/standalone_owl_application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ layout.
========================================

Now that we have created our assets bundle, we need to create a
:ref:`QWeb view<reference/view_architecture/qweb>` that uses that assets bundle.
:ref:`QWeb view <reference/view_architectures/qweb>` that uses that assets bundle.

.. code-block:: xml

Expand Down
2 changes: 1 addition & 1 deletion content/developer/reference/backend/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Defines an ``ir.ui.menu`` record with a number of defaults and fallbacks:
``template``
------------

Creates a :ref:`QWeb view <reference/view_architecture/qweb>` requiring only the ``arch``
Creates a :ref:`QWeb view <reference/view_architectures/qweb>` requiring only the ``arch``
section of the view, and allowing a few *optional* attributes:

``id``
Expand Down
2 changes: 1 addition & 1 deletion content/developer/reference/external_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ Provides information about Odoo models via its various fields.
list of the model's fields through a :class:`~odoo.fields.One2many` to
:ref:`reference/webservice/inspection/fields`
``view_ids``
:class:`~odoo.fields.One2many` to the :doc:`../reference/user_interface//view_architecture`
:class:`~odoo.fields.One2many` to the :doc:`../reference/user_interface/view_architectures`
defined for the model
``access_ids``
:class:`~odoo.fields.One2many` relation to the
Expand Down
2 changes: 1 addition & 1 deletion content/developer/reference/frontend/qweb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ Request-based

Most Python-side uses of QWeb are in controllers (and during HTTP requests),
in which case templates stored in the database (as
:ref:`views <reference/view_architecture/qweb>`) can be trivially rendered by calling
:ref:`views <reference/view_architectures/qweb>`) can be trivially rendered by calling
:meth:`odoo.http.HttpRequest.render`:

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion content/developer/reference/user_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ User interface
:titlesonly:

user_interface/view_records
user_interface/view_architecture
user_interface/view_architectures
user_interface/scss_inheritance
user_interface/icons
2 changes: 2 additions & 0 deletions content/developer/reference/user_interface/icons.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
:hide-page-toc:

.. _reference/user_interface/ui_icons:

========
UI icons
========
Expand Down
Loading