Browse Source

[MIG] set all addons uninstallable

16.0
RemiFr82 2 days ago
parent
commit
5021c335e4
  1. 2
      survey_custom_matrix/__manifest__.py
  2. 2
      survey_deadline_autoclose/__manifest__.py
  3. 2
      survey_description/__manifest__.py
  4. 2
      survey_input_attachment/__manifest__.py
  5. 2
      survey_input_dates/__manifest__.py
  6. 2
      survey_input_odoo_debrand/__manifest__.py
  7. 2
      survey_input_template_custom/__manifest__.py
  8. 2
      survey_link_input_ratio/__manifest__.py
  9. 2
      survey_page_duplicate/__manifest__.py
  10. 2
      survey_partner_input/__manifest__.py
  11. 2
      survey_question_duplicate/__manifest__.py
  12. 2
      survey_select_input/__manifest__.py
  13. 2
      survey_template/__manifest__.py

2
survey_custom_matrix/__manifest__.py

@ -17,7 +17,7 @@
# "price": 0,
# "currency": "EUR",
"application": False,
"installable": True,
"installable": False,
"auto_install": False,
"pre_init_hook": "",
"post_init_hook": "",

2
survey_deadline_autoclose/__manifest__.py

@ -16,7 +16,7 @@
# "price": 0,
# "currency": "EUR",
"application": False,
"installable": True,
"installable": False,
"auto_install": False,
"pre_init_hook": "",
"post_init_hook": "",

2
survey_description/__manifest__.py

@ -17,7 +17,7 @@
# "price": 0,
# "currency": "EUR",
"application": False,
"installable": True,
"installable": False,
"auto_install": False,
"pre_init_hook": "",
"post_init_hook": "",

2
survey_input_attachment/__manifest__.py

@ -17,7 +17,7 @@
# "price": 0,
# "currency": "EUR",
"application": False,
"installable": True,
"installable": False,
"auto_install": False,
"pre_init_hook": "",
"post_init_hook": "",

2
survey_input_dates/__manifest__.py

@ -17,7 +17,7 @@
# "price": 0,
# "currency": "EUR",
"application": False,
"installable": True,
"installable": False,
"auto_install": False,
"pre_init_hook": "",
"post_init_hook": "",

2
survey_input_odoo_debrand/__manifest__.py

@ -17,7 +17,7 @@
# "price": 0,
# "currency": "EUR",
"application": False,
"installable": True,
"installable": False,
"auto_install": False,
"pre_init_hook": "",
"post_init_hook": "",

2
survey_input_template_custom/__manifest__.py

@ -17,7 +17,7 @@
# "price": 0,
# "currency": "EUR",
"application": False,
"installable": True,
"installable": False,
"auto_install": False,
"pre_init_hook": "",
"post_init_hook": "",

2
survey_link_input_ratio/__manifest__.py

@ -17,7 +17,7 @@
# "price": 0,
# "currency": "EUR",
"application": False,
"installable": True,
"installable": False,
"auto_install": False,
"pre_init_hook": "",
"post_init_hook": "",

2
survey_page_duplicate/__manifest__.py

@ -17,7 +17,7 @@
# "price": 0,
# "currency": "EUR",
"application": False,
"installable": True,
"installable": False,
"auto_install": False,
"pre_init_hook": "",
"post_init_hook": "",

2
survey_partner_input/__manifest__.py

@ -17,7 +17,7 @@
# "price": 0,
# "currency": "EUR",
"application": False,
"installable": True,
"installable": False,
"auto_install": False,
"pre_init_hook": "",
"post_init_hook": "",

2
survey_question_duplicate/__manifest__.py

@ -17,7 +17,7 @@
# "price": 0,
# "currency": "EUR",
"application": False,
"installable": True,
"installable": False,
"auto_install": False,
"pre_init_hook": "",
"post_init_hook": "",

2
survey_select_input/__manifest__.py

@ -17,7 +17,7 @@
# "price": 0,
# "currency": "EUR",
"application": False,
"installable": True,
"installable": False,
"auto_install": False,
"pre_init_hook": "",
"post_init_hook": "",

2
survey_template/__manifest__.py

@ -17,7 +17,7 @@
# "price": 0,
# "currency": "EUR",
"application": False,
"installable": True,
"installable": False,
"auto_install": False,
"pre_init_hook": "",
"post_init_hook": "",

Loading…
Cancel
Save