码迷,mamicode.com
首页 > 其他好文 > 详细

Odoo ir value 分析

时间:2015-03-14 21:20:42      阅读:606      评论:0      收藏:0      [点我收藏+]

标签:

源代码位置:openerp/addons/base/ir/ir_values.py

1 ACTION_SLOTS = [
2                 "client_action_multi",  # sidebar wizard action
3                 "client_print_multi",   # sidebar report printing button
4                 "client_action_relate", # sidebar related link
5                 "tree_but_open",        # double-click on item in tree view
6                 "tree_but_action",      # deprecated: same as tree_but_open
7                ]

一,可用的动作:

1.client_action_multi :wizard 动作

2.client_print_multi : 打印报表动作

3.client_acton_related: 相关链接

4.tree_but_open:双击树形视图动作

5.tree_but_action:同tree_but_open

 

Odoo ir value 分析

标签:

原文地址:http://www.cnblogs.com/kfx2007/p/4338119.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!