LBS 12V 40A DC-DC Battery Charger

https://www.lithiumbatterysystems.com.au/web/image/product.template/11935/image_1920?unique=aecc486

395.00 395.0 AUD 395.00 Including GST

359.09 Including GST

Not Available For Sale

    This combination does not exist.

    NB: Unit price decreases at higher quantities: 5,10,20 etc (unless on sale).

    class Website(http.Controller): @http.route(['/'], type='http', auth='public', website=True) def index(self, **kw): if http.request.env.user.partner_id.property_product_pricelist: # Set the pricelist to the user's allocated pricelist http.request.website.sale_get_order(force_pricelist=http.request.env.user.partner_id.property_product_pricelist.id) return http.request.render('website.homepage')