Julie Berger AI in Odoo 18: What's Available and What's Coming Odoo has started integrating AI features, primarily in Enterprise. It's not about a general AI assistant but targeted functions solving specific problems. Here's what actually works today. AI-generate... AI Guide Odoo Odoo 18 Mar 12, 2025
ARC Gruppen AB, Chrille Hedberg Odoo Views: Form, List, and XPath Inheritance Views in Odoo define how data is presented. Form view for single record, list view for overview, Kanban for visual board, pivot for analysis. Everything is defined in XML and can be extended with inhe... Guide Odoo Utveckling Feb 25, 2025
Julie Berger Odoo HR: Employees, Leaves, and Timesheets Odoo's HR modules handle employee register, leave requests, timesheets, recruitment, and evaluations. In CE, the basic modules are included free. Enterprise adds payroll and advanced planning. Employe... Guide Odoo Feb 10, 2025
ARC Gruppen AB, Chrille Hedberg The OWL Framework: Frontend Development in Odoo 18 OWL (Odoo Web Library) is Odoo's JavaScript framework for the frontend. It replaced the older widget architecture and resembles React and Vue: components, reactive state, hooks, and templates. In Odoo... Guide Odoo Odoo 18 Utveckling Jan 25, 2025
Julie Berger Odoo Multi-Company: Manage Multiple Companies in One System Odoo supports multi-company in the same database. Parent and subsidiary companies share the same installation but have separate accounting, inventory, and customers. Users can switch between companies... Guide Odoo Jan 8, 2025
ARC Gruppen AB, Chrille Hedberg Odoo Purchasing: From RFQ to Delivery Odoo's purchasing module handles the entire flow: vendor register, requests for quotation (RFQ), purchase orders, receiving, and vendor invoices. All connected to inventory and accounting. Vendor regi... Guide Odoo Dec 18, 2024
Julie Berger Odoo Automations: Scheduled Actions and Server Actions Odoo has two main automation mechanisms: scheduled actions (cron jobs) that run on time intervals, and server actions triggered by events. Both can be configured without code in simpler cases. Schedul... Guide Odoo Odoo 18 Dec 2, 2024
ARC Gruppen AB, Chrille Hedberg Odoo Security: Groups, ACLs, and Record Rules Odoo has a multi-layered security system. User groups define roles. Access Control Lists (ACLs) determine which models each group can read, write, create, and delete. Record rules filter which individ... Guide Odoo Säkerhet Nov 15, 2024
Julie Berger Project Management in Odoo: Tasks, Time, and Collaboration Odoo's project module isn't Jira and isn't Asana. It's simpler, but it's connected to the rest of the system: time reported on tasks can be invoiced directly. That's the big difference. Projects and t... Guide Odoo Oct 30, 2024
ARC Gruppen AB, Chrille Hedberg Odoo Reports with QWeb: Customize Invoices and Orders Odoo generates PDF reports for invoices, sales orders, delivery slips, inventory operations, and more. All are built on QWeb templates (XML-based templating) that you can customize. QWeb basics QWeb i... Guide Odoo Utveckling Oct 12, 2024
Julie Berger Odoo XML-RPC: Integrate with Python, Node, and Go Odoo's XML-RPC API lets external systems read, create, update, and delete data. Python, JavaScript, Go, PHP, virtually any language with XML-RPC support can communicate with Odoo. Authentication Three... Guide Odoo Utveckling Sep 25, 2024
ARC Gruppen AB, Chrille Hedberg Odoo ORM: Computed Fields and Onchange Methods Odoo's ORM (Object-Relational Mapping) handles everything between Python code and the database. You create fields, define calculations, and Odoo handles the rest. Computed fields and onchange methods ... Guide Odoo Utveckling Sep 8, 2024