mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] warning in test logs
This commit is contained in:
parent
98868b5200
commit
26882c42aa
@ -477,6 +477,7 @@ class IrCron(models.Model):
|
||||
(mod / '__manifest__.py').write_text(pprint.pformat({
|
||||
'name': 'dummy saas_worker',
|
||||
'version': '1.0',
|
||||
'license': 'BSD-0-Clause',
|
||||
}), encoding='utf-8')
|
||||
(mod / 'util.py').write_text("""\
|
||||
def from_role(*_, **__):
|
||||
|
Loading…
Reference in New Issue
Block a user