Availability |
Odoo Online
Odoo.sh
On Premise
|
Technical Name |
web_widget_one2many_tags |
License | AGPL-3 |
Tags widget for one2many fields
This module adds a widget one2many_tags that looks and behaves like many2many_tags, but works for one2many fields.
Usage
To use this module, use widget="one2many_tags" on your field element.
For further information, please visit:
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback here.
Known issues / Roadmap
- as one2many fields are cached on the client side until the user hits Save on the main form, no name_get can be called on those records, which is why changes that update the display name are not reflected until saving, and new records are displayed as New record until then. If you don't like this, add the field display_name to your form and have it recomputed in an @onchange handler.
Credits
Contributors
- Holger Brunn <hbrunn@therp.nl>
- Iván Todorovich <ivan.todorovich@gmail.com>
- Peter Hahn <peter.hahn@initos.com>
Maintainer

This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit https://odoo-community.org.
Please log in to comment on this module