Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMP] *: Using class name corresponding to odoo models #11115

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -3251,7 +3251,7 @@ Model Commons
-------------

.. currentmodule:: odoo.addons.base.models.ir_ui_view
.. autoattribute:: Model._date_name
.. autoattribute:: Base._date_name
:noindex:

.. _reference/view_architectures/activity:
Expand Down
8 changes: 4 additions & 4 deletions content/developer/reference/user_interface/view_records.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Fields

View records expose a number of fields.

.. autoclass:: odoo.addons.base.models.ir_ui_view.View()
.. autoclass:: odoo.addons.base.models.ir_ui_view.IrUiView()

.. attribute:: name

Expand Down Expand Up @@ -363,8 +363,8 @@ specifies how the matched node should be modified.
Model commons
=============

.. autoclass:: odoo.addons.base.models.ir_ui_view.View()
.. autoclass:: odoo.addons.base.models.ir_ui_view.Base()
:noindex:

.. automethod:: Model.get_views
.. automethod:: Model.get_view
.. automethod:: Base.get_views
.. automethod:: Base.get_view