updates
parent
902f43bb19
commit
23b3dfdd00
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@
|
|||
}
|
||||
|
||||
.openerp .oe_form_sheet_width {
|
||||
max-width: 95%;
|
||||
max-width: 95% !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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'},
|
||||
|
|
|
|||
Loading…
Reference in New Issue