Lithium Battery Systems

Information about the Lithium Battery Systems instance of Odoo, the Open Source ERP.

Installed Applications

Sales
From quotations to invoices
Invoicing
Invoices & Payments
CRM
Track leads and close opportunities
Website
Enterprise website builder
Inventory
Manage your stock and logistics activities
Accounting
Manage financial and analytic accounting
Purchase
Purchase orders, tenders and agreements
Project
Organize and plan your projects
eCommerce
Sell your products online
Manufacturing
Manufacturing Orders & BOMs
Email Marketing
Design, send and track emails
Timesheets
Track employee time on tasks
Studio
Create and customize your Odoo apps
Documents
Document management
Employees
Centralize employee information
Helpdesk
Track, prioritize, and solve customer tickets
Quality
Control the quality of your products
Discuss
Chat, mail gateway and private channels
Contacts
Centralize your address book
Product Lifecycle Management (PLM)
Manage engineering change orders on products, bills of material
Calendar
Schedule employees' meetings
Approvals
Create and validate approvals requests
Marketing Automation
Build automated mailing campaigns
Live Chat
Chat with your website visitors
Repairs
Repair damaged products
Forum
Manage a forum with FAQ and Q&A
DHL Express Shipping
Payment Provider: Custom Payment Modes
A payment provider for custom flows like wire transfers.
Payment Provider: Paypal
An American payment provider for online payments all over the world.
Payment Provider: Stripe
An Irish-American payment provider covering the US and many others.
Website - Payment Paypal
Website - Payment Paypal

Installed Localizations / Account Charts

Australian - Accounting
ABA Credit Transfer
Export payments as ABA Credit Transfer files
Australian Reports - Accounting
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')