Cédric Krier pushed to branch branch/default at Tryton / Tryton


Commits:
8724ecb4 by Cédric Krier at 2022-12-26T22:37:07+01:00
Do not allow to activate tests module in configuration wizard

Closes #11878
- - - - -


1 changed file:

- trytond/trytond/ir/module.py


Changes:

=====================================
trytond/trytond/ir/module.py
=====================================
@@ -628,5 +628,6 @@
     modules = fields.Many2Many(
         'ir.module', None, None, "Modules",
         domain=[
+            ('name', '!=', 'tests'),
             ('state', '=', 'not activated'),
             ])



View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/8724ecb4243426178c138835b0a0aa14cb94b2fb

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/8724ecb4243426178c138835b0a0aa14cb94b2fb
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to