Julie Berger WooCommerce REST API: Integration with External Systems The WooCommerce REST API makes it possible to read and write data programmatically. Products, orders, customers, coupons, shipping methods. Everything available as JSON endpoints. It's the foundation ... Guide Utveckling WooCommerce Nov 5, 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 Odoo
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 Odoo
Julie Berger WordPress REST API: Building Headless with Next.js The WordPress REST API lets you use WordPress as a pure content engine while the frontend is built with any framework. Content is managed in familiar WordPress admin. Visitors see a React site, a mobi... Guide Utveckling WordPress Sep 10, 2024 WordPress
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 Odoo
Julie Berger WP-CLI: Manage WordPress from the Terminal WP-CLI is the most underrated tool in the WordPress ecosystem. Everything you can do in admin, you can do faster via the command line. And some things you can do that aren't even possible through admi... Hack Utveckling WordPress Aug 12, 2024 WordPress
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 Jul 1, 2024 Odoo
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 Jun 12, 2024 Odoo
ARC Gruppen AB, Chrille Hedberg WordPress Child Themes: Why and How You've found a theme that almost fits. Just a bit of CSS to tweak, maybe move a widget. The solution is not to edit the theme files directly. That works until the theme gets updated, and then your cha... Guide Utveckling WordPress Jun 4, 2024 WordPress