v 11.0 v 12.0 Third Party 187
Download for v 11.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 33
Technical Name web_widget_many2many_tags_open
LicenseLGPL-3
Websitehttps://github.com/cognichain/odoo-basic-extension
Versions 12.0 11.0
You bought this module and need support? Click here!

[![License](https://img.shields.io/badge/license-LGPL--3.0-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0-standalone.html)

# Open many2many_tags record in form views

该模块可以在只读模式下打开 many2many_tags 对应的记录的表单视图。

## Usage

  • 在定义表单字段时,添加属性 {'open_view': True}widget="many2many_tags" 的字段的 options 中:

```xml <!-- 在非编辑状态下点击字段 category_id 的 tag 将会打开对应记录的表单视图 --> ... <field name="arch" type="xml">

<form string="View name">
... <field name="category_id" widget="many2many_tags" options="{'open_view': True}"/> ...

</form>

</field> ... ```

## Bug Tracker

如果遇到任何问题,欢迎在 [GitHub Issues](https://github.com/cognichain/odoo-basic-extension/issues) 进行反馈。

## Credits

### Contributors

### Maintainer

<img src="./static/description/icon.png" width="20%" alt="深圳市知链科技有限公司" />

该模块由深圳市知链科技有限公司开发及维护。

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
Ok
by
Anabela
on 5/7/20, 5:54 AM

It does what it says . The description should be only in english to prevent several warnings.


There are no comments yet!