PrintIntegrator

Install PrintIntegrator on Odoo

Deploy the PrintIntegrator module on a fresh or existing Odoo installation. Covers Odoo 16, 17, and 18.

intermediate Odoo 40 min read Updated Jun 23, 2026

Installing PrintIntegrator on Odoo is more involved than the Shopify or WooCommerce install because the integration is deeper. PrintIntegrator hooks into Odoo eCommerce, MRP, Inventory, and Accounting.

For most customers we run the install as part of deployment. This tutorial documents the steps for self-managed installs.

1. Module placement

Copy the printintegrator module folder into your Odoo addons path (typically /mnt/extra-addons or your custom path). Restart Odoo or use --update on the next start.

install.shbash
# From the Odoo server
cp -r printintegrator /mnt/extra-addons/
sudo systemctl restart odoo
# Or, for an in-place update without restart:
./odoo-bin -u printintegrator -d your_database_name

2. Install via the Odoo Apps interface

Open Odoo as administrator. Go to Apps. Click "Update Apps List" (under the menu in some Odoo versions). Search for "PrintIntegrator". Click Install.

The installer pulls in dependencies: Odoo Website, eCommerce, MRP, and the standard payment provider modules.

3. License activation

After install, open PrintIntegrator → Settings → License. Enter the license key from your account portal. The system validates against our license server (one-time online check) and activates.

Self-hosted air-gapped deployments use offline activation; contact support for the offline activation flow.

4. Configure your first product

Go to Website → Products. Open a product. Switch to the PrintIntegrator tab. Configure print area, upload template, and save.

The Odoo edition synchronizes product personalization rules with the storefront automatically — no separate import step.

5. MRP integration

Open PrintIntegrator → Settings → Production. Configure how personalized orders create manufacturing orders. The default is one MRP order per line item; you can also configure gang-up rules for label rolls and other multi-up products.