~openerp-community/openobject-addons/rahal-trunk-addons

« back to all changes in this revision

Viewing changes to project/board_project_view.xml

  • Committer: Thibault Francois
  • Date: 2010-11-12 13:44:40 UTC
  • mfrom: (3164.153.45 trunk-dev-addons1)
  • Revision ID: tfr@openerp.com-20101112134440-drbjwz4in82irkav
Tags: openerp-buildfail-1-3251
[FIX,IMP] addons1 : 16 Bugs fix
Plugin improvement
Demo user has user right
crm leads logs stages changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
                    <button name="do_cancel" states="draft,open,pending" string="Cancel" type="object" icon="gtk-cancel" help="For cancelling the task"/>
26
26
                    <button name="do_open" states="pending,draft,done,cancel" string="Start Task" type="object" icon="gtk-execute" help="For changing to open state" invisible="context.get('set_visible',False)"/>
27
27
                    <button groups="base.group_extended" name="%(action_project_task_delegate)d" states="pending,open,draft" string="Delegate" type="action" icon="gtk-sort-descending" help="For changing to delegate state"/>
28
 
                    <button name="action_close" states="draft,pending,open" string="Done" type="object" icon="gtk-apply" help="For changing to done state"/>
 
28
                    <button name="action_close" states="draft,pending,open" string="Done" type="object" icon="terp-dialog-close" help="For changing to done state"/>
29
29
                </tree>
30
30
            </field>
31
31
        </record>