mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 13:52:09 +02:00
vanilla 19.0
This commit is contained in:
parent
991d2234ca
commit
d1963a3c3a
3066 changed files with 1651266 additions and 922560 deletions
8
odoo-bringout-oca-ocb-web/web/tests/test_favorite.py
Normal file
8
odoo-bringout-oca-ocb-web/web/tests/test_favorite.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from odoo.tests.common import HttpCase, tagged
|
||||
|
||||
@tagged('post_install', '-at_install')
|
||||
class TestFavorite(HttpCase):
|
||||
def test_favorite_management(self):
|
||||
self.patch(self.env.registry.get("ir.module.module"), "_order", "sequence desc, id desc")
|
||||
self.env["ir.module.module"]._get("l10n_fr").sequence = 100000
|
||||
self.start_tour("/odoo/apps", "test_favorite_management", login="admin")
|
||||
Loading…
Add table
Add a link
Reference in a new issue