mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: blacklist a couple of POS related modules
- pos_blackbox_be: because it makes the POS unuseable without a blackbox - pos_cache: because it's too confusing for runbot users, everytime they update a product they have to also update the cache, but most people don't realise that.
This commit is contained in:
parent
7a842e5e45
commit
fa68c54477
@ -706,7 +706,8 @@ class runbot_build(osv.osv):
|
||||
|
||||
def filter_modules(self, cr, uid, modules, available_modules, explicit_modules):
|
||||
blacklist_modules = set(['auth_ldap', 'document_ftp', 'base_gengo',
|
||||
'website_gengo', 'website_instantclick'])
|
||||
'website_gengo', 'website_instantclick',
|
||||
'pos_cache', 'pos_blackbox_be'])
|
||||
|
||||
mod_filter = lambda m: (
|
||||
m in available_modules and
|
||||
|
Loading…
Reference in New Issue
Block a user