ARC Gruppen AB, Chrille Hedberg Custom Post Types: Build Your Own with Code WordPress has two content types by default: posts and pages. That's enough for a blog. But if you're building a real estate site, a job portal, or a product catalog, you need your own content types. C... Guide Utveckling WordPress Jan 26, 2026 WordPress
ARC Gruppen AB, Julie Berger Testing in Odoo: Unit Tests, Tours, and CI Odoo has a built-in testing framework. Python unit tests for business logic, HTTP tests for controllers, and tours (browser tests) for frontend. Combined with CI pipelines, you catch errors before the... Guide Odoo Utveckling Oct 31, 2025 Odoo
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 Sep 1, 2025 Odoo
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 Aug 18, 2025 Odoo
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 Jul 8, 2025 Odoo
ARC Gruppen AB, 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 Jul 7, 2025 Odoo
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 Jun 27, 2025 Odoo
ARC Gruppen AB, Chrille Hedberg Odoo in Docker: Production-Ready Setup Docker is the smoothest way to run Odoo, whether for development or production. The official Docker image works, but for a real setup you need to customize it. docker-compose.yml Two services: Odoo an... Guide Odoo Odoo 18 Utveckling May 30, 2025 Odoo
ARC Gruppen AB, Julie Berger Odoo Module Development: Your First Module in Odoo 18 Odoo is built to be extended with custom modules. Every customization should be a module, not a change to core code. It makes upgrades possible and keeps the system maintainable. Scaffolding odoo scaf... Guide Odoo Odoo 18 Utveckling May 22, 2025 Odoo
ARC Gruppen AB, Julie Berger WooCommerce Staging Environment: Test Without Risk Testing changes directly in a live WooCommerce store is playing with fire. A broken checkout page costs orders. A plugin conflict showing error messages costs trust. Staging solves this. What is stagi... Guide Utveckling WooCommerce Apr 3, 2025
ARC Gruppen AB, Julie Berger Headless WooCommerce: React Frontend with WooCommerce Backend Headless WooCommerce means using WooCommerce for products, orders, payment, and inventory, but building the frontend separately in React, Next.js, or Vue. The store becomes faster, more flexible, and ... Guide Utveckling WooCommerce Mar 20, 2025
ARC Gruppen AB, Chrille Hedberg Building a Custom WooCommerce Theme: The Basics Pre-built WooCommerce themes work for most, but sometimes you need full control. Maybe the store needs to match an existing brand identity pixel-perfectly, or you have functional requirements no exist... Guide Utveckling WooCommerce Mar 10, 2025