mirror of
https://github.com/bringout/oca-ocb-test.git
synced 2026-04-22 09:42:04 +02:00
19.0 vanilla
This commit is contained in:
parent
38c6088dcc
commit
d9452d2060
243 changed files with 30797 additions and 10815 deletions
|
|
@ -6,6 +6,7 @@ import odoo.tests
|
|||
|
||||
@odoo.tests.tagged('-at_install', 'post_install')
|
||||
class TestWebsiteSettings(odoo.tests.HttpCase):
|
||||
|
||||
def test_01_multi_website_settings(self):
|
||||
# If not enabled (like in demo data), landing on res.config will try
|
||||
# to disable module_sale_quotation_builder and raise an issue
|
||||
|
|
@ -13,4 +14,4 @@ class TestWebsiteSettings(odoo.tests.HttpCase):
|
|||
if group_order_template:
|
||||
self.env.ref('base.group_user').write({"implied_ids": [(4, group_order_template.id)]})
|
||||
self.env['website'].create({'name': "Website Test Settings", 'specific_user_account': True})
|
||||
self.start_tour("/web", 'website_settings_m2o_dirty', login="admin")
|
||||
self.start_tour("/odoo", 'website_settings_m2o_dirty', login="admin")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue