| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 130 |
| Technical Name |
sensible_one2many_multi_edit |
| License | OPL-1 |
| Website | https://sensiblecs.com |
| Versions | 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 130 |
| Technical Name |
sensible_one2many_multi_edit |
| License | OPL-1 |
| Website | https://sensiblecs.com |
| Versions | 18.0 19.0 |
Implementation Example
Simply add the options="{'enable_multi_edit': '1'}" parameter to your one2many field in XML views:
<field name="your_one2many_field_name" widget="one2many" options="{'enable_multi_edit': '1'}">
<!-- your field definition -->
</field>
That's it! No additional configuration needed.
Works with standard one2many widget
No additional dependencies or new widgets required
Compatible with existing one2many fields
Live Usage Demo
Watch how the multi-edit functionality works in action:
Selection Checkboxes
Automatic selection checkboxes appear when multi-edit is enabled
Select multiple records using checkboxes or "Select All" functionality
Real-Time Multi-Edit
Edit any field in a selected record and watch the same change automatically apply to all other selected records in real-time
Need Support
Bug reporting
If you encounter any issues or inconsistencies with our product, don't hesitate to contact us at info@sensiblecs.com. we remain dedicated to continuously enhancing our tools to provide you with the best possible experience.
Share Your Feature Requests and Module Ideas (Complimentary Development)
At Sensible Consulting Services, we're deeply committed to continuously improving our product and ensuring they meet your needs. We value your input and would greatly appreciate any feedback or suggestions you may have, don't hesitate to contact us at info@sensiblecs.com. If your requirements align with public use cases and can be efficiently integrated, we'll prioritize them on our development roadmap.
This to-do list is processed regularly at no additional cost. While we cannot guarantee specific deadlines or the final design, it's a great opportunity to request desired features without any financial commitment or risks. It's an excellent way to influence the development of our product, helping us better meet your needs over time.
General Inquiries and Miscellaneous Issues
Don't hesitate to reach out with any questions, concerns, or uncertainties
If you have any additional questions or concerns, don't hesitate to contact us at info@sensiblecs.com. Feel free to contact us anytime, and we'll provide the support you need to resolve any doubts.
Our Services
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