[IMP] Inverting personnal tasks and notes importancies

bzr revid: fp@tinyerp.com-20121115104345-1dkpg3rrk2j84wnj
This commit is contained in:
Fabien Pinckaers 2012-11-15 11:43:45 +01:00
parent c6b5ca0a07
commit c2667f13ad
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ Notes can be found in the 'Home' menu.
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://openerp.com', 'website': 'http://openerp.com',
'summary': 'Sticky notes, Collaborative, Memos', 'summary': 'Sticky notes, Collaborative, Memos',
'sequence': 9,
'depends': [ 'depends': [
'mail', 'mail',
], ],

View File

@ -24,7 +24,7 @@
'name': 'Todo Lists', 'name': 'Todo Lists',
'version': '1.0', 'version': '1.0',
'category': 'Project Management', 'category': 'Project Management',
'sequence': 9, 'sequence': 100,
'summary': 'Personal Tasks, Contexts, Timeboxes', 'summary': 'Personal Tasks, Contexts, Timeboxes',
'description': """ 'description': """
Implement concepts of the "Getting Things Done" methodology Implement concepts of the "Getting Things Done" methodology