develop
Andreas Brückl 2015-06-30 16:20:34 +02:00
parent 902f43bb19
commit 23b3dfdd00
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
'description': """Individuelle Anpassungen""", 'description': """Individuelle Anpassungen""",
'author': 'camadeus GmbH', 'author': 'camadeus GmbH',
'website': 'http://www.camadeus.at', 'website': 'http://www.camadeus.at',
'depends': ['knowledge','crm','sale','mail','product','account'], 'depends': ['knowledge','crm','sale','mail','product','account','knowledge'],
'data': [ 'data': [
'cam_custom_view.xml', 'cam_custom_view.xml',
'cam_custom_data.xml', 'cam_custom_data.xml',

View File

@ -5,6 +5,6 @@
} }
.openerp .oe_form_sheet_width { .openerp .oe_form_sheet_width {
max-width: 95%; max-width: 95% !important;
} }

View File

@ -218,7 +218,7 @@ class Config():
#('product.template', 'type', 'service'), #('product.template', 'type', 'service'),
] ]
self.config.data_updates = { self.data_updates = {
'mrp.route_warehouse0_manufacture': {'name': 'Produzieren'}, 'mrp.route_warehouse0_manufacture': {'name': 'Produzieren'},
'purchase.route_warehouse0_buy': {'name': 'Einkaufen'}, 'purchase.route_warehouse0_buy': {'name': 'Einkaufen'},
'stock.route_warehouse0_mto': {'name': 'Beschaffe von Auftrag'}, 'stock.route_warehouse0_mto': {'name': 'Beschaffe von Auftrag'},