~vauxoo/addons-vauxoo/7.0-user_story_fix1-kty

« back to all changes in this revision

Viewing changes to expired_task_information/security/config_task_security.xml

  • Committer: Gabriela
  • Date: 2013-09-12 21:50:48 UTC
  • mto: This revision was merged to the branch mainline in revision 816.
  • Revision ID: gabriela@openerp.com.ve-20130912215048-f0oajd8rcehkuzje

[ADD] Added module to management
task expired called expired_task_information.
For details of changes of module:
lp:~vauxoo/addons-vauxoo/7.0-jose_send_mail_status_task.
[IMP] Added template to task expired.
For more details: >lp:~vauxoo/addons-vauxoo/7.0-expired_task_template_gaby

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='utf-8'?>
 
2
<openerp>
 
3
<data noupdate="1">
 
4
 
 
5
    <record id="group_config_task_expiry" model="res.groups">
 
6
        <field name="name">Config Expired Task</field>
 
7
    </record>
 
8
    
 
9
 
 
10
</data>
 
11
</openerp>