[IMP] point_of_sale: rename Start Selling to Resume Session when appropriate

bzr revid: fva@openerp.com-20130919135413-6hwj3b7vxstf8wq1
This commit is contained in:
Frédéric van der Essen 2013-09-19 15:54:13 +02:00
parent 95f57faabd
commit 6700ef32bd
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<field name="pos_state" invisible="1" />
</group>
<field name="pos_session_id" invisible="1"/>
<button name="open_ui" type="object" string="Start Selling"
<button name="open_ui" type="object" string="Resume Session"
attrs="{'invisible' : [('pos_state', 'not in', ('opened',))]}"
class="oe_highlight"
/>