Foram Katharotiya (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-addons21-project-fka into lp:openobject-addons.
Requested reviews: Atul Patel(OpenERP) (atp-openerp) For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons21-project-fka/+merge/134845 Hello Sir, - In tasks kanban:change priority behaviour of star. activate star: set priority to Important Unactivate star: set priority to Medium Thanks, FKA -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons21-project-fka/+merge/134845 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-addons21-project-fka.
=== modified file 'project/project_view.xml' --- project/project_view.xml 2012-11-15 12:38:51 +0000 +++ project/project_view.xml 2012-11-19 09:01:50 +0000 @@ -534,9 +534,9 @@ <a t-if="record.kanban_state.raw_value === 'normal'" type="object" string="In Progress" name="set_kanban_state_done" class="oe_kanban_status"> </a> <a t-if="record.kanban_state.raw_value === 'done'" type="object" string="Ready for next stage" name="set_kanban_state_blocked" class="oe_kanban_status oe_kanban_status_green"> </a> <a t-if="record.kanban_state.raw_value === 'blocked'" type="object" string="Blocked" name="set_kanban_state_normal" class="oe_kanban_status oe_kanban_status_red"> </a> - <a t-if="record.priority.raw_value == 2" type="object" string="Important" name="set_very_high_priority" class="oe_e oe_star_on">7</a> - <a t-if="record.priority.raw_value == 1 or record.priority.raw_value == 3 or record.priority.raw_value == 4" type="object" string="Normal" name="set_normal_priority" class="oe_e oe_star_off">7</a> - <a t-if="record.priority.raw_value == 0" type="object" string="Very Important" name="set_high_priority" class="oe_e oe_star_very_high_priority">7</a> + <a t-if="record.priority.raw_value == 1" type="object" string="Important" name="set_very_high_priority" class="oe_e oe_star_on">7</a> + <a t-if="record.priority.raw_value == 2 or record.priority.raw_value == 3 or record.priority.raw_value == 4" type="object" string="Normal" name="set_high_priority" class="oe_e oe_star_off">7</a> + <a t-if="record.priority.raw_value == 0" type="object" string="Very Important" name="set_normal_priority" class="oe_e oe_star_very_high_priority">7</a> <img t-att-src="kanban_image('res.users', 'image_small', record.user_id.raw_value)" t-att-title="record.user_id.value" width="24" height="24" class="oe_kanban_avatar"/> </div> <div class="oe_kanban_footer_left">
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp