Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
3
web_widget_one2many_tree_line_duplicate/readme/CONTRIBUTORS.md
Executable file
3
web_widget_one2many_tree_line_duplicate/readme/CONTRIBUTORS.md
Executable file
@@ -0,0 +1,3 @@
|
||||
- [Tecnativa](https://www.tecnativa.com/):
|
||||
- Alexandre Díaz
|
||||
- Carlos Roca
|
||||
1
web_widget_one2many_tree_line_duplicate/readme/DESCRIPTION.md
Executable file
1
web_widget_one2many_tree_line_duplicate/readme/DESCRIPTION.md
Executable file
@@ -0,0 +1 @@
|
||||
Allow to add a icon to clone the line.
|
||||
1
web_widget_one2many_tree_line_duplicate/readme/ROADMAP.md
Executable file
1
web_widget_one2many_tree_line_duplicate/readme/ROADMAP.md
Executable file
@@ -0,0 +1 @@
|
||||
- Add an option to control which columns are copied
|
||||
12
web_widget_one2many_tree_line_duplicate/readme/USAGE.md
Executable file
12
web_widget_one2many_tree_line_duplicate/readme/USAGE.md
Executable file
@@ -0,0 +1,12 @@
|
||||
This module works on all one2many tree views. The cloning process
|
||||
doesn't trigger onchange/default calls.
|
||||
|
||||
**Available Options**
|
||||
|
||||
- allow_clone \> Add the icon to clone the line (default: false)
|
||||
|
||||
**Examples**
|
||||
|
||||
``` xml
|
||||
<field name="order_line" widget="section_and_note_one2many" mode="tree,kanban" options="{'allow_clone': True}" attrs="{'readonly': [('state', 'in', ('done','cancel'))]}">
|
||||
```
|
||||
Reference in New Issue
Block a user