diff --git a/ext/custom-addons/cam_custom/__openerp__.py b/ext/custom-addons/cam_custom/__openerp__.py index 3fbdcc18..69c395af 100644 --- a/ext/custom-addons/cam_custom/__openerp__.py +++ b/ext/custom-addons/cam_custom/__openerp__.py @@ -27,7 +27,7 @@ 'description': """Individuelle Anpassungen""", 'author': 'camadeus GmbH', 'website': 'http://www.camadeus.at', - 'depends': ['knowledge','crm','sale','mail','product','account'], + 'depends': ['knowledge','crm','sale','mail','product','account','knowledge'], 'data': [ 'cam_custom_view.xml', 'cam_custom_data.xml', diff --git a/ext/custom-addons/cam_max_width/static/src/css/max_width.css b/ext/custom-addons/cam_max_width/static/src/css/max_width.css index a51466dc..8150784b 100644 --- a/ext/custom-addons/cam_max_width/static/src/css/max_width.css +++ b/ext/custom-addons/cam_max_width/static/src/css/max_width.css @@ -5,6 +5,6 @@ } .openerp .oe_form_sheet_width { - max-width: 95%; + max-width: 95% !important; } diff --git a/setup/lib/config_at.py b/setup/lib/config_at.py index fa8940b8..4b843652 100644 --- a/setup/lib/config_at.py +++ b/setup/lib/config_at.py @@ -218,7 +218,7 @@ class Config(): #('product.template', 'type', 'service'), ] - self.config.data_updates = { + self.data_updates = { 'mrp.route_warehouse0_manufacture': {'name': 'Produzieren'}, 'purchase.route_warehouse0_buy': {'name': 'Einkaufen'}, 'stock.route_warehouse0_mto': {'name': 'Beschaffe von Auftrag'},