Anpassungen Odoo 11
							parent
							
								
									a9a552fdae
								
							
						
					
					
						commit
						fc1d97f53c
					
				|  | @ -8,7 +8,7 @@ db_port = 5432 | ||||||
| db_user = False | db_user = False | ||||||
| db_password = False | db_password = False | ||||||
| 
 | 
 | ||||||
| addons_path = ext/odoo/addons,ext/custom-addons,dmi/run1 | addons_path = ext/odoo/addons,ext/custom-addons | ||||||
| ; For enterprise use the addons path bellow | ; For enterprise use the addons path bellow | ||||||
| ; addons_path = ext/enterprise-addons,ext/odoo/addons,ext/3rd-party-addons,ext/custom-addons,dmi/run1 | ; addons_path = ext/enterprise-addons,ext/odoo/addons,ext/3rd-party-addons,ext/custom-addons,dmi/run1 | ||||||
| timezone = Europe/Vienna | timezone = Europe/Vienna | ||||||
|  |  | ||||||
|  | @ -3,120 +3,5 @@ | ||||||
| <data noupdate="0"> | <data noupdate="0"> | ||||||
|     <!--  UNITS --> |     <!--  UNITS --> | ||||||
| 
 | 
 | ||||||
|     <!-- Einheit in Stück umbenennen --> |  | ||||||
|     <record id="product.product_uom_unit" model="product.uom"> |  | ||||||
|         <field name="name">Stück</field> |  | ||||||
|     </record> |  | ||||||
|     <!-- 100 Stk. --> |  | ||||||
|     <record id="product_uom_unit_100" model="product.uom"> |  | ||||||
|         <field name="category_id" ref="product.product_uom_categ_unit"/> |  | ||||||
|         <field name="name">100 Stk.</field> |  | ||||||
|         <field name="factor_inv" eval="100"/> |  | ||||||
|         <field name="uom_type">bigger</field> |  | ||||||
|     </record> |  | ||||||
|     <!-- 1000 Stk. --> |  | ||||||
|     <record id="product_uom_unit_1000" model="product.uom"> |  | ||||||
|         <field name="category_id" ref="product.product_uom_categ_unit"/> |  | ||||||
|         <field name="name">1000 Stk.</field> |  | ||||||
|         <field name="factor_inv" eval="1000"/> |  | ||||||
|         <field name="uom_type">bigger</field> |  | ||||||
|     </record> |  | ||||||
| 
 |  | ||||||
|     <!-- Rolle --> |  | ||||||
|     <record id="product_uom_rolle" model="product.uom"> |  | ||||||
|         <field name="category_id" ref="product.product_uom_categ_unit"/> |  | ||||||
|         <field name="name">Rolle(n)</field> |  | ||||||
|     </record> |  | ||||||
| 
 |  | ||||||
|     <!-- Satz --> |  | ||||||
|     <record id="product_uom_satz" model="product.uom"> |  | ||||||
|         <field name="category_id" ref="product.product_uom_categ_unit"/> |  | ||||||
|         <field name="name">Satz</field> |  | ||||||
|     </record> |  | ||||||
| 
 |  | ||||||
|     <!-- Arbeitstag --> |  | ||||||
|     <record id="product_uom_arbeitstag" model="product.uom"> |  | ||||||
|         <field name="category_id" ref="product.uom_categ_wtime"/> |  | ||||||
|         <field name="name">Arbeitstag</field> |  | ||||||
|     </record> |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
|     <!-- MM --> |  | ||||||
|     <record id="product_uom_mm" model="product.uom"> |  | ||||||
|         <field name="category_id" ref="product.uom_categ_length"/> |  | ||||||
|         <field name="name">mm</field> |  | ||||||
|         <field name="factor" eval="0.001"/> |  | ||||||
|         <field name="uom_type">smaller</field> |  | ||||||
|     </record> |  | ||||||
| 
 |  | ||||||
|     <!-- M2 Quadratmeter Category--> |  | ||||||
|     <record id="uom_categ_m2" model="product.uom.categ"> |  | ||||||
|         <field name="name">Quadratm.</field> |  | ||||||
|     </record> |  | ||||||
|     <!-- M2, Quadratmeter --> |  | ||||||
|     <record id="product_uom_m2" model="product.uom"> |  | ||||||
|         <field name="name">m²</field> |  | ||||||
|         <field name="category_id" ref="uom_categ_m2"/> |  | ||||||
|         <field name="factor" eval="1.0"/> |  | ||||||
|         <field name="rounding" eval="1"/> |  | ||||||
|     </record> |  | ||||||
| 
 |  | ||||||
|     <!-- M3 Quadratmeter Category--> |  | ||||||
|     <record id="uom_categ_m3" model="product.uom.categ"> |  | ||||||
|         <field name="name">Kubikm.</field> |  | ||||||
|     </record> |  | ||||||
|     <!-- M3, Kubikmeter --> |  | ||||||
|     <record id="product_uom_m3" model="product.uom"> |  | ||||||
|         <field name="name">Kubikm.</field> |  | ||||||
|         <field name="category_id" ref="uom_categ_m3"/> |  | ||||||
|         <field name="factor" eval="1.0"/> |  | ||||||
|         <field name="rounding" eval="1"/> |  | ||||||
|     </record> |  | ||||||
| 
 |  | ||||||
|     <!-- PKG --> |  | ||||||
|     <record id="product_uom_pkt" model="product.uom"> |  | ||||||
|         <field name="name">Paket(e)</field> |  | ||||||
|         <field name="category_id" ref="product.product_uom_categ_unit"/> |  | ||||||
|         <field name="factor" eval="1.0"/> |  | ||||||
|         <field name="rounding" eval="1"/> |  | ||||||
|     </record> |  | ||||||
| 
 |  | ||||||
|     <!-- Paar --> |  | ||||||
|     <record id="product_uom_paar" model="product.uom"> |  | ||||||
|         <field name="name">Paar(e)</field> |  | ||||||
|         <field name="category_id" ref="product.product_uom_categ_unit"/> |  | ||||||
|         <field name="factor" eval="1.0"/> |  | ||||||
|         <field name="rounding" eval="1"/> |  | ||||||
|     </record> |  | ||||||
| 
 |  | ||||||
|     <!-- Minuten --> |  | ||||||
|     <record id="product_uom_min" model="product.uom"> |  | ||||||
|         <field name="category_id" ref="product.uom_categ_wtime"/> |  | ||||||
|         <field name="name">min</field> |  | ||||||
|     </record> |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
|     <!-- Variantenattribut Größe --> |  | ||||||
|     <record id="prod_attr_size" model="product.attribute"> |  | ||||||
|         <field name="name">Größe</field> |  | ||||||
|         <field name="type">radio</field> |  | ||||||
|         <field name="sequence" eval="10"/> |  | ||||||
|     </record> |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
|     <!-- Verpackungseiheiten --> |  | ||||||
|     <!-- TODO Rolle type in product_ul selection ergänzen --> |  | ||||||
|     <!-- Ausprägungen hier...? --> |  | ||||||
|     <!-- <record id="product_ul_box" model="product.ul"> |  | ||||||
|         <field name="name">Box</field> |  | ||||||
|         <field name="type">box</field> |  | ||||||
|     </record> --> |  | ||||||
|     <!-- |  | ||||||
|     'name' : fields.char('Name', select=True, required=True, translate=True), |  | ||||||
|     'type' : fields.selection([('unit','Unit'),('pack','Pack'),('box', 'Box'), ('pallet', 'Pallet')], 'Type', required=True), |  | ||||||
|     'height': fields.float('Height', help='The height of the package'), |  | ||||||
|     'width': fields.float('Width', help='The width of the package'), |  | ||||||
|     'length': fields.float('Length', help='The length of the package'), |  | ||||||
|     'weight': fields.float('Empty Package Weight'), --> |  | ||||||
| </data> | </data> | ||||||
| </odoo> | </odoo> | ||||||
|  |  | ||||||
|  | @ -30,6 +30,7 @@ | ||||||
|     'depends': [], |     'depends': [], | ||||||
|     'data': [                      |     'data': [                      | ||||||
|         'res.users.csv', |         'res.users.csv', | ||||||
|  |         'res.line.csv', | ||||||
|     ], |     ], | ||||||
|     'installable': True, |     'installable': True, | ||||||
|     'auto_install': False, |     'auto_install': False, | ||||||
|  |  | ||||||
|  | @ -0,0 +1,2 @@ | ||||||
|  | "name","description" | ||||||
|  | "1234","Produktionslinie 1" | ||||||
| 
 | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.2 KiB | 
|  | @ -37,3 +37,4 @@ Werkzeug==0.11.11 | ||||||
| XlsxWriter==0.9.3 | XlsxWriter==0.9.3 | ||||||
| xlwt==1.3.* | xlwt==1.3.* | ||||||
| xlrd==1.0.0 | xlrd==1.0.0 | ||||||
|  | odoorpc==0.6.0 | ||||||
		Loading…
	
		Reference in New Issue