[ADD]: Images: anonymization, association, auction, auditrail

bzr revid: vro@tinyerp.com-20110314115531-mqsc31bn9h4u4ccm
This commit is contained in:
vro 2011-03-14 17:25:31 +05:30
parent 721d40f606
commit d5dbf3c1f0
4 changed files with 22 additions and 14 deletions

View File

@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>). All Rights Reserved
# $Id$
#
@ -22,11 +22,12 @@
{
'name': 'Database anonymization module',
'name': 'Database Anonymization',
'version': '1.0',
'category': 'Tools',
'description': """
This module allows you to anonymize a database.
===============================================
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
@ -44,5 +45,6 @@ This module allows you to anonymize a database.
'installable': True,
'active': False,
'certificate': '00719010980872226045',
'images': ['images/anonymization1.jpeg','images/anonymization2.jpeg','images/anonymization3.jpeg'],
}

View File

@ -24,7 +24,10 @@
'name': 'Association profile',
'version': '0.1',
'category': 'Profile',
'description': """This module is to create Profile for Associates""",
'description': """
This module is to configure modules related to an association.
==============================================================
""",
'author': 'OpenERP SA',
'depends': ['membership', 'event'],
'update_xml': ['security/ir.model.access.csv', 'profile_association.xml'],
@ -32,5 +35,6 @@
'installable': True,
'active': False,
'certificate': '0078696047261',
'images': ['images/association1.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -25,18 +25,19 @@
'version': '1.0',
'category': 'Generic Modules/Auction',
'description': """
This module manages the records of the artists,
the articles to be put up for auction,the buyers and
sellers.
This module manages the records of artists, auction articles, buyers and sellers.
=================================================================================
It completely manages an auction such as managing bids,
keeping track of the sold articles along with the paid
and unpaid objects including delivery of the articles.
Dashboards for auction that includes:
* My Latest Objects (list)
* My Latest Deposits (list)
The dashboard for auction includes:
* Latest Objects (list)
* Latest Deposits (list)
* Objects Statistics (list)
* My Objects By Day (list)
* Total Adjudications (graph)
* Min/Adj/Max (graph)
* Objects By Day (graph)
""",
'author': 'OpenERP SA',
'depends': ['base', 'account', 'hr_attendance'],
@ -67,5 +68,6 @@
'installable': True,
'active': False,
'certificate': '0039333102717',
'images': ['images/auction1.jpeg','images/auction2.jpeg','images/auction3.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -25,11 +25,10 @@
'version': '1.0',
'category': 'Generic Modules/Others',
'description': """
This module gives the administrator the rights
to track every user operation on all the objects
of the system.
This module lets administrator track every user operation on all the objects of the system.
===========================================================================================
Administrator can subscribe rules for read,write and
The administrator can subscribe to rules for read, write and
delete on objects and can check logs.
""",
'author': 'OpenERP SA',
@ -46,5 +45,6 @@
'installable': True,
'active': False,
'certificate': '0062572348749',
'images': ['images/audittrail1.jpeg','images/audittrail2.jpeg','images/audittrail3.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: