mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[IMP] test utils: don't ACL-protect repos by default
This is quite frustrating when trying to access the frontend from a test especially combined with the lack of in-log feedback (before the previous commit).
This commit is contained in:
parent
d2e730c39b
commit
81f133de15
@ -158,6 +158,7 @@ def make_basic(
|
||||
'name': prod.name,
|
||||
'required_statuses': statuses,
|
||||
'fp_remote_target': other.name if other else False,
|
||||
'group_id': False,
|
||||
})
|
||||
env['res.partner'].search([
|
||||
('github_login', '=', config['role_reviewer']['user'])
|
||||
|
Loading…
Reference in New Issue
Block a user