mirror of
https://github.com/bringout/oca-ocb-test.git
synced 2026-04-22 18:02:01 +02:00
19.0 vanilla
This commit is contained in:
parent
38c6088dcc
commit
d9452d2060
243 changed files with 30797 additions and 10815 deletions
|
|
@ -0,0 +1,14 @@
|
|||
# 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',
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue