Fall 232: Anhänge - Backend
							parent
							
								
									2c89af2532
								
							
						
					
					
						commit
						4d75366a29
					
				|  | @ -162,7 +162,8 @@ class Config(object): | ||||||
|             'theme_clarico', |             'theme_clarico', | ||||||
|             'payment_paypal', |             'payment_paypal', | ||||||
|             'payment_stripe', |             'payment_stripe', | ||||||
|             'dp_website' |             'dp_website', | ||||||
|  |             'odoo_website_product_attachment' | ||||||
|         ] |         ] | ||||||
| 
 | 
 | ||||||
|         # Setze das Feld "Attachment" im Report (wenn gesetzt wird das PDF in den Anhängen gespeichert) |         # Setze das Feld "Attachment" im Report (wenn gesetzt wird das PDF in den Anhängen gespeichert) | ||||||
|  |  | ||||||
|  | @ -317,7 +317,6 @@ class DatenpolFunctions(object): | ||||||
|             'multi_theme_id': self.odoo.env.ref('website_multi_theme.theme_default').id |             'multi_theme_id': self.odoo.env.ref('website_multi_theme.theme_default').id | ||||||
|         }) |         }) | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
|         heizpaneele_vals = { |         heizpaneele_vals = { | ||||||
|             'name': 'Heizpaneele', |             'name': 'Heizpaneele', | ||||||
|             'domain': 'www.heizpaneele.at', |             'domain': 'www.heizpaneele.at', | ||||||
|  | @ -345,6 +344,7 @@ class DatenpolFunctions(object): | ||||||
|         # enable product attributes and variants |         # enable product attributes and variants | ||||||
|         vals.update({ |         vals.update({ | ||||||
|             'group_product_variant': True, |             'group_product_variant': True, | ||||||
|  |             'auth_signup_uninvited': 'b2c' | ||||||
|         }) |         }) | ||||||
|         wizard_id = res_settings.create(vals) |         wizard_id = res_settings.create(vals) | ||||||
|         res_settings.execute(wizard_id) |         res_settings.execute(wizard_id) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue