mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
Set modules as not installable
This commit is contained in:
@@ -42,7 +42,7 @@ Backport done By Yannick Buron.
|
||||
],
|
||||
'demo': [''],
|
||||
'test':[],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
'images': [],
|
||||
}
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||
|
||||
@@ -55,5 +55,5 @@ you can track and follow how much has been used.
|
||||
"security/ir.model.access.csv",
|
||||
],
|
||||
"active": False,
|
||||
"installable": True
|
||||
"installable": False
|
||||
}
|
||||
|
||||
@@ -128,5 +128,5 @@ Credits and Contributors
|
||||
],
|
||||
'demo': ['project_sla_demo.xml'],
|
||||
'test': ['test/project_sla.yml'],
|
||||
'installable': True,
|
||||
'installable': False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user