STANDARD TERMS AND CONDITIONS OF SALE

  1. The client explicitly waives its own standard terms and conditions, even if these were drawn up after these standard terms and conditions of sale. In order to be valid, any derogation must be expressly agreed to in advance in writing.
  2. Our invoices are payable before delivery (COD) unless another payment timeframe is indicated on either the invoice or the order. In the event of non-payment by the due date, Lithium Battery Systems reserves the right to request a fixed interest payment amounting to 10% of the sum remaining due. Lithium Battery Systems will be authorized to suspend any provision of services without prior warning in the event of late payment.
  3. If a payment is still outstanding more than sixty (60) days after the due payment date, Lithium Battery Systems reserves the right to call on the services of a debt recovery company. All legal expenses will be payable by the client.
  4. Quotes are valid for 30 days unless specified otherwise.
  5. Certain countries apply withholding at source on the amount of invoices, in accordance with their internal legislation. Any withholding at source will be paid by the client to the tax authorities. Under no circumstances can Lithium Battery Systems become involved in costs related to a country's legislation. The amount of the invoice will therefore be due to Lithium Battery Systems in its entirety and does not include any costs relating to the legislation of the country in which the client is located.
  6. Lithium Battery Systems undertakes to do its best to supply performant services in due time in accordance with the agreed timeframes. However, none of its obligations can be considered as being an obligation to achieve results. Lithium Battery Systems cannot under any circumstances, be required by the client to appear as a third party in the context of any claim for damages filed against the client by an end consumer.
  7. In order for it to be admissible, Lithium Battery Systems must be notified of any claim by means of a letter sent by recorded delivery to its registered office within 8 days of the delivery of the goods or the provision of the services.
  8. All our contractual relations will be governed exclusively by Australia law.
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')