Skip to content

Commit

Permalink
[PORT] mark unported modules as non-installable (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinar authored and Ivan Yelizariev committed Nov 2, 2017
1 parent 3df80ba commit 13d06b3
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion hw_printer_network/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"post_init_hook": None,

"auto_install": False,
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion hw_twitter_printing/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"post_init_hook": 'post_init',

"auto_install": False,
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion pos_cashier_select/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"post_init_hook": None,

"auto_install": False,
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion pos_category_multi/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
'view.xml',
],
"demo": [],
"installable": True,
"installable": False,
"auto_install": False,
}
2 changes: 1 addition & 1 deletion pos_debranding/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
'qweb': [
'static/src/xml/pos_debranding.xml',
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion pos_debt_notebook/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
],
"demo": [
],
'installable': True,
'installable': False,
'uninstall_hook': 'pre_uninstall',
}
2 changes: 1 addition & 1 deletion pos_debt_notebook_sync/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"post_init_hook": None,

"auto_install": False,
"installable": True,
"installable": False,

"demo_title": "Internal Credit System",
"demo_addons": [
Expand Down
2 changes: 1 addition & 1 deletion pos_disable_payment/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
'demo': [
'views/assets_demo.xml',
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion pos_discount_total/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
'data': [
'data.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
}
2 changes: 1 addition & 1 deletion pos_fiscal_current/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
'depends': ['point_of_sale'],
'data': ['templates.xml'],
'qweb': ['static/src/xml/*.xml'],
'installable': True
'installable': False
}
2 changes: 1 addition & 1 deletion pos_fiscal_floor/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
'description': "Add Fiscal Position to POS floor model",
'data': ['views.xml'],
'depends': ['base', 'point_of_sale', 'pos_restaurant'],
'installable': True,
'installable': False,

}
2 changes: 1 addition & 1 deletion pos_keyboard/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
'data': [
'data.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
}
2 changes: 1 addition & 1 deletion pos_longpolling/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"post_init_hook": None,

"auto_install": False,
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion pos_multi_session/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
"post_init_hook": None,

"auto_install": False,
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion pos_multi_session_restaurant/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"post_init_hook": None,

"auto_install": True,
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion pos_order_cancel/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"post_init_hook": None,

"auto_install": False,
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion pos_order_cancel_restaurant/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"post_init_hook": None,

"auto_install": False,
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion pos_order_note/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"post_init_hook": None,

"auto_install": False,
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion pos_order_printer_product/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"post_init_hook": None,

"auto_install": False,
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion pos_pin/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"price": 20.00,
"currency": "EUR",

'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion pos_print_method/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"post_init_hook": None,

"auto_install": False,
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion pos_printer_network/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"post_init_hook": None,

"auto_install": False,
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion pos_product_available/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
'qweb': [
'static/src/xml/pos.xml',
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion pos_product_available_negative/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"price": 50.00,
"currency": "EUR",

'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion pos_product_category_discount/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"post_init_hook": None,

"auto_install": False,
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion pos_product_lot/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
'qweb': [
'static/src/xml/pos.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
}
2 changes: 1 addition & 1 deletion pos_restaurant_base/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"post_init_hook": None,

"auto_install": False,
"installable": True,
"installable": False,
}
2 changes: 1 addition & 1 deletion product_lot/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
'data': [
'views.xml',
],
'installable': True,
'installable': False,
'auto_install': False,
}

0 comments on commit 13d06b3

Please sign in to comment.