Initial commit: Odoo 18.0-20251222 extra-addons
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 20:43:25 +00:00
parent 36e847a7df
commit adbe430761
9472 changed files with 1265727 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
- Enric Tobella \<<etobella@creublanca.es>\>
- Raf Ven \<<raf.ven@dynapps.be>\>
- Dhara Solanki \<<dhara.solanki@initos.com>\>
- [Quartile](https://www.quartile.co):
- Aung Ko Ko Lin

View File

@@ -0,0 +1,4 @@
This addon introduces a new widget. When added to a field in a tree
view, the field appears as a button which opens the record in a new tab.
When clicking on the line (but not on the button), the record is opened
in the same window (as in native Odoo).

View File

@@ -0,0 +1 @@
- Add many2one fields support.

View File

@@ -0,0 +1,13 @@
Edit the tree view and add the widget as the first field, usually, we
should use: .. code-block:: xml
> \<field name="id" widget="open_tab"/\>
You can open the record in a new tab when clicking with the mouse wheel
on the external link icon. On a usual click the record will be opened
without changes (keeping the breadcrumbs).
You can also add open-tab field in tree views by selecting "Add Open Tab
Field" field in the ir.model record. When you do this, the open-tab
field is added right after the name field in the tree if the field
exists, otherwise at the beginning of the tree.