vanilla 19.0

This commit is contained in:
Ernad Husremovic 2025-10-08 10:49:46 +02:00
parent 991d2234ca
commit d1963a3c3a
3066 changed files with 1651266 additions and 922560 deletions

View 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")