| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 174 |
| Technical Name |
hdk_field_copy |
| License | OPL-1 |
Dynamic Field Copy Control
A powerful module to dynamically force or restrict the duplication of specific records' fields across any Odoo model globally without custom code.
Key Features
Force Copy Fields
Ensure that critical field values are always carried over when duplicating records. Select specific models and fields to forcefully copy them, bypassing standard base restrictions.
Restrict Copy Fields
Strictly prevent sensitive or unique values from being duplicated onto new records. Select models and fields to automatically wipe those fields when duplicating.
How to Configure
- Install the module in your Odoo instance.
- Navigate to Settings.
- Locate the Field Copy Config section.
- In the Force Copy Fields settings, choose the models and which exact fields should always be copied.
- In the Restrict Copy Fields settings, choose the models and which fields should never be copied.
- Use the standard "Duplicate" action on any record of those models, and witness the new configurations applied instantly.
Workflow Highlights
Setup and Configuration
Configure your field copy rules right from the settings.
Fields configured here will explicitly get their `copy=True` status registered, meaning their exact data payload maps directly over to clones.
Fields configured here will emphatically have their duplication disabled (`copy=False`), causing duplicated records to hold an empty value for this field.
Duplicate The Record
Now open your record and click on gear icon and then duplicate the record. You will see the force copy field will populate the data and restricted copy field will not populate the data .
Support & Contact
sales@hamdek.com
www.hamdek.com
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