IC2E SWOdoo v3.1.3.0
(02/09/2026)
🔧 Main improvements
⚡ Major performance improvements
- The image and preview generation process during Bill of Materials creation has been extensively optimized.
- The number of operations required to isolate and restore Cut List bodies has been drastically reduced.
- Image capture has been optimized using a lighter mechanism better suited to the thumbnails used by the Addin.
- Unnecessary redraws and graphics operations during preview generation have been eliminated.
- In complex models with multiple Cut List items, testing shows processing time reductions of more than 80% compared with the previous behavior.
Image and Cut List improvements
- Incorrect image retrieval when alternating between profiles and solid bodies within the same Cut List has been fixed.
- When the specific image of a profile cannot be obtained, the Addin can now use the corresponding solid body image as a fallback.
- Images of equivalent profiles are reused to avoid unnecessary repeated captures.
- Management of documents temporarily opened by SolidWorks during image generation has been improved.
- Issues that could cause SolidWorks to freeze or close unexpectedly when processing complex Cut List structures have been fixed.
- Logging has been expanded to provide more precise diagnostics for issues occurring during preview generation.
Manufacturing Operation improvements
- The ability to export the PDF associated with a product to Odoo Manufacturing Operations has been restored.
- The functionality has been adapted to the model used by current Odoo versions through Quality Control Points associated with operations.
- Warnings are displayed when a Manufacturing Operation configured in SolidWorks no longer exists or is not active in the Addin configuration.
- Validations have been improved to prevent unnecessary blocking when a BOM does not actually contain Manufacturing Operations.
Odoo export improvements
- Informational checks for open purchase or manufacturing orders can no longer block an entire export when certain optional Odoo modules are unavailable.
- Various warning messages generated during export have been improved and deduplicated.
- Warnings related to Odoo dynamic properties now identify the affected category instead of being repeated for every product.
- Product and BOM identification in diagnostic messages has been improved.
New visual progress indicator
- A new reusable progress system has been introduced for operations that may require more processing time.
- Progress is now displayed during login, Supplier and Manufacturer imports, Category imports, User exports, and BOM exports to Odoo.
- During BOM export, the indicator displays progress for both products and Bills of Materials.
- The indicator is also integrated directly into the UIBOM window.
Configuration and property improvements
- Local configuration is now automatically reconciled with the property catalog of new Addin versions, adding new properties without requiring users to reset their entire configuration.
- When the Odoo Client server or database is changed, internal services are updated correctly without requiring SolidWorks to be restarted.
- Editing of the Server and Database fields for Administrator users has been fixed.
- Saving properties for Cut List items when UIBOM is opened from a top-level assembly has been fixed.
Interface and localization
- The Addin localization in Spanish, English, French, and Portuguese has been extensively completed and reviewed.
- Numerous texts, messages, tooltips, forms, and progress messages that were still outside the resource system have now been localized.
- Several interface data bindings that had become outdated after previous refactoring and could result in non-functional fields or columns have been fixed.
- Overall consistency across the Options, Property Card, and UIBOM screens has been improved.
Internal and stability improvements
- The Addin's internal architecture has undergone an extensive review and refactoring.
- Separation between domain logic, Core, SolidWorks/Odoo infrastructure, and the user interface has been improved.
- Obsolete and duplicated code has been removed, and shared logic has been consolidated.
- The Addin's maintainability, robustness, and diagnostic capabilities have been improved.
🚀 Result for the user
- Considerably faster generation of BOMs with images, especially for multibody parts and structures with complex Cut Lists.
- Greater stability during image retrieval and a lower risk of SolidWorks freezes.
- More reliable previews for profiles, sheet metal, and solid bodies.
- Ability to export PDF documentation directly to Odoo Manufacturing Operations.
- Greater robustness across different Odoo configurations and installed modules.
- Better visual feedback during long-running operations thanks to the new progress indicator.
- Safer Addin updates without requiring users to reset their configuration.
- A more consistent interface and complete localization in Spanish, English, French, and Portuguese.
- A more robust codebase, ready for further performance and functionality improvements.
IC2E SWOdoo v3.1.2.7
(26/08/2026)
🔧 Main improvements
Improvements to Odoo Route detection and configuration
- Automatic detection of the Buy, Manufacture, Replenish on Order (MTO), and Subcontracting routes has been improved.
- Automatic route detection is now performed in two stages, prioritizing exact matches and then using partial matches when necessary.
- Route selection has been improved for installations with multiple warehouses, avoiding ambiguous matches between routes with similar names.
- New manual selectors for the Buy, Manufacture, Replenish on Order (MTO), and Subcontracting routes have been added under Options → Export.
- Each selector can load the active routes available in Odoo and allows the user to manually select the route that the Addin should use.
- Manually selected routes take priority over automatically detected routes during export.
- Automatic detection remains the default behavior when no route has been manually configured.
- Odoo route-related options have been reorganized to improve clarity and consistency.
- Logging has been expanded to make it easier to diagnose issues during automatic route detection.
New Ignore Parent property
- A new Ignore Parent property has been introduced, allowing a component to be excluded from the structure exported to Odoo while keeping its child components.
- When this property is enabled for a component, its children are attached directly to the first higher-level component that is actually exported.
- Structures containing several consecutive components configured as Ignore Parent are supported, automatically resolving the first exportable parent.
- The visual structure in UIBOM remains unchanged, so the ignored component continues to be displayed together with its children in its original position.
- A specific warning has been added to UIBOM to identify components configured as Ignore Parent.
- In the Grouped Table, where hierarchical information is not available, components configured as Ignore Parent are directly excluded from the export.
- The new property is integrated into the property catalog, SolidWorks property reading, BOM generation, UIBOM, and the Property Card.
Material pre-validation
- The existence in Odoo of all required functional materials is checked before the export begins.
- If any required material does not exist in Odoo, the entire export is blocked before any products are created or updated.
- The pre-validation uses the same reference-based lookup logic used during the actual export.
- The validation is read-only and does not create or modify any information in Odoo.
- This prevents incomplete exports from leaving products created or updated in Odoo without their corresponding Bills of Materials.
Manufacturing Operation improvements
- New Manufacturing Operations created from Options → Odoo are now active by default.
- Consistency has been improved between creating new operations from the Addin and their immediate availability for use in Odoo.
Virtual component fixes
- Duplicate Ignore Parent and Ignore Children warnings for components associated with virtual Manufacturing Operations have been fixed.
- Virtual components generated to represent Manufacturing Operations no longer incorrectly inherit these properties from the real component.
- Warnings are now displayed only on the component to which the configuration actually applies.
🚀 Result for the user
- More reliable Odoo route detection, especially in installations with multiple warehouses or routes with similar names.
- Ability to manually select the Buy, Manufacture, MTO, and Subcontracting routes when they have been renamed or customized in Odoo.
- Greater flexibility to simplify exported BOM structures using the new Ignore Parent property without losing child components.
- Safer exports thanks to material pre-validation, preventing partial and inconsistent exports.
- Easier configuration of new Manufacturing Operations, which are now automatically created as active.
- More accurate UIBOM warnings for real and virtual components.
- Greater robustness when exporting complex BOM structures and working with customized Odoo databases.
IC2E SWOdoo v3.1.2.0
(07/07/2026)
🔧 Main improvements
Odoo Project integration
- Odoo Projects can now be selected directly from the UIBOM form.
- A new Project selector and a button to automatically load active projects from Odoo have been added.
- New JSON-RPC infrastructure has been implemented for querying projects (project.project).
- Project selection has been integrated into the complete Bill of Materials export workflow.
- New BOMs created in Odoo are automatically assigned to the selected project.
- Updating existing BOMs keeps the project assignment synchronized.
- The project is assigned only to the main assembly BOM, allowing subcomponent BOMs to be reused across different projects.
Image export
- Product image export and updating now depend on the visibility of the image column in UIBOM.
- If the image column is hidden, product images are not sent to Odoo.
- The user is notified before performing an export without updating images.
- The image_1920 field is no longer sent when image export is disabled.
- Image export from the Grouped Table has been fixed, allowing images to be updated correctly when the column remains visible.
JSON-RPC infrastructure improvements
- The JSON-RPC infrastructure has been improved by adding descriptive context to all major operations.
- Error messages have been standardized to make communication issues with Odoo easier to diagnose.
- Category normalization used in different Odoo queries has been improved.
Virtual component and BOM export improvements
- Internal identifier generation for virtual components has been fixed to prevent collisions.
- Export of chained virtual components has been improved.
- Complete export of all virtual products is now guaranteed.
- Updated BOMs are correctly marked so that Odoo detects changes in active Manufacturing Orders.
Usability improvements
- Specific contextual help has been added when exporting from the Grouped Table.
- Internal synchronization of Manufacturing Operation-related options has been improved.
🚀 Result for the user
- Ability to associate Bills of Materials directly with Odoo Projects from UIBOM.
- Better reuse of subcomponent BOMs across different projects.
- Greater control over when product images are updated during export.
- Significant reduction in export time when images do not need to be regenerated.
- More robust export of virtual components and the Grouped Table.
- Clearer and more useful error messages during communication with Odoo.
- Greater stability and traceability in JSON-RPC operations.
IC2E SWOdoo v3.1.1.0
(29/06/2026)
🔧 Main improvements
Grouped Table export to Odoo
- The BOM can now be exported directly from either the Full Table or the Grouped Table.
- The source table type has been incorporated into the validation and export workflow.
- Exporting from the Grouped Table generates a flat BOM under the root product using the grouped quantities displayed to the user.
- The table currently displayed in UIBOM is automatically synchronized before export to ensure that exported quantities match those shown on screen.
- Handling of suppressed components during Grouped Table export has been fixed.
- A confirmation prompt is displayed before exporting a Grouped Table.
Complete export of Supplier and Manufacturer commercial data
- Complete export of Supplier commercial information to Odoo has been implemented using product.supplierinfo.
- Manufacturer data can also be exported as Odoo purchase suppliers.
- New independent configuration options have been added to enable or disable Supplier and Manufacturer export.
- Supplier/manufacturer, product reference, product name, and lead time can be exported.
- When updating a product, existing supplier lines are removed first to keep the information fully synchronized with SolidWorks.
- Warnings are displayed when the specified supplier or manufacturer does not exist in Odoo, while still allowing the product export to continue.
- Commercial data required for export no longer depends on the columns visible in the Bill of Materials, allowing it to be hidden on screen without affecting the export.
Supplier and Manufacturer management improvements
- Commercial data in the Property Card has been reorganized to display Supplier information first, followed by Manufacturer information.
- The Manufacturer Product Name property has been renamed Supplier Product Name to correctly reflect its functional purpose.
- Internal infrastructure for exporting commercial information for both Suppliers and Manufacturers has been prepared and consolidated.
Automatic Category assignment improvements
- Automatic Supplier and Manufacturer assignment based on the configured Category has been completed.
- Resolution logic has been centralized through a common helper reused by both the Property Card and UIBOM.
- Handling of virtual components has been improved to prevent incorrect inheritance of commercial information.
- Changes are now correctly synchronized between the user interface and functional BOM rows.
Manufacturing Operation improvements
- Manufacturing Operation configuration has been converted into a fully editable DataGrid.
- Operations can now be created, modified, and deleted manually.
- Operations can be exported simultaneously as Odoo Operations and as Virtual Components.
- A configurable suffix has been added for virtual components generated from Manufacturing Operations.
- Operation segmentation and automatic assignment during BOM generation have been improved.
- The internal Id column is now hidden in the Manufacturing Operation configuration.
Virtual Components and Treatments
- Specific suffixes have been added for virtual components representing Treatments and Finishes.
- The functional name of the treatment or finish is preserved, using the suffix only to build the virtual component reference.
Property Card improvements
- Manufacturing and Commercial data can now be displayed simultaneously.
- Previous restrictions that hid one section while the other was displayed have been removed.
- Functional consistency between commercial and manufacturing information has been improved.
Commercial Category improvements
- The Category associated with Suppliers and Manufacturers has been added to the Addin configuration.
- Editing, persistence, and validation of these categories have been fully integrated.
Bill of Materials improvements
- A new Volume property, automatically calculated from SolidWorks and ready for export to Odoo, has been added.
- Handling of suppressed components has been improved by avoiding unnecessary validations and displaying more accurate warnings.
- Grouped Table materialization has been improved while maintaining consistency with the Full Table.
- Grouping of virtual components and quantity calculations have been fixed.
Stability improvements
- Active document detection during BOM export after switching documents in SolidWorks has been improved.
- Image retrieval for virtual components has been stabilized to prevent SolidWorks freezes.
- Management of documents opened during image generation has been improved.
- Associated files are now also preserved for virtual components during export.
🚀 Result for the user
- Ability to export the Grouped Table directly to Odoo using exactly the quantities displayed on screen.
- Complete synchronization of Supplier and Manufacturer commercial information between SolidWorks and Odoo.
- Much more flexible configuration of Manufacturing Operations and Virtual Components.
- Smarter automatic Supplier and Manufacturer assignment based on Category.
- Better consistency between the Property Card, Bill of Materials, and export process.
- Greater stability during BOM generation and export to Odoo.
- A cleaner and better organized interface for managing commercial data.
IC2E SWOdoo v3.1.0.52
(12/06/2026)
🔧 Main improvements
SolidWorks property reading and writing improvements
- Property reading has been improved when working at File, Configuration, or Configuration + File level.
- Property saving has been improved for File, Configuration, and Configuration + File modes.
- Handling of the Material property in the Property Card has been improved.
- Detection of properties pending application in the Property Card has been improved.
- Consistency between property reading and writing modes has been improved.
- Export behavior has been improved when properties are read and written exclusively at File level.
Restrictions and validations for derived configurations and sheet metal
- Export of derived configurations is restricted when properties are read or written exclusively at File level.
- Export of sheet metal flat patterns is restricted when properties are read or written exclusively at File level.
- Automatic validations have been added to the Options form to prevent incompatible configuration combinations.
- Functional consistency between property read/write modes and the available export options has been improved.
Odoo Route export improvements
- Dependency on XML IDs for Odoo Route detection has been removed.
Automatic detection has been added for the following routes:
- Replenish on Order (MTO)
- Buy
- Manufacture
- Subcontracting
- MTO Route export can now be enabled manually regardless of the capabilities detected in the database.
- Support has been added for exporting products using the Subcontracting Route.
- Assignment of Buy and MTO Routes during export has been fixed.
- Checks dependent on permissions for ir.model.data have been removed.
- Warnings are displayed during export when a requested Route does not exist in Odoo.
Odoo dynamic property export improvements
- Export to Odoo's dynamic product_properties field has been enabled.
- Dynamic properties are automatically resolved according to the product Category.
- Text-type dynamic properties are supported.
- Warnings are displayed when a dynamic property does not exist in the assigned Category.
- Warnings are displayed when a dynamic property exists but uses an unsupported data type.
BOM and Cut List export improvements
- Cut List items in simple single-body sheet metal parts are no longer exported when no flat-pattern configuration exists.
- BOM structure generation has been improved for mixed sheet metal and Cut List scenarios.
- If a product has no Category assigned, the default Goods or All Category is automatically assigned.
- An error occurring during product Category export has been fixed.
Manufacturing Operation improvements
- When updating a BOM containing Manufacturing Operations, existing operations are removed first and then exported again.
- Consistency between the BOM structure and its associated operations has been improved.
Usability and localization improvements
- Localization of Addin texts and messages has been expanded.
- Tooltips across different forms and options have been improved.
- A confirmation warning is displayed before export when SolidWorks image retrieval is enabled.
Odoo-related improvements
- Product Variant support is temporarily hidden in version 3.1.
- Database capability detection has been simplified by removing dependencies on elevated permissions.
- Overall integration robustness across different Odoo versions has been improved
🚀 Result for the user
- Greater flexibility when working with properties at File or Configuration level.
- Lower risk of generating duplicate or inconsistent products when exporting derived configurations and sheet metal flat patterns.
- More reliable Odoo Route export compatible with different versions and installations.
- Support for Odoo dynamic properties directly from SolidWorks.
- Better issue diagnostics thanks to new functional warnings.
- Greater stability when exporting complex BOMs.
- Better user experience through new validations, Tooltips, and informational messages.
- Less dependency on specific technical permissions within Odoo.
- Greater compatibility with customized or translated Odoo databases.
IC2E SWOdoo v3.1.0.39
(01/06/2026)
🔧 Main improvements
Derived configuration, sheet metal, and Cut List improvements
- Export of sheet metal flat patterns has been fixed so that it is independent of the option for exporting regular derived configurations.
- A specific functional option for exporting sheet metal flat patterns has been added.
- Derived configuration injection logic has been refactored to distinguish between regular derived configurations, sheet metal flat-pattern configurations, and machined and welded configurations.
- Detection and export of sheet metal flat-pattern configurations have been improved.
- Detection of machined and welded configurations has been improved using actual SolidWorks information.
- Icon assignment for flat-pattern and welded derived configurations has been fixed.
Sheet metal part management improvements
- Reading and display of sheet metal thickness in flat-pattern configurations have been improved.
- Display of sheet metal thickness in simple sheet metal parts without a Cut List has been fixed.
- Detection of multibody sheet metal parts has been improved.
- Incorrect assignment of sheet metal properties to parts with multiple Cut Lists or multiple bodies has been prevented.
- Automatic visibility of the Sheet Metal Thickness column in the BOM form has been improved.
Odoo export improvements
- An error when exporting numeric float fields using regional settings with a comma decimal separator has been fixed.
- Component weight export to Odoo has been improved.
- An internal data-type catalog for standard fields exported to Odoo has been introduced.
- Value conversion before transmission via JSON-RPC has been improved.
Simplified Manufacturing Operation management
- Management of the Export Manufacturing Operations option has been simplified.
- The functionality no longer depends on certain capability checks against the Client's Odoo database.
- Consistency between user-configured options and actual export behavior has been improved.
Stability and diagnostic improvements
- Detection of the active SolidWorks model when generating the Bill of Materials has been improved.
- Robustness of the BOM creation process after active-document changes has been improved.
- BOM generation logging has been expanded to make issue diagnosis easier.
🚀 Result for the user
- More reliable export of sheet metal flat patterns.
- Better support for complex derived configurations.
- Better behavior with multibody parts and Cut Lists.
- More consistent and visible sheet metal thickness information.
- Lower risk of errors when exporting numeric data to Odoo.
- Easier Manufacturing Operation configuration.
- Greater stability when generating Bills of Materials after switching documents in SolidWorks.
- Easier issue diagnosis through more comprehensive logs.
IC2E SWOdoo v3.1.0.31
IC2E SWOdoo v3.1.0.31
(27/05/2026)
🔧 Main improvements
Cut List and sheet metal support improvements
- Specific support has been added for SHEET_METAL Cut List items.
- Functional and visual classification of Cut List items has been improved: Profiles, Sheet Metal, Inserted Part, and Solid Body.
- Support for real previews of sheet metal items within Cut Lists has been added.
- Behavior for sheet metal parts containing multiple bodies has been improved.
- Name and Reference fallback behavior has been improved by automatically using the Cut List folder name when specific properties are unavailable.
New properties specific to Cut List items
- The new PRPEspesorChapa property has been added.
- Automatic thickness reading from the SolidWorks CutListFolder has been added.
- Runtime BOM support for sheet metal-specific properties has been added.
- New sheet metal-specific columns have been added to UIBOM.
- Handling of empty/null values in Cut List-specific properties has been improved.
Options form improvements
- A new Cut List section/tab has been added under Options → Properties.
- A new DataGrid specifically for Cut List item properties has been added.
- The DataGrid has been visually simplified by hiding unnecessary columns such as BOM.
Automatic Reference and profile improvements
- Consistency of automatic Reference generation for Cut List items has been improved.
- Reference pattern logic has been centralized.
- Support has been added for length modifiers and custom separators with FileRef.
- Normalization and cleanup of generated References have been standardized.
- Contextual help for Reference patterns has been improved.
BOM saving, validation, and stability improvements
- Saving new properties on Cut List items has been fixed.
- Persistence of Cut List properties that did not previously exist in SolidWorks has been improved.
- Updating errors and warnings after saving BOM rows has been fixed.
- Visual and functional refresh of Cut List rows has been fixed.
- Duplicate warnings have been removed.
Material export and control improvements
- Material Export control during BOM export has been fixed.
- Materials are no longer created or validated when Material Export is disabled.
- Material export logic for parts without exportable descendants has been fixed.
- Material existence in Odoo is now correctly checked for Cut List items as well.
Restrictions for Demo users
- Excel and Google export restrictions have been added for non-administrator Demo users.
General improvements
- Consistency between the Property Card, Options, and UIBOM has been improved.
- Properties read at File level can now be correctly marked and saved in the active configuration.
🚀 Result for the user
- Better support for sheet metal parts and complex Cut Lists.
- More representative and consistent previews for Cut List items.
- Better visual and functional control of profile- and sheet metal-specific properties.
- More reliable and consistent automatic References.
- Fewer duplicate validation errors.
- More robust and consistent BOM exports.
- Better functional control for Demo users.
- Greater stability when working with complex SolidWorks and Odoo structures.
IC2E SWOdoo v3.1.0.26
(24/05/2026)
🔧 Main improvements
Improvements to image retrieval in the Bill of Materials form
- Images for Cut List items containing several equivalent solid bodies now display a single representative body.
- Preview retrieval for derived configurations and Cut List items has been improved, reducing dependency on SolidWorks document thumbnails.
- If the .sldlfp file used by a profile item cannot be found, a warning is displayed on the corresponding row.
Automatic Reference generation improvements
- Pattern-based References are no longer generated when the SolidWorks document has not yet been saved.
- Management of new models or models without a persistent path has been improved.
- The Reference pattern token system has been reviewed and simplified.
- Contextual help for References and Reference patterns has been improved.
Bill of Materials improvements
- Functional default values are now consolidated when CAD properties do not exist, especially Export ERP and Storable.
- Saving properties on Cut List items from UIBOM has been reviewed and consolidated.
- Duplicate error and warning messages have been removed from validation tooltips.
- Warning and error messages during export to Odoo have been improved to provide more useful information about the cause of the issue.
Usability and visual localization improvements
- Tooltips have been added to the Property Card, Options form, UIBOM form, About C2i form, and Command Launcher.
- Visibility of auxiliary calculation buttons has been improved when Dimension-related properties are disabled.
- The property previously named "Warehouse" has been functionally renamed "Storable", while maintaining internal compatibility with the existing technical key.
Local configuration improvements
- Complete reset of the local configuration has been improved.
- After restoring the configuration, the Options form now refreshes consistently.
- Visible property names are correctly restored from the default catalog.
Odoo export improvements
- Warning and error messages during export have been improved to provide clearer functional and technical information about the actual cause of failures.
- Large sets of errors are now summarized and presented in a much more readable way.
- Duplicate error and warning messages have been removed from UIBOM validation tooltips.
- Functional default values are now consolidated when CAD properties do not exist, especially Export ERP and Storable.
- Saving properties on Cut List items from UIBOM has been reviewed and consolidated.
🚀 Result for the user
- Better diagnostics when images or previews cannot be obtained for certain items.
- More representative previews for Cut List items and derived configurations.
- Less visual noise from duplicate messages.
- Clearer error messages during Odoo exports.
- Safer handling of new SolidWorks documents that have not yet been saved.
- Clearer forms thanks to new tooltips.
- More robust configuration when restoring default values.
- Better functional consistency between CAD properties, Addin options, and export behavior.
- Much clearer and more useful export messages for diagnosing permission, configuration, or data issues in Odoo.
- Less visual noise thanks to duplicate-message removal.
- Greater robustness when working with new SolidWorks documents that have not yet been saved.
- More representative previews for Cut List items and derived configurations.
- Clearer and easier-to-use forms thanks to new tooltips and visual improvements.
- More robust configuration when restoring default values.
IC2E SWOdoo v3.1.0.13
(15/05/2026)
🔧 Main improvements
- Improved behavior of the Manufacturing Operations tab when the Client's Odoo database does not allow operations to be exported directly.
- Manufacturing Operations can still be edited even when direct export to Odoo is unavailable.
- Improved saving of changes in the Bill of Materials form.
- Non-saveable items, such as virtual items or read-only rows, can no longer be edited.
- Checkbox columns can no longer be edited on non-editable rows in the Bill of Materials form.
- Handling of real components that depend on virtual items within the BOM structure has been improved.
- Visual validation of rows with automatically generated References has been improved.
- Addin login has been optimized by reducing unnecessary calls to SolidWorks.
- Loading of SolidWorks libraries and materials has been improved through internal caching.
- The material cache is automatically cleared when logging out.
- Stability of calls executed on the SolidWorks thread has been improved.
- Internal adjustments have been made to the SolidWorks integration to reduce waiting times and improve the Addin's overall responsiveness.
🚀 Result for the user
- Faster login.
- Improved performance across multiple areas of the Addin.
- Safer editing of the Bill of Materials.
- Better control over which rows can be modified and saved.
- Lower risk of saving changes to incorrect items.
- More consistent behavior in models with virtual components, derived configurations, and advanced BOM structures.
IC2E SWOdoo v3.1.0.0
Version 3.1 represents a major evolution of the IC2ESWOdoo Addin, focused on improving the stability, performance, and reliability of the main SolidWorks–Odoo integration processes.
This version particularly strengthens Bill of Materials workflows, property editing from the BOM form, SolidWorks material management, and Addin behavior during login and logout.
The main objective of this version is to provide a more robust, faster, and more consistent user experience, reducing unnecessary waiting times and preventing invalid edits or saves.
🚀 Main features of version 3.1.0.0
- Advanced derived configuration management
- Manufacturing Operation export
- SolidWorks Material export
- Property export as Manufacturing Operations
- Property export as subcomponents
- Associated file export
- Route export
- Pre-export validations
- Excel export
- Sheet metal flat-pattern export
- Profile and Cut List item export
- Editable BOM form for modifying properties across multiple components