You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
oca-travis bd5a0367a7 [UPD] Update web_widget_one2many_tags.pot 6 years ago
..
i18n [UPD] Update web_widget_one2many_tags.pot 6 years ago
static [FIX] eval column's context 8 years ago
views [ADD] web_widget_one2many_tags 8 years ago
README.rst [FIX] web_widget_one2many_tags: README 8 years ago
__init__.py [ADD] web_widget_one2many_tags 8 years ago
__openerp__.py [RFR] in order to work properly, we need to use FieldOne2Many's caching logic 8 years ago

README.rst

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: 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.

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/162/8.0

For further information, please visit:

* https://www.odoo.com/forum/help-1

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/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 <https://github.com/OCA/web/issues/new?body=module:%20web_widget_one2many_tags%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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
----------

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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.