oca-ocb-test/odoo-bringout-oca-ocb-test_website/test_website/tests/test_form.py
Ernad Husremovic d9452d2060 19.0 vanilla
2026-03-09 09:32:39 +01:00

14 lines
453 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo.tests import tagged, HttpCase
@tagged('-at_install', 'post_install')
class TestForm(HttpCase):
def test_form_conditional_visibility_record_field(self):
self.start_tour(
self.env['website'].get_client_action_url('/test_website/model_item/1'),
'test_form_conditional_visibility_record_field',
login='admin',
)