dp_dmi now working
parent
0a7331f60d
commit
0201b9bad8
|
|
@ -31,6 +31,10 @@
|
|||
'depends': [],
|
||||
'data': [
|
||||
'res.users.csv',
|
||||
'res.partner.sector.csv',
|
||||
'report.intrastat.code.csv',
|
||||
'product.xcategory.csv',
|
||||
'material.type.csv',
|
||||
'res.line.csv',
|
||||
],
|
||||
'installable': True,
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
"xmlid","name","print_default_code"
|
||||
"id","name","print_default_code"
|
||||
"dp_dmi.unique_material_id","Material Name","True"
|
||||
|
|
|
|||
|
|
|
@ -1,2 +1,2 @@
|
|||
"xmlid","name"
|
||||
"id","name"
|
||||
"dp_dmi.unique_xcategory_id","XCategory Name"
|
||||
|
|
|
|||
|
|
|
@ -1,2 +1,2 @@
|
|||
"xmlid","name","description"
|
||||
"id","name","description"
|
||||
"dp_dmi.unique_intrastat_id","Intrastat name","Intrastat Description"
|
||||
|
|
|
|||
|
|
|
@ -1,2 +1,2 @@
|
|||
"xmlid","name","description"
|
||||
"id","name","description"
|
||||
"dp_dmi.unique_line_id","1234","Produktionslinie 1"
|
||||
|
|
|
|||
|
|
|
@ -1,2 +1,2 @@
|
|||
"xmlid","name","sequence"
|
||||
"id","name","sequence"
|
||||
"dp_dmi.unique_partner_sector_id","Partner Sector name","0"
|
||||
|
|
|
|||
|
|
|
@ -1,2 +1,2 @@
|
|||
"xmlid","name","login","password","email","groups_id/id","tz","mobile","phone","function"
|
||||
"dp_dmi.unique_user_id","Max Mustermann","mustermann@max.at","x","mustermann@max.at","base.group_sale_salesman_all_leads,account.group_account_invoice,base.group_erp_manager,stock.group_stock_user,purchase.group_purchase_user","Europe/Vienna",,,
|
||||
"id","name","login","password","email","groups_id/id","tz","mobile","phone","function"
|
||||
"dp_dmi.unique_user_id","Max Mustermann","mustermann@max.at","x","mustermann@max.at","sales_team.group_sale_salesman_all_leads,account.group_account_invoice,base.group_erp_manager,stock.group_stock_user,purchase.group_purchase_user","Europe/Vienna",,,
|
||||
|
|
|
|||
|
Loading…
Reference in New Issue