Skip to content

Commit

Permalink
Set all addons to uninstallable
Browse files Browse the repository at this point in the history
  • Loading branch information
nbessi committed Jun 30, 2014
1 parent a70868f commit ccf1286
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion account_cancel_invoice_check_payment_order/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
""",
'website': 'http://www.camptocamp.com',
'data' : [],
'installable': True,
'installable': False,
'active': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion account_cancel_invoice_check_voucher/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
""",
'website': 'http://www.camptocamp.com',
'date' : [],
'installable': True,
'installable': False,
'active': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion account_chart_update/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
'wizard/wizard_chart_update_view.xml',
],
"active": False,
"installable": True
'installable': False
}
2 changes: 1 addition & 1 deletion account_compute_tax_amount/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"description": """Recompute tax_amount to avoid sign problem""",
'website': 'http://www.camptocamp.com',
'data' : [],
'installable': True,
'installable': False,
'active': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion account_constraints/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@
'data': [
'view/account_journal.xml',
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion account_credit_control/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"security/ir.model.access.csv"],
'demo_xml': ["credit_control_demo.xml"],
'tests': [],
'installable': True,
'installable': False,
'license': 'AGPL-3',
'application': True
}
2 changes: 1 addition & 1 deletion account_credit_control_dunning_fees/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
'report/report.xml'],
'demo': [],
'test': [],
'installable': True,
'installable': False,
'auto_install': False,
'license': 'AGPL-3',
'application': False,
Expand Down
2 changes: 1 addition & 1 deletion account_default_draft_move/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'website': 'http://www.camptocamp.com',
'data' : ['account_view.xml',
'invoice_view.xml'],
'installable': True,
'installable': False,
'active': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion account_fiscal_position_vat_check/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'images/fiscal_position_form.jpg',
'images/vat_check_invoice_validation.jpg',
],
'installable': True,
'installable': False,
'active': False,
'application': True,
}
2 changes: 1 addition & 1 deletion account_invoice_currency/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'data': [
"account_invoice_view.xml"
],
'installable': True,
'installable': False,
'active': False,
}

Expand Down
2 changes: 1 addition & 1 deletion account_journal_always_check_date/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
'depends': ['account'],
'data': [],
'images': ['images/always_check_date_constraint.jpg'],
'installable': True,
'installable': False,
'active': False,
}
2 changes: 1 addition & 1 deletion account_move_batch_validate/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
'test/batch_validate_then_unmark.yml',
'test/batch_validate_then_delete_move.yml',
],
'installable': True,
'installable': False,
'images': [],
'license': 'AGPL-3',
}
2 changes: 1 addition & 1 deletion account_move_line_search_extension/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
'css':[
'static/src/css/account_move_line_search_extension.css',
],
'installable': True,
'installable': False,
'auto_install': False,
}
2 changes: 1 addition & 1 deletion account_move_template/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
'test/generate_move.yml',
],
'active': False,
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion account_move_validation_improvement/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
""",
'website': 'http://www.camptocamp.com',
'data' : ['wizard/account_validate_move_view.xml'],
'installable': True,
'installable': False,
'active': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion account_partner_required/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
'website': 'http://acsone.eu/',
'depends': ['account'],
'data': ['account_view.xml'],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion account_renumber/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
'wizard/wizard_renumber_view.xml',
],
"active": False,
"installable": True
'installable': False
}
2 changes: 1 addition & 1 deletion account_reversal/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
'account_view.xml',
'wizard/account_move_reverse_view.xml'
],
'installable': True,
'installable': False,
'active': False,
}
2 changes: 1 addition & 1 deletion account_tax_analysis/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
the OpenERP tax report and what you see in your books.""",
"website": "http://www.camptocamp.com",
"data": ["account_tax_analysis_view.xml"],
"installable": True,
'installable': False,
"active": False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2 changes: 1 addition & 1 deletion async_move_line_importer/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'security/multi_company.xml'],
'demo': [],
'test': [],
'installable': True,
'installable': False,
'auto_install': False,
'license': 'AGPL-3',
'application': False,
Expand Down
2 changes: 1 addition & 1 deletion currency_rate_date_check/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
'images/date_check_error_popup.jpg',
'images/date_check_company_config.jpg',
],
'installable': True,
'installable': False,
'active': False,
}
2 changes: 1 addition & 1 deletion currency_rate_update/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@
],
"demo" : [],
"active": False,
'installable': True
'installable': False
}
2 changes: 1 addition & 1 deletion l10n_fr_siret/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
'data': [
'partner_view.xml',
],
'installable': True,
'installable': False,
'active': False,
}

0 comments on commit ccf1286

Please sign in to comment.