Browse Source

[MIG] Make modules uninstallable

pull/67/merge
Pedro M. Baeza 9 years ago
parent
commit
bcc3f92c81
  1. 2
      asterisk_click2dial/__openerp__.py
  2. 2
      asterisk_click2dial_crm/__openerp__.py
  3. 2
      base_phone/__openerp__.py
  4. 1
      base_phone_popup/__openerp__.py
  5. 2
      crm_claim_phone/__openerp__.py
  6. 2
      crm_phone/__openerp__.py
  7. 2
      event_phone/__openerp__.py
  8. 2
      hr_phone/__openerp__.py
  9. 2
      hr_recruitment_phone/__openerp__.py
  10. 2
      ovh_telephony_connector/__openerp__.py

2
asterisk_click2dial/__openerp__.py

@ -107,6 +107,6 @@ 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,
'active': False,
}

2
asterisk_click2dial_crm/__openerp__.py

@ -43,6 +43,6 @@ This module will be removed from the repository in the near future.
'crm_phone',
],
"data": [],
"installable": True,
'installable': False,
"application": False,
}

2
base_phone/__openerp__.py

@ -79,5 +79,5 @@ for any help or question about this module.
'demo': ['base_phone_demo.xml'],
'test': ['test/phonenum.yml'],
'images': [],
'installable': True,
'installable': False,
}

1
base_phone_popup/__openerp__.py

@ -60,4 +60,5 @@ http://www.akretion.com/products-and-services/openerp-asterisk-voip-connector
],
'images': [],
'active': False,
'installable': False,
}

2
crm_claim_phone/__openerp__.py

@ -44,7 +44,7 @@ for any help or question about this module.
'depends': ['base_phone', 'crm_claim'],
'data': ['crm_claim_view.xml'],
'images': [],
'installable': True,
'installable': False,
'auto_install': True,
'active': False,
}

2
crm_phone/__openerp__.py

@ -51,7 +51,7 @@ for any help or question about this module.
],
'test': ['test/phonenum.yml'],
'images': [],
'installable': True,
'installable': False,
'auto_install': True,
'active': False,
}

2
event_phone/__openerp__.py

@ -47,7 +47,7 @@ for any help or question about this module.
'event_view.xml',
],
'images': [],
'installable': True,
'installable': False,
'auto_install': True,
'active': False,
}

2
hr_phone/__openerp__.py

@ -47,7 +47,7 @@ for any help or question about this module.
'hr_view.xml',
],
'images': [],
'installable': True,
'installable': False,
'auto_install': True,
'active': False,
}

2
hr_recruitment_phone/__openerp__.py

@ -47,7 +47,7 @@ for any help or question about this module.
'hr_recruitment_view.xml',
],
'images': [],
'installable': True,
'installable': False,
'auto_install': True,
'active': False,
}

2
ovh_telephony_connector/__openerp__.py

@ -35,5 +35,5 @@
'demo': [],
'qweb': ['static/src/xml/*.xml'],
'application': True,
'installable': True,
'installable': False,
}
Loading…
Cancel
Save