[FIX] account_followup, usability: modified the group on the button 'Mark as Done'

bzr revid: qdp-launchpad@openerp.com-20130522080928-u5f78ir49s2i1gev
This commit is contained in:
Quentin (OpenERP) 2013-05-22 10:09:28 +02:00
parent 7b773c1fbc
commit d08295abf6
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
<button name="action_done" type="object" string="⇾ Mark as Done"
help="Click to mark the action as done." class="oe_link"
attrs="{'invisible':[('payment_next_action_date','=', False)]}"
groups="base.group_partner_manager"/>
groups="account.group_account_user"/>
<field name="payment_next_action" placeholder="Action to be taken e.g. Give a phonecall, Check if it's paid, ..."/>
</div>
</group>