Browse Source

[MIG] Make modules uninstallable

pull/110/merge
Pedro M. Baeza 8 years ago
parent
commit
445e941b74
  1. 2
      asterisk_click2dial/__openerp__.py
  2. 2
      base_phone/__openerp__.py
  3. 2
      base_phone_popup/__openerp__.py
  4. 2
      crm_phone/__openerp__.py
  5. 2
      event_phone/__openerp__.py
  6. 2
      hr_phone/__openerp__.py
  7. 2
      hr_recruitment_phone/__openerp__.py

2
asterisk_click2dial/__openerp__.py

@ -89,5 +89,5 @@ http://www.akretion.com/products-and-services/openerp-asterisk-voip-connector
'qweb': ['static/src/xml/*.xml'],
'css': ['static/src/css/*.css'],
'application': True,
'installable': True,
'installable': False,
}

2
base_phone/__openerp__.py

@ -42,5 +42,5 @@
],
'qweb': ['static/src/xml/*.xml'],
'images': [],
'installable': True,
'installable': False,
}

2
base_phone_popup/__openerp__.py

@ -39,5 +39,5 @@ http://www.akretion.com/products-and-services/openerp-asterisk-voip-connector
'website': 'http://www.akretion.com/',
'depends': ['base_phone', 'web_action_request'],
'data': ['res_users_view.xml'],
'installable': True,
'installable': False,
}

2
crm_phone/__openerp__.py

@ -36,6 +36,6 @@ for any help or question about this module.
'wizard/create_crm_phonecall_view.xml',
],
'demo': ['demo/crm_phonecall.xml'],
'installable': True,
'installable': False,
'auto_install': True,
}

2
event_phone/__openerp__.py

@ -29,6 +29,6 @@ for any help or question about this module.
'security/ir.model.access.csv',
'event_view.xml',
],
'installable': True,
'installable': False,
'auto_install': True,
}

2
hr_phone/__openerp__.py

@ -28,6 +28,6 @@ for any help or question about this module.
'security/ir.model.access.csv',
'hr_view.xml',
],
'installable': True,
'installable': False,
'auto_install': True,
}

2
hr_recruitment_phone/__openerp__.py

@ -28,6 +28,6 @@ for any help or question about this module.
'security/ir.model.access.csv',
'hr_recruitment_view.xml',
],
'installable': True,
'installable': False,
'auto_install': True,
}
Loading…
Cancel
Save