Availability |
Odoo Online
Odoo.sh
On Premise
|
Community Apps Dependencies | Show |
Lines of code | 318 |
Technical Name |
omux_edit_mode |
License | OPL-1 |
Website | https://www.linkedin.com/in/sveltware |
Versions | 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Community Apps Dependencies | Show |
Lines of code | 318 |
Technical Name |
omux_edit_mode |
License | OPL-1 |
Website | https://www.linkedin.com/in/sveltware |
Versions | 17.0 18.0 |
The Adaptive Edit Control
Smart edit control for Odoo form views. Activate when needed. Edit only when it matters. Supports x2many. Respects permissions. Intentional. Structured. Effortless.
Controlled Edit Activation
Switch to edit mode only when needed. Reduce risks from accidental clicks or form overrides.
Global or Per-Action Control
Enable manual edit only where it's needed, system-wide or just for selected screens.
Editable x2many Fields
Unlike most modules, you can edit existing lines in sale orders and other x2many fields.
Multiple Input Styles
Choose between filled or underlined input fields to match your visual preference.
Knowledge App Support
Optional support for the Knowledge app with a dedicated toggle. No side effects on other forms.
Native & Reliable
Fully respects Odoo's permission system and view logic. No hacks, no overrides, no surprises.
Smart Edit Control
- ▸ Edit Scope: Global or Per-action via context key
- ▸ Input Style: Filled, Underlined, or Default
- ▸ Form Layout Density: Cozy, Roomy, or Default
Filled Input Style
Underlined Input Style
Frequently Asked Questions
Find answers to common questions about installation, configuration, and using the app. If you don't see your question here, feel free to reach out — we're happy to help!
Do I need advanced technical knowledge to set up this module?
Not at all for the global mode. You can enable manual editing for all forms with a single toggle — no coding required.
However, if you want to activate it only for specific views, you'll need to slightly adjust those actions by adding a simple parameter:
→ x_manual_edit=True in the action's context.
This is a one-time setup and can be done easily through Odoo's interface or via Studio.
Will enabling manual edit mode globally affect all existing forms?
Yes, if you choose the global option. That means every form view will require manual activation for editing. If you only want certain forms to require a manual toggle, you can select the action-specific approach instead.
Can I revert to the default "instant edit" behavior of Odoo 18 later?
Absolutely. Just disable the manual edit mode in the module settings. Once turned off, Odoo 18 returns to its original instant edit behavior without any additional steps.
Are there any conflicts or known compatibility issues with other modules?
In most cases, no. We’ve tested this module with core Odoo features and a variety of popular third-party apps. However, if you’ve heavily customized your forms or have modules that override form views, we recommend running tests in a staging environment first. We also provide exception logging for any unforeseen conflicts.
What about custom forms or heavily customized Odoo environments?
The module is designed with flexibility in mind. It checks each form view systematically to ensure compatibility. For deeply customized forms, you might need minimal adjustments or validations.
Does enabling these manual edit modes affect system performance?
Practically no. The overhead is minimal because the module mainly toggles flags and sets up different input styles. All logic is integrated using standard Odoo architecture without significantly impacting loading times.
Can I switch between "filled" and "underlined" input styles anytime?
Yes. Both styles are completely optional, and you can toggle between them or revert to the default borderless mode with a simple switch in the module settings.
Is this module compatible with the Odoo Knowledge application?
Yes, there is a setting within the module that allows you to enable manual editing for the Knowledge app. By default, this option is disabled. Please note that you should only enable this feature if your system alreadyhas the Knowledge app installed. Otherwise, the system will not function until the Knowledge app is installed.
Changelog
Stay up to date with the latest changes, improvements, and bug fixes to enhance your experience. Here are the details of the most recent updates and features.
Version 18.0.1.0.0
07 Jul 2025, 07:07 UTCInitial version
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