We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5357098 commit e89b8a1Copy full SHA for e89b8a1
content/developer/tutorials/unit_tests.rst
@@ -213,7 +213,7 @@ Here are a few things to take into consideration before writing a test
213
214
.. note:: Remember that ``onchange`` only applies in the Form views, not by changing the attributes
215
in python. This also applies in the tests. If you want to emulate a Form view, you can use
216
- ``odoo.tests.common.Form``.
+ ``odoo.tests.Form``.
217
218
The tests should be in a ``tests`` folder at the root of your module. Each test file name
219
should start with `test_` and be imported in the ``__init__.py`` of the test folder. You shouldn't
0 commit comments