[ADD]: Images: fetchmail, idea, knowledge, l10n_be, l10n_br

bzr revid: vro@tinyerp.com-20110315115724-jg6wr6e6p1q4az3v
This commit is contained in:
vro 2011-03-15 17:27:24 +05:30
parent f872742018
commit 2decd59a65
5 changed files with 32 additions and 18 deletions

View File

@ -2,7 +2,7 @@
#-*- coding:utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
# mga@tinyerp.com
#
@ -26,12 +26,14 @@
"version" : "1.0",
"depends" : ["base", 'mail_gateway'],
"author" : "OpenERP SA",
"description": """Fetchmail:
* Fetch email from Pop / IMAP server
* Support SSL
* Integrated with all Modules
* Automatic Email Receive
* Email based Records (Add, Update)
"description": """
Fetch email from POP / IMAP servers.
====================================
* Supports SSL
* Integrated with all modules
* Automatically receive email
* Email-based record operations (Add, Update)
""",
'website': 'http://www.openerp.com',
'init_xml': [],
@ -46,4 +48,5 @@
'installable': True,
'active': False,
'certificate' : '00692978332890137453',
'images': ['images/1_email_servers.jpeg'],
}

View File

@ -25,11 +25,13 @@
'version': '0.1',
'category': 'Tools',
'description': """
This module allows your user to easily and efficiently participate in the innovation of the enterprise.
This module allows your user to easily and efficiently participate in enterprise innovation.
============================================================================================
It allows everybody to express ideas about different subjects.
Then, other users can comment on these ideas and vote for particular ideas.
Each idea has a score based on the different votes.
The managers can obtain an easy view on best ideas from all the users.
The managers can obtain an easy view of best ideas from all the users.
Once installed, check the menu 'Ideas' in the 'Tools' main menu.""",
'author': 'OpenERP SA',
'website': 'http://openerp.com',
@ -51,5 +53,6 @@
],
'installable': True,
'certificate': '0071515601309',
'images': ['images/1_ideas.jpeg','images/2_idea_categories.jpeg','images/3_vote_idea.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -25,7 +25,9 @@
"version" : "1.0",
"depends" : ["base"],
"author" : "OpenERP SA",
"description": """Installer for knowledge-based tools
"description": """
Installer for knowledge-based tools.
====================================
""",
'website': 'http://www.openerp.com',
'init_xml': [],
@ -39,5 +41,6 @@
'installable': True,
'active': False,
'certificate' : '001278773815843749581',
'images': ['images/1_config_knowledge.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -23,20 +23,20 @@
'category': 'Localisation/Account Charts',
'description': """
This is the base module to manage the accounting chart for Belgium in OpenERP.
==============================================================================
After Installing this module,The Configuration wizard for accounting is launched.
After installing this module, the Configuration wizard for accounting is launched.
* We have the account templates which can be helpful to generate Charts of Accounts.
* On that particular wizard,You will be asked to pass the name of the company,the chart template to follow,the no. of digits to generate the code for your account and Bank account,currency to create Journals.
Thus,the pure copy of Chart Template is generated.
* This is the same wizard that runs from Financial Management/Configuration/Financial Accounting/Financial Accounts/Generate Chart of Accounts from a Chart Template.
* On that particular wizard, you will be asked to pass the name of the company, the chart template to follow, the no. of digits to generate, the code for your account and bank account, currency to create journals.
Thus,the pure copy of Chart Template is generated.
Wizards provided by this module:
* Partner VAT Intra: Enlist the partners with their related VAT and invoiced amounts.Prepares an XML file format.
Path to access : Financial Management/Reporting//Legal Statements/Belgium Statements/Partner VAT Listing
Path to access : Accounting/Reporting//Legal Statements/Belgium Statements/Partner VAT Listing
* Periodical VAT Declaration: Prepares an XML file for Vat Declaration of the Main company of the User currently Logged in.
Path to access : Financial Management/Reporting/Legal Statements/Belgium Statements/Periodical VAT Declaration
Path to access : Accounting/Reporting/Legal Statements/Belgium Statements/Periodical VAT Declaration
* Annual Listing Of VAT-Subjected Customers: Prepares an XML file for Vat Declaration of the Main company of the User currently Logged in.Based on Fiscal year
Path to access : Financial Management/Reporting/Legal Statements/Belgium Statements/Annual Listing Of VAT-Subjected Customers
Path to access : Accounting/Reporting/Legal Statements/Belgium Statements/Annual Listing Of VAT-Subjected Customers
""",
'author': 'OpenERP SA',
@ -61,5 +61,6 @@
'demo_xml': [],
'installable': True,
'certificate': '0031977724637',
'images': ['images/1_config_chart_l10n_be.jpeg','images/2_l10n_be_chart.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -20,7 +20,10 @@
{
'name': 'Brazilian Localization',
'description': 'Brazilian Localization',
'description': """
This is the base module to manage the accounting chart for Brazil in OpenERP.
==============================================================================
""",
'category': 'Localisation/Account Charts',
'author': 'OpenERP Brasil',
'website': 'http://openerpbrasil.org',
@ -36,6 +39,7 @@
],
'installable': True,
'certificate' : '001280994939126801405',
'images': ['images/1_config_chart_l10n_br.jpeg','images/2_l10n_br_chart.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: