Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Property Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Technical
  3. DG Smart Import v 18.0
  4. Sales Conditions FAQ

DG Smart Import

by Red Bridge ERP https://redbridgeerp.com
Odoo

$ 114.25

v 18.0 Third Party
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 736
Technical Name dg_smart_import
LicenseOPL-1
Websitehttps://redbridgeerp.com
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 736
Technical Name dg_smart_import
LicenseOPL-1
Websitehttps://redbridgeerp.com
  • Description
  • License

DG Smart Import

Import CSV & Excel files into any Odoo model — with visual field mapping, data preview, and per-row error isolation.

Odoo 18 CSV & Excel Any Model No Coding OPL-1

One tool. Every model.

Most import modules are hardcoded to a single model (Contacts, Products…). DG Smart Import works generically across your entire Odoo database — enable it on any model in seconds.

📂

CSV & Excel

Upload .csv or .xlsx files. CSV delimiter auto-detected (comma, semicolon, tab). Excel blank rows skipped automatically.

🗂️

Visual Field Mapping

Drag-and-drop style column picker. See the field's technical name, label, and type side-by-side with a sample value from your file.

👁️

10-Row Preview

Inspect the first 10 rows of mapped data before committing. Catch mapping mistakes without touching the database.

🛡️

Per-Row Isolation

Each row runs inside its own database savepoint. One bad row never blocks the rest — successful rows are always saved.

⚠️

Required Field Guard

Before you reach the preview step, the wizard checks for required fields with no default. No more cryptic DB errors at import time.

📋

Detailed Error Log

Full import summary: success count, failure count, and a per-row error message so you know exactly what to fix in your file.

How it works

Four guided steps from file upload to imported records.

1

Upload your file

Open Smart Import from the action menu of any list or form view. Upload your CSV or Excel file. On the right you immediately see all importable fields for that model — labels, technical names, and types — so you know how to structure your file.

Step 1 – Upload file
2

Map columns to fields

After parsing, each file column appears as a row in the mapping table along with a sample value. Use the dropdown to pick the matching model field. Skip any column by leaving it blank. The wizard warns you if a required field is not mapped.

Step 2 – Map columns
3

Preview your data

See the first 10 rows rendered in a table with your chosen column-to-field mapping applied. Verify the values look correct before committing anything to the database.

Step 3 – Preview data
4

Import & review

Click Import Now. Each row runs in its own savepoint. The results page shows how many records were created and a full per-row error log for any failures — no silent data loss.

Step 4 – Import results

💡 Tip: The Smart Import action is injected automatically into the list and form views of any model you enable — no XML customisation required.

Supported field types

Automatic type conversion with sensible fallbacks and helpful error messages.

Field Type Conversion Logic Example input
Char / Text / Html Used as-is Hello World
Integer Float-safe parse (handles comma decimals) 42 or 42.0
Float / Monetary Comma-or-dot decimal separator 1,250.50 or 1250,50
Boolean true / 1 / yes / oui / x → True true, 1, yes
Date Auto-detects 5 common formats 2025-12-31 or 31/12/2025
Datetime Auto-detects ISO and locale formats 2025-12-31 14:30:00
Many2one Exact name match, then case-insensitive fallback Saudi Arabia
Selection Matches by key or by translated label done or Done

Security & Access Control

🔐

Smart Import Manager group

A dedicated security group controls who can access the configuration screen and run import wizards. Standard Odoo users see nothing.

🔒

Action menu restriction

The Smart Import action in list and form views is only visible to members of the Smart Import Manager group — enforced at the server action level.

✅

ORM-only operations

All database operations go through the Odoo ORM. No raw SQL. Access rules, record rules, and field-level security all apply normally.

💾

Savepoint isolation

Each imported row uses a PostgreSQL savepoint. A constraint violation on row 5 does not roll back rows 1–4. Partial imports always succeed partially.

Technical Specifications

Requirements

  • Odoo Community or Enterprise 18.0
  • Depends on base only — no extra modules needed
  • openpyxl for Excel imports (ships with Odoo 18)

Models

  • dg.smart.import.config — per-model on/off toggle
  • dg.smart.import.wizard — TransientModel wizard
  • dg.smart.import.mapping.line — column mapping rows

Limitations

  • One2many / Many2many fields not supported
  • No update-existing-records mode (v1)
  • No mapping template save/load (v1)
  • No background/async import for very large files

DG Smart Import  ·  Red Bridge ERP  ·  redbridgeerp.com  ·  support@redbridgeerp.com

Licensed under OPL-1. Not for redistribution.

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with