diff --git a/addons/account/__openerp__.py b/addons/account/__openerp__.py index 50a6a15e29e..79fb564d26c 100644 --- a/addons/account/__openerp__.py +++ b/addons/account/__openerp__.py @@ -23,7 +23,12 @@ "version" : "1.1", "author" : "OpenERP SA", "category": 'Finance', - "description": """Financial and accounting module that covers: + "description": """ + Accounting and Financial Management + =================================== + + Financial and accounting module that covers: + -------------------------------------------- General accountings Cost / Analytic accounting Third party accounting @@ -32,16 +37,20 @@ Customer and Supplier Invoices Bank statements Reconciliation process by partner + Creates a dashboard for accountants that includes: - * List of uninvoiced quotations - * Graph of aged receivables - * Graph of aged incomes + -------------------------------------------------- + * List of Customer Invoice to Approve + * Company Analysis + * Graph of Aged Receivables + * Graph of Treasury The processes like maintaining of general ledger is done through the defined financial Journals (entry move line or grouping is maintained through journal) for a particular financial year and for preparation of vouchers there is a module named account_voucher. """, 'website': 'http://www.openerp.com', + 'images' : ['images/accounts.jpeg','images/bank_statement.jpeg','images/cash_register.jpeg','images/chart_of_accounts.jpeg','images/customer_invoice.jpeg','images/journal_entries.jpeg'], 'init_xml': [], "depends" : ["product", "analytic", "process","board"], 'update_xml': [ @@ -133,7 +142,7 @@ module named account_voucher. 'test/account_bank_statement.yml', 'test/account_cash_statement.yml', 'test/account_report.yml', - + ], 'installable': True, diff --git a/addons/account_analytic_analysis/__openerp__.py b/addons/account_analytic_analysis/__openerp__.py index f3dbd6b2eef..b3bdbe54e26 100644 --- a/addons/account_analytic_analysis/__openerp__.py +++ b/addons/account_analytic_analysis/__openerp__.py @@ -25,15 +25,15 @@ 'version' : '1.1', 'category' : 'Finance', 'description': """ -This module is for modifying account analytic view to show -important data to project manager of services companies. -Adds menu to show relevant information to each manager.. - +This module is for modifying account analytic view to show important data to project manager of services companies. +=================================================================================================================== +Adds menu to show relevant information to each manager. You can also view the report of account analytic summary user-wise as well as month wise. """, "author" : "Camptocamp", "website" : "http://www.camptocamp.com/", + "images" : ["images/bill_tasks_works.jpeg","images/overpassed_accounts.jpeg"], "depends" : ["hr_timesheet_invoice"], "init_xml" : [], "update_xml": [ diff --git a/addons/account_analytic_default/__openerp__.py b/addons/account_analytic_default/__openerp__.py index 61af8b65917..e14f89be0a6 100644 --- a/addons/account_analytic_default/__openerp__.py +++ b/addons/account_analytic_default/__openerp__.py @@ -25,6 +25,7 @@ 'category' : 'Finance', 'description': """Set default values for your analytic accounts Allows to automatically select analytic accounts based on criterions: +===================================================================== * Product * Partner * User @@ -33,6 +34,7 @@ Allows to automatically select analytic accounts based on criterions: """, 'author' : 'OpenERP SA', 'website' : 'http://www.openerp.com', + 'images' : ['images/analytic_defaults.jpeg'], 'depends' : ['sale'], 'init_xml' : [], 'update_xml': ['security/ir.model.access.csv', 'account_analytic_default_view.xml'], diff --git a/addons/account_analytic_plans/__openerp__.py b/addons/account_analytic_plans/__openerp__.py index b072c47735a..8f729d2ae2b 100644 --- a/addons/account_analytic_plans/__openerp__.py +++ b/addons/account_analytic_plans/__openerp__.py @@ -56,6 +56,7 @@ of distribution models. """, 'author' : 'OpenERP SA', 'website' : 'http://www.openerp.com', + 'images' : ['images/analytic_plan.jpeg'], 'depends' : ['account', 'account_analytic_default'], 'init_xml' : [], 'update_xml': [ diff --git a/addons/account_anglo_saxon/__openerp__.py b/addons/account_anglo_saxon/__openerp__.py index 107a8b6c636..a5a698a3d5c 100644 --- a/addons/account_anglo_saxon/__openerp__.py +++ b/addons/account_anglo_saxon/__openerp__.py @@ -32,6 +32,7 @@ interim account when the invoice is created to transfer this amount to the debtor or creditor account. Secondly, price differences between actual purchase price and fixed product standard price are booked on a separate account""", + "images" : ["images/account_anglo_saxon.jpeg"], "depends" : ["product", "purchase"], "category" : "Warehouse", "init_xml" : [], diff --git a/addons/account_budget/__openerp__.py b/addons/account_budget/__openerp__.py index cfe9b518243..3168cf83dd4 100644 --- a/addons/account_budget/__openerp__.py +++ b/addons/account_budget/__openerp__.py @@ -24,8 +24,9 @@ 'name': 'Budget Management', 'version': '1.0', 'category': 'Finance', - 'description': """This module allows accountants to manage analytic and crossovered budgets. - + 'description': """ +This module allows accountants to manage analytic and crossovered budgets. +========================================================================== Once the Master Budgets and the Budgets are defined (in Accounting/Budgets/), the Project Managers can set the planned amount on each Analytic Account. @@ -44,6 +45,7 @@ Three reports are available: """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/budget.jpeg','images/budgetary_position.jpeg'], 'depends': ['account'], 'init_xml': [], 'update_xml': [ diff --git a/addons/account_cancel/__openerp__.py b/addons/account_cancel/__openerp__.py index 382f982d05d..89a84bbf842 100644 --- a/addons/account_cancel/__openerp__.py +++ b/addons/account_cancel/__openerp__.py @@ -28,6 +28,7 @@ This module adds the 'Allow cancelling entries' field to the journal definition. If set to true, the user may cancel entries & invoices. Make sure to comply with the legal requirements of your country. """, 'website': 'http://www.openerp.com', + "images" : ["images/account_cancel.jpeg"], "depends" : ["account"], 'init_xml': [], 'update_xml': ['account_cancel_view.xml' ], diff --git a/addons/account_coda/__openerp__.py b/addons/account_coda/__openerp__.py index 258b34b5663..ea3e72b75f1 100644 --- a/addons/account_coda/__openerp__.py +++ b/addons/account_coda/__openerp__.py @@ -28,6 +28,7 @@ This module provides functionality to import bank statements from coda files. """, + "images" : ["images/coda_logs.jpeg","images/import_coda_logs.jpeg"], "depends" : ["account_voucher"], "demo_xml" : [], "init_xml" : [], diff --git a/addons/account_followup/__openerp__.py b/addons/account_followup/__openerp__.py index c4298799c94..17fbeb6da49 100644 --- a/addons/account_followup/__openerp__.py +++ b/addons/account_followup/__openerp__.py @@ -25,6 +25,7 @@ 'category': 'Finance', 'description': """Remind your Customers for Payment Modules to automate letters for unpaid invoices, with multi-level recalls. + ========================================================================== You can define your multiple levels of recall through the menu: Accounting/Configuration/Miscellaneous/Follow-Ups @@ -43,6 +44,7 @@ """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/follow_ups.jpeg','images/send_followups.jpeg'], 'depends': ['account'], 'init_xml': [], 'update_xml': [ diff --git a/addons/account_invoice_layout/__openerp__.py b/addons/account_invoice_layout/__openerp__.py index 226ad0a5034..b2338be2812 100644 --- a/addons/account_invoice_layout/__openerp__.py +++ b/addons/account_invoice_layout/__openerp__.py @@ -26,8 +26,10 @@ 'category': 'Finance', 'description': """Improve the standard invoice layout This module provides some features to improve the layout of the invoices. + ========================================================================= It gives you the possibility to + -------------------------------- * order all the lines of an invoice * add titles, comment lines, sub total lines * draw horizontal lines and put page breaks @@ -37,6 +39,7 @@ """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/notification_messages.jpeg'], 'depends': ['account'], 'init_xml': [], 'update_xml': [ diff --git a/addons/account_payment/__openerp__.py b/addons/account_payment/__openerp__.py index 2b8e705e796..90d403863bf 100644 --- a/addons/account_payment/__openerp__.py +++ b/addons/account_payment/__openerp__.py @@ -26,9 +26,11 @@ "category": "Finance", "description": """Prepare Global Proposals for your Supplier Payments This module provides : +---------------------- * a more efficient way to manage invoice payment. * a basic mechanism to easily plug various automated payment. """, + 'images': ['images/payment_mode.jpeg','images/payment_order.jpeg'], 'depends': ['account','account_voucher'], 'init_xml': [], 'update_xml': [ diff --git a/addons/account_sequence/__openerp__.py b/addons/account_sequence/__openerp__.py index 585f4f7c428..b89b9a6bdff 100644 --- a/addons/account_sequence/__openerp__.py +++ b/addons/account_sequence/__openerp__.py @@ -28,6 +28,7 @@ """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/internal_sequence_number.jpeg'], 'depends': ['account'], 'init_xml': [], 'update_xml': [ diff --git a/addons/account_voucher/__openerp__.py b/addons/account_voucher/__openerp__.py index cd57c361ea6..64bd45be06c 100644 --- a/addons/account_voucher/__openerp__.py +++ b/addons/account_voucher/__openerp__.py @@ -23,14 +23,16 @@ "name" : "Accounting Voucher Entries", "version" : "1.0", "author" : 'OpenERP SA', - "description": """Account Voucher module includes all the basic requirements of - Voucher Entries for Bank, Cash, Sales, Purchase, Expanse, Contra, etc... + "description": """ + Account Voucher module includes all the basic requirements of Voucher Entries for Bank, Cash, Sales, Purchase, Expanse, Contra, etc. + ==================================================================================================================================== * Voucher Entry * Voucher Receipt * Cheque Register """, "category" : "Finance", "website" : "http://tinyerp.com", + "images" : ["images/customer_payment.jpeg","images/journal_voucher.jpeg","images/sales_receipt.jpeg","images/supplier_voucher.jpeg"], "depends" : ["account"], "init_xml" : [], diff --git a/addons/analytic_journal_billing_rate/__openerp__.py b/addons/analytic_journal_billing_rate/__openerp__.py index 9365cc30db4..db7da78785e 100644 --- a/addons/analytic_journal_billing_rate/__openerp__.py +++ b/addons/analytic_journal_billing_rate/__openerp__.py @@ -24,14 +24,17 @@ 'version': '1.0', 'category': 'Human Resources', 'description': """ + This module allows you to define what is the default invoicing rate for a specific journal on a given account. + ============================================================================================================== - This module allows you to define what is the default invoicing rate for a specific journal on a given account. This is mostly used when a user encodes his timesheet: the values are retrieved and the fields are auto-filled... but the possibility to change these values is still available. + This is mostly used when a user encodes his timesheet: the values are retrieved and the fields are auto-filled. But the possibility to change these values is still available. Obviously if no data has been recorded for the current account, the default value is given as usual by the account data so that this module is perfectly compatible with older configurations. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/analytic_journal_billing_rate.jpeg'], 'depends': ['analytic_user_function', 'account', 'hr_timesheet_invoice'], 'init_xml': [], 'update_xml': ['analytic_journal_billing_rate_view.xml', 'security/ir.model.access.csv'], diff --git a/addons/analytic_user_function/__openerp__.py b/addons/analytic_user_function/__openerp__.py index cd676da2000..070ffea8e40 100644 --- a/addons/analytic_user_function/__openerp__.py +++ b/addons/analytic_user_function/__openerp__.py @@ -25,14 +25,17 @@ 'version': '1.0', 'category': 'Generic Modules/Others', 'description': """ + This module allows you to define what is the default function of a specific user on a given account. + ==================================================================================================== - This module allows you to define what is the default function of a specific user on a given account. This is mostly used when a user encodes his timesheet: the values are retrieved and the fields are auto-filled... but the possibility to change these values is still available. + This is mostly used when a user encodes his timesheet: the values are retrieved and the fields are auto-filled. But the possibility to change these values is still available. Obviously if no data has been recorded for the current account, the default value is given as usual by the employee data so that this module is perfectly compatible with older configurations. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/analytic_user_function.jpeg'], 'depends': ['hr_timesheet_sheet'], 'init_xml': [], 'update_xml': ['analytic_user_function_view.xml', 'security/ir.model.access.csv'], diff --git a/addons/anonymization/__openerp__.py b/addons/anonymization/__openerp__.py index aeebe060d1d..8f3310d587f 100644 --- a/addons/anonymization/__openerp__.py +++ b/addons/anonymization/__openerp__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution +# OpenERP, Open Source Management Solution # Copyright (C) 2004-2010 Tiny SPRL (). 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'], } diff --git a/addons/association/__openerp__.py b/addons/association/__openerp__.py index c870c52503b..c789595a750 100644 --- a/addons/association/__openerp__.py +++ b/addons/association/__openerp__.py @@ -24,7 +24,11 @@ 'name': 'Association profile', 'version': '0.1', 'category': 'General', - 'description': """This module is to create Profile for Associates""", + 'category': 'Profile', + '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 +36,6 @@ 'installable': True, 'active': False, 'certificate': '0078696047261', + 'images': ['images/association1.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/auction/__openerp__.py b/addons/auction/__openerp__.py index 60776afa843..d372794be0c 100644 --- a/addons/auction/__openerp__.py +++ b/addons/auction/__openerp__.py @@ -25,18 +25,19 @@ 'version': '1.0', 'category': 'General', '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: diff --git a/addons/audittrail/__openerp__.py b/addons/audittrail/__openerp__.py index 7d7f898518f..be6eb860bd1 100644 --- a/addons/audittrail/__openerp__.py +++ b/addons/audittrail/__openerp__.py @@ -25,11 +25,10 @@ 'version': '1.0', 'category': 'Tools', '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: diff --git a/addons/base_action_rule/__openerp__.py b/addons/base_action_rule/__openerp__.py index 0bdf7eb8c28..536b073a724 100644 --- a/addons/base_action_rule/__openerp__.py +++ b/addons/base_action_rule/__openerp__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2010 Tiny SPRL (). # @@ -15,7 +15,7 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## @@ -23,7 +23,11 @@ 'name': 'Action Rule', 'version': '1.0', 'category': 'Tools', - 'description': "This module allows to implement action rules for any object.", + 'category': 'Generic Modules/Others', + 'description': """ + This module allows to implement action rules for any object. + ============================================================ + """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', 'depends': ['base'], @@ -31,12 +35,13 @@ 'base_action_rule_data.xml' ], 'update_xml': [ - 'base_action_rule_view.xml', + 'base_action_rule_view.xml', 'security/ir.model.access.csv', ], 'demo_xml': [], 'installable': True, 'active': False, 'certificate' : '001017908446466333429', + 'images': ['images/base_action_rule1.jpeg','images/base_action_rule2.jpeg','images/base_action_rule3.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_calendar/__openerp__.py b/addons/base_calendar/__openerp__.py index 44c80ae1a58..94a698b956b 100644 --- a/addons/base_calendar/__openerp__.py +++ b/addons/base_calendar/__openerp__.py @@ -1,7 +1,57 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# Copyright (C) 2004-2010 Tiny SPRL (). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +############################################################################## + { - "name": "Hello", - "version": "2.0", - "depends": [], - "js": ["static/*/js/*.js"], - "css": [], + "name" : "Basic Calendar Functionality", + "version" : "1.0", + "depends" : ["base"], + 'description': """ + This is a full-featured calendar system. + ======================================== + + It supports: + - Calendar of events + - Alerts (create requests) + - Recurring events + - Invitations to people""", + "author" : "OpenERP SA", + 'category': 'Tools', + 'website': 'http://www.openerp.com', + "init_xml" : [ + 'base_calendar_data.xml' + ], + "demo_xml" : [], + "update_xml" : [ + 'security/calendar_security.xml', + 'security/ir.model.access.csv', + 'wizard/calendar_event_edit_all_view.xml', + 'wizard/base_calendar_invite_attendee_view.xml', + 'wizard/base_calendar_set_exrule_view.xml', + 'base_calendar_view.xml' + ], + "test" : ['test/base_calendar_test.yml'], + "installable" : True, + "active" : False, + "certificate" : "00694071962960352821", + 'images': ['images/base_calendar1.jpeg','images/base_calendar2.jpeg','images/base_calendar3.jpeg','images/base_calendar4.jpeg',], } + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_contact/__openerp__.py b/addons/base_contact/__openerp__.py index 60610e0b9ae..47e8511dc0d 100644 --- a/addons/base_contact/__openerp__.py +++ b/addons/base_contact/__openerp__.py @@ -25,7 +25,8 @@ 'version': '1.0', 'category': 'Tools', 'description': """ - This module allows you to manage your contacts entirely. + This module allows you to manage your contacts entirely. + ======================================================== It lets you define *contacts unrelated to a partner, @@ -33,8 +34,8 @@ *contacts with possibly different functions for each of its job's addresses It also adds new menu items located in - Partners \ Contacts - Partners \ Functions + Purchases / Address Book / Contacts + Sales / Address Book / Contacts Pay attention that this module converts the existing addresses into "addresses + contacts". It means that some fields of the addresses will be missing (like the contact name), since these are supposed to be defined in an other object. """, @@ -46,15 +47,16 @@ 'security/base_contact_security.xml', 'security/ir.model.access.csv', 'base_contact_view.xml', - 'base_contact_installer_view.xml', + 'base_contact_installer_view.xml', 'process/base_contact_process.xml' ], - 'demo_xml': ['base_contact_demo.xml'], + 'demo_xml': ['base_contact_demo.xml'], 'test': [ 'test/base_contact00.yml', ], 'installable': True, 'active': False, 'certificate': '0031287885469', + 'images': ['images/base_contact1.jpeg','images/base_contact2.jpeg','images/base_contact3.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_crypt/__openerp__.py b/addons/base_crypt/__openerp__.py index 9b52e48316c..01caac129fa 100644 --- a/addons/base_crypt/__openerp__.py +++ b/addons/base_crypt/__openerp__.py @@ -1,6 +1,6 @@ # -*- encoding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2009 Tiny SPRL (). # @@ -25,8 +25,11 @@ "maintainer" : "OpenERP SA", "website" : "http://www.openerp.com", "category" : "Tools", - "description": """This module replaces the cleartext password in the database with a password hash, -preventing anyone from reading the original password. + "description": """ + This module replaces the cleartext password in the database with a password hash. + ================================================================================= + +It prevents anyone from reading the original password. For your existing user base, the removal of the cleartext passwords occurs the first time a user logs into the database, after installing base_crypt. After installing this module it won't be possible to recover a forgotten password for your diff --git a/addons/base_iban/__openerp__.py b/addons/base_iban/__openerp__.py index bbd9435b63a..c55bb95e768 100644 --- a/addons/base_iban/__openerp__.py +++ b/addons/base_iban/__openerp__.py @@ -22,8 +22,9 @@ 'name': 'Create IBAN bank accounts', 'version': '1.0', 'category': 'Finance', - 'description': """Check the validity of your IBAN bank account numbers -This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for its validity. + 'description': """ + This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for its validity. + ===================================================================================================================== """, 'author': 'OpenERP SA', @@ -34,5 +35,6 @@ This module installs the base for IBAN (International Bank Account Number) bank 'installable': True, 'active': False, 'certificate': '0050014379549', + 'images': ['images/base_iban1.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_module_doc_rst/__openerp__.py b/addons/base_module_doc_rst/__openerp__.py index 3c97a89e1f9..c31d1fff2c3 100644 --- a/addons/base_module_doc_rst/__openerp__.py +++ b/addons/base_module_doc_rst/__openerp__.py @@ -24,7 +24,9 @@ 'version': '1.0', 'category': 'Tools', 'description': """ - * This module generates the Technical Guides of selected modules in Restructured Text format (RST) + This module generates the Technical Guides of selected modules in Restructured Text format (RST). + ================================================================================================= + * It uses the Sphinx (http://sphinx.pocoo.org) implementation of RST * It creates a tarball (.tgz file suffix) containing an index file and one file per module * Generates Relationship Graph @@ -37,5 +39,6 @@ 'demo_xml': [], 'installable': True, 'certificate': '001288481437217734509', + 'images': ['images/base_module_doc_rst1.jpeg'], } diff --git a/addons/base_module_quality/__openerp__.py b/addons/base_module_quality/__openerp__.py index a1aad2f18b9..ec9ec1191d2 100644 --- a/addons/base_module_quality/__openerp__.py +++ b/addons/base_module_quality/__openerp__.py @@ -26,6 +26,7 @@ 'category': 'Tools', 'description': """ The aim of this module is to check the quality of other modules. +================================================================ It defines a wizard on the list of modules in OpenERP, which allows you to evaluate them on different criteria such as: the respect of OpenERP coding @@ -34,7 +35,7 @@ standards, the speed efficiency... This module also provides generic framework to define your own quality test. For further info, coders may take a look into base_module_quality\README.txt -WARNING: This module can not work as a ZIP file, you must unzip it before +WARNING: This module cannot work as a ZIP file, you must unzip it before using it, otherwise it may crash. """, 'author': 'OpenERP SA', @@ -46,5 +47,6 @@ using it, otherwise it may crash. 'installable': True, 'active': False, 'certificate': '0175119475677', + 'images': ['images/base_module_quality1.jpeg','images/base_module_quality2.jpeg','images/base_module_quality3.jpeg'] } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_module_record/__openerp__.py b/addons/base_module_record/__openerp__.py index 47f6f274da8..fdb576e0ddd 100644 --- a/addons/base_module_record/__openerp__.py +++ b/addons/base_module_record/__openerp__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2010 Tiny SPRL (). # @@ -15,7 +15,7 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## @@ -26,6 +26,8 @@ 'category': 'Tools', 'description': """ This module allows you to create a new module without any development. +====================================================================== + It records all operations on objects during the recording session and produce a .ZIP module. So you can create your own module directly from the OpenERP client. @@ -49,5 +51,6 @@ Select datetime criteria of recording and objects to be recorded and Record modu 'demo_xml': [], 'installable': True, 'certificate': '0083134865813', + 'images': ['images/base_module_record1.jpeg','images/base_module_record2.jpeg','images/base_module_record3.jpeg',] } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_report_creator/__openerp__.py b/addons/base_report_creator/__openerp__.py index c0aa4ee7643..4c1d2dbe0e0 100644 --- a/addons/base_report_creator/__openerp__.py +++ b/addons/base_report_creator/__openerp__.py @@ -21,15 +21,18 @@ { - 'name': 'Report Creator', + 'name': 'Statistical Report Creator', 'version': '1.0', 'category': 'Tools', - 'description': """This module allows you to create any statistic -report on several objects. It's a SQL query builder and browser -for and users. + 'description': """ + This module allows you to create any statistic report on several objects. + ========================================================================= -After installing the module, it adds a menu to define custom report in -the "Dashboard" menu. +It's an SQL query builder and browser +for end-users. + +After installing the module, it adds a menu to define a custom report in +the Administration / Customization / Reporting menu. """, 'author': ['OpenERP SA', 'Axelor'], 'website': '', @@ -45,5 +48,6 @@ the "Dashboard" menu. 'installable': True, 'active': False, 'certificate': '0031285794149', + 'images': ['images/base_report_creator1.jpeg','images/base_report_creator2.jpeg','images/base_report_creator3.jpeg',], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_report_designer/__openerp__.py b/addons/base_report_designer/__openerp__.py index 4f1b3f352f0..1d280de71fe 100644 --- a/addons/base_report_designer/__openerp__.py +++ b/addons/base_report_designer/__openerp__.py @@ -21,16 +21,15 @@ { - 'name': 'Report designer interface module', + 'name': 'OpenOffice Report Designer Interface', 'version': '0.1', 'category': 'Tools', 'description': """ -This module is used along with OpenERP OpenOffice plugin. -You have to first install the plugin which is available at -http://www.openerp.com +This module is used along with OpenERP OpenOffice Plugin. +========================================================= This module adds wizards to Import/Export .sxw report that -you can modify in OpenOffice.Once you have modified it you can +you can modify in OpenOffice. Once you have modified it you can upload the report using the same wizard. """, 'author': 'OpenERP SA', @@ -42,5 +41,6 @@ upload the report using the same wizard. 'installable': True, 'active': False, 'certificate': '0056379010493', + 'images': ['images/base_report_designer1.jpeg','images/base_report_designer2.jpeg',], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_setup/__openerp__.py b/addons/base_setup/__openerp__.py index e7ec3d98d46..4babdc2bc32 100644 --- a/addons/base_setup/__openerp__.py +++ b/addons/base_setup/__openerp__.py @@ -25,17 +25,12 @@ 'version': '1.0', 'category': 'Tools', 'description': """ - This module implements a configuration system that helps user - to configure the system at the installation of a new database. + This module helps to configure the system at the installation of a new database. + ================================================================================ - It allows you to select between a list of profiles to install: - * Minimal profile - * Accounting only - * Services companies - * Manufacturing companies + It allows you to choose the type of interface and select from a list of applications to install. - It also asks screens to help easily configure your company, the header and - footer, the account chart to install and the language. + It also helps to easily configure your company. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', @@ -49,5 +44,6 @@ 'installable': True, 'active': True, 'certificate': '0086711085869', + 'images': ['images/base_setup1.jpeg','images/base_setup2.jpeg','images/base_setup3.jpeg','images/base_setup4.jpeg',], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_synchro/__openerp__.py b/addons/base_synchro/__openerp__.py index 34febafd605..42089300725 100644 --- a/addons/base_synchro/__openerp__.py +++ b/addons/base_synchro/__openerp__.py @@ -20,11 +20,14 @@ ############################################################################## { - "name":"Base Synchro", + "name":"Server Object Synchronization", "version":"0.1", "author":"OpenERP SA", "category":"Tools", - "description": """Synchronization with all objects.""", + "description": """ + Synchronization with all objects. + ================================= + """, "depends":["base"], "demo_xml":[], "update_xml":[ "wizard/base_synchro_view.xml", @@ -33,5 +36,6 @@ "active":False, "installable":True, "certificate" : "00925429283944551453", + 'images': ['images/1_servers_synchro.jpeg','images/2_synchronize.jpeg','images/3_objects_synchro.jpeg',], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_tools/__openerp__.py b/addons/base_tools/__openerp__.py index 9731d95d03c..7b38a38f6f1 100644 --- a/addons/base_tools/__openerp__.py +++ b/addons/base_tools/__openerp__.py @@ -1,11 +1,13 @@ # -*- encoding: utf-8 -*- { - "name": "Common base for tools modules", + "name": "Base Tools", "author": "OpenERP SA", "version": "1.0", "depends": ["base"], "category" : "Tools", 'description': """ + Common base for tools modules. + ============================== """, "init_xml": [], "update_xml": [ diff --git a/addons/base_vat/__openerp__.py b/addons/base_vat/__openerp__.py index 79dc982e5f7..45dbee48025 100644 --- a/addons/base_vat/__openerp__.py +++ b/addons/base_vat/__openerp__.py @@ -19,11 +19,13 @@ # ############################################################################## { - 'name': 'Base VAT - To check VAT number validity', + 'name': 'Base VAT', 'version': '1.0', 'category': 'Tools', - 'description': """Check the validity of VAT Numbers. - Enable the VAT Number for the partner. + 'category': 'Generic Modules/Base', + 'description': """ + Enable VAT Number for a partner and check its validity. + ======================================================= This module follows the methods stated at http://sima-pc.com/nif.php for checking the validity of VAT Number assigned to partners in European countries. @@ -35,5 +37,6 @@ 'installable': True, 'active': False, 'certificate': '0084849360989', + 'images': ['images/1_partner_vat.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/board/__openerp__.py b/addons/board/__openerp__.py index eb9293ecbaf..7b6225e99f0 100644 --- a/addons/board/__openerp__.py +++ b/addons/board/__openerp__.py @@ -20,10 +20,17 @@ ############################################################################## { - 'name': 'Dashboard main module', + 'name': 'Dashboard Creator', 'version': '1.0', 'category': 'Tools', - 'description': """Create your own dashboards""", + 'description': """ + Lets the user create a custom dashboard. + ======================================== + + This module also creates the Administration Dashboard. + + The user can also publish notes. + """, 'author': 'OpenERP SA', 'depends': ['base'], 'update_xml': ['security/board_security.xml','security/ir.model.access.csv', 'wizard/board_menu_create_view.xml', 'board_view.xml','board_administration_view.xml'], @@ -31,5 +38,6 @@ 'installable': True, 'active': False, 'certificate': '0076912305725', + 'images': ['images/1_dashboard_definition.jpeg','images/2_publish_note.jpeg','images/3_admin_dashboard.jpeg',], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/caldav/__openerp__.py b/addons/caldav/__openerp__.py index de5c32414b0..d0791806265 100644 --- a/addons/caldav/__openerp__.py +++ b/addons/caldav/__openerp__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2010 Tiny SPRL (). # @@ -15,20 +15,22 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## { - "name" : "Share Calendar using CalDAV", - "version" : "1.1", + "name" : "Share Calendar using CalDAV", + "version" : "1.1", "depends" : [ - "base", + "base", "document_webdav", ], - 'description': """Easily share your OpenERP calendars with your mobile device - This module Contains basic functionality for caldav system like: + 'description': """ + This module contains basic functionality for Caldav system. + =========================================================== + - Webdav server that provides remote access to calendar - Synchronisation of calendar using WebDAV - Customize calendar event and todo attribute with any of OpenERP model @@ -46,23 +48,24 @@ DATABASE_NAME: Name of database on which OpenERP Calendar is created CALENDAR_NAME: Name of calendar to access """, - "author" : "OpenERP SA", 'category': 'Tools', - 'website': 'http://www.openerp.com', - "init_xml" : ["caldav_data.xml"], - "demo_xml" : [], + "author" : "OpenERP SA", + 'website': 'http://www.openerp.com', + "init_xml" : ["caldav_data.xml"], + "demo_xml" : [], "update_xml" : [ - 'security/ir.model.access.csv', + 'security/ir.model.access.csv', 'wizard/calendar_event_export_view.xml', 'wizard/calendar_event_import_view.xml', 'wizard/calendar_event_subscribe_view.xml', 'wizard/caldav_browse_view.xml', 'caldav_view.xml', 'caldav_setup.xml' - ], - "installable" : True, - "active" : False, + ], + "installable" : True, + "active" : False, "certificate" : "00924841426645403741", + 'images': ['images/calendar_collections.jpeg','images/calendars.jpeg','images/export_ics_file.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/claim_from_delivery/__openerp__.py b/addons/claim_from_delivery/__openerp__.py index 126d23091cc..2fc0cbfa5e4 100644 --- a/addons/claim_from_delivery/__openerp__.py +++ b/addons/claim_from_delivery/__openerp__.py @@ -18,19 +18,24 @@ # ############################################################################## { - "name" : "Claim from delivery", + "name" : "Claim from Delivery", "version" : "1.0", "author" : "OpenERP SA", "category" : "Warehouse", "depends" : ["base", "crm_claim", "stock"], "init_xml" : [], "demo_xml" : [], - "description": '''Integrate your Claims Management with your Delivery Orders + "description": ''' + Create a claim from a delivery order. + ===================================== + + Adds a Claim link to the delivery order. ''', "update_xml" : ["claim_delivery_view.xml"], "active": False, "installable": True, "certificate" : "001101649349223746957", + 'images': ['images/1_claim_link_delivery_order.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/crm/__openerp__.py b/addons/crm/__openerp__.py index 68bbe1f55ed..5db4c890570 100644 --- a/addons/crm/__openerp__.py +++ b/addons/crm/__openerp__.py @@ -24,9 +24,11 @@ 'name': 'Customer & Supplier Relationship Management', 'version': '1.0', 'category': 'Sales', - 'description': """Manage your Customer & Supplier Relations with OpenERP -The generic OpenERP Customer Relationship Management -system enables a group of people to intelligently and efficiently manage + 'description': """ + The generic OpenERP Customer Relationship Management. + ===================================================== + +This system enables a group of people to intelligently and efficiently manage leads, opportunities, meeting, phonecall etc. It manages key tasks such as communication, identification, prioritization, assignment, resolution and notification. @@ -43,13 +45,10 @@ place. The CRM module has a email gateway for the synchronisation interface between mails and OpenERP. -Create dashboard for CRM that includes: - * My Leads (list) - * Leads by Stage (graph) - * My Meetings (list) - * Sales Pipeline by Stage (graph) - * My Cases (list) - * Jobs Tracking (graph) +Creates a dashboard for CRM that includes: + * Opportunities by Categories (graph) + * Opportunities by Stage (graph) + * Planned Revenue by Stage and User (graph) """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', @@ -133,5 +132,6 @@ Create dashboard for CRM that includes: 'installable': True, 'active': False, 'certificate': '0079056041421', + 'images': ['images/crm_dashboard.jpeg','images/leads.jpeg','images/meetings.jpeg','images/opportunities.jpeg','images/outbound_calls.jpeg','images/stages.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/crm_caldav/__openerp__.py b/addons/crm_caldav/__openerp__.py index 88d2da238eb..20a5114842f 100644 --- a/addons/crm_caldav/__openerp__.py +++ b/addons/crm_caldav/__openerp__.py @@ -25,8 +25,11 @@ 'name': 'Extended Module to Add CalDav feature on Meeting', 'version': '1.1', 'category': 'Sales', - 'description': """Easily Share your Meetings with your mobile device or calendar client - New Features in Meeting: + 'category': 'Generic Modules/CRM & SRM', + 'description': """ + Caldav features in Meeting. + =========================== + * Share meeting with other calendar clients like sunbird """, 'author': 'OpenERP SA', @@ -42,6 +45,7 @@ 'installable': True, 'active': False, 'certificate' : '001088048737252670109', + 'images': ['images/caldav_browse_step1.jpeg','images/caldav_browse_step2.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/crm_claim/__openerp__.py b/addons/crm_claim/__openerp__.py index 874a2364981..43894185ac0 100644 --- a/addons/crm_claim/__openerp__.py +++ b/addons/crm_claim/__openerp__.py @@ -21,11 +21,13 @@ { - 'name': 'Customer & Supplier Relationship Management', + 'name': 'Customer & Supplier Claims Management', 'version': '1.0', 'category': 'Sales', 'description': """ -This modules allows you to track your customers/suppliers claims and flames. +This modules allows you to track your customers/suppliers claims and grievances. +================================================================================ + It is fully integrated with the email gateway so that you can create automatically new claims based on incoming emails. """, @@ -44,11 +46,12 @@ automatically new claims based on incoming emails. ], 'demo_xml': [ 'crm_claim_demo.xml', - ], - 'test': ['test/test_crm_claim.yml'], + ], + 'test': ['test/test_crm_claim.yml'], 'installable': True, 'active': False, 'certificate' : '00612027414703404749', + 'images': ['images/claim_categories.jpeg','images/claim_stages.jpeg','images/claims.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/crm_fundraising/__openerp__.py b/addons/crm_fundraising/__openerp__.py index 7e29cd1050e..d68f3863430 100644 --- a/addons/crm_fundraising/__openerp__.py +++ b/addons/crm_fundraising/__openerp__.py @@ -21,30 +21,34 @@ { - 'name': 'CRM Fundraising', - 'version': '1.0', 'category': 'Sales', - 'description': """Fundraising""", - 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', - 'depends': ['crm'], + 'name': 'CRM Fundraising', + 'version': '1.0', + 'description': """ + Fundraising. + ============ + """, + 'author': 'OpenERP SA', + 'website': 'http://www.openerp.com', + 'depends': ['crm'], 'init_xml': [ - 'crm_fundraising_data.xml', - ], + 'crm_fundraising_data.xml', + ], 'update_xml': [ - 'crm_fundraising_view.xml', - 'crm_fundraising_menu.xml', - 'security/ir.model.access.csv', - 'report/crm_fundraising_report_view.xml', - ], + 'crm_fundraising_view.xml', + 'crm_fundraising_menu.xml', + 'security/ir.model.access.csv', + 'report/crm_fundraising_report_view.xml', + ], 'demo_xml': [ - 'crm_fundraising_demo.xml', - ], - 'test': ['test/test_crm_fund.yml'], - 'installable': True, - 'active': False, + 'crm_fundraising_demo.xml', + ], + 'test': ['test/test_crm_fund.yml'], + 'installable': True, + 'active': False, 'certificate' : '00871545204231528989', + 'images': ['images/fundraising_analysis.jpeg','images/fundraising_categories.jpeg','images/funds.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/crm_helpdesk/__openerp__.py b/addons/crm_helpdesk/__openerp__.py index 00f8b9a3b4a..5c9aee37cbf 100644 --- a/addons/crm_helpdesk/__openerp__.py +++ b/addons/crm_helpdesk/__openerp__.py @@ -21,29 +21,33 @@ { - 'name': 'CRM Helpdesk', - 'version': '1.0', 'category': 'Sales', - 'description': """Helpdesk Management""", - 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', - 'depends': ['crm'], + 'name': 'CRM Helpdesk', + 'version': '1.0', + 'description': """ + Helpdesk Management. + ==================== + """, + 'author': 'OpenERP SA', + 'website': 'http://www.openerp.com', + 'depends': ['crm'], 'init_xml': [ - 'crm_helpdesk_data.xml', - ], + 'crm_helpdesk_data.xml', + ], 'update_xml': [ - 'crm_helpdesk_view.xml', - 'crm_helpdesk_menu.xml', - 'security/ir.model.access.csv', - 'report/crm_helpdesk_report_view.xml', - ], + 'crm_helpdesk_view.xml', + 'crm_helpdesk_menu.xml', + 'security/ir.model.access.csv', + 'report/crm_helpdesk_report_view.xml', + ], 'demo_xml': [ - 'crm_helpdesk_demo.xml', - ], - 'test': ['test/test_crm_helpdesk.yml'], - 'installable': True, - 'active': False, + 'crm_helpdesk_demo.xml', + ], + 'test': ['test/test_crm_helpdesk.yml'], + 'installable': True, + 'active': False, 'certificate' : '00830691522781519309', + 'images': ['images/helpdesk_analysis.jpeg','images/helpdesk_categories.jpeg','images/helpdesk_requests.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/crm_partner_assign/__openerp__.py b/addons/crm_partner_assign/__openerp__.py index 257f2ef14c2..2894e8e875c 100644 --- a/addons/crm_partner_assign/__openerp__.py +++ b/addons/crm_partner_assign/__openerp__.py @@ -21,12 +21,12 @@ { - 'name': 'Partner Geo-Localisation', + 'name': 'Partner Geo-Localization', 'version': '1.0', 'category': 'Sales', 'description': """ -This is the module used by OpenERP SA to redirect customers to his partners, -based on geolocalization. +This is the module used by OpenERP SA to redirect customers to its partners, based on geolocalization. +====================================================================================================== """, 'author': 'OpenERP SA', 'depends': ['crm'], @@ -41,4 +41,5 @@ based on geolocalization. 'installable': True, 'active': False, 'certificate': '00503409558942442061', + 'images': ['images/partner_geo_localization.jpeg','images/partner_grade.jpeg'], } diff --git a/addons/crm_profiling/__openerp__.py b/addons/crm_profiling/__openerp__.py index c1a3476fcd4..9901a211f35 100644 --- a/addons/crm_profiling/__openerp__.py +++ b/addons/crm_profiling/__openerp__.py @@ -21,18 +21,17 @@ { - 'name': 'Crm Profiling management - To Perform Segmentation within Partners', + 'name': 'CRM Profiling Management - To Perform Segmentation within Partners', 'version': '1.3', 'category': 'Sales', 'description': """ This module allows users to perform segmentation within partners. + ================================================================= + It uses the profiles criteria from the earlier segmentation module and improve it. Thanks to the new concept of questionnaire. You can now regroup questions into a questionnaire and directly use it on a partner. It also has been merged with the earlier CRM & SRM segmentation tool because they were overlapping. - The menu items related are in "CRM & SRM\Configuration\Segmentations" - - * Note: this module is not compatible with the module segmentation, since it's the same which has been renamed. """, 'author': 'OpenERP SA', @@ -44,5 +43,6 @@ 'installable': True, 'active': False, 'certificate': '0033984979005', + 'images': ['images/profiling_questionnaires.jpeg','images/profiling_questions.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/decimal_precision/__openerp__.py b/addons/decimal_precision/__openerp__.py index a7c9ee06d72..fc6399fb730 100644 --- a/addons/decimal_precision/__openerp__.py +++ b/addons/decimal_precision/__openerp__.py @@ -21,9 +21,9 @@ { "name": "Decimal Precision Configuration", - "description": """Configure your Price Accuracy according to your needs -This module allows to configure the price accuracy you need for different kind -of usage: accounting, sales, purchases, ... + "description": """ +Configure the price accuracy you need for different kinds of usage: accounting, sales, purchases, etc. +====================================================================================================== The decimal precision is configured per company. """, @@ -39,6 +39,7 @@ The decimal precision is configured per company. "demo_xml": [], "installable": True, "certificate" : "001307317809612974621", + 'images': ['images/1_decimal_accuracy_form.jpeg','images/1_decimal_accuracy_list.jpeg'], } diff --git a/addons/delivery/__openerp__.py b/addons/delivery/__openerp__.py index 2db9a25d2f0..eccb77d056c 100644 --- a/addons/delivery/__openerp__.py +++ b/addons/delivery/__openerp__.py @@ -21,10 +21,13 @@ { - 'name': 'Carriers and deliveries', + 'name': 'Carriers and Deliveries', 'version': '1.0', 'category': 'Warehouse', - 'description': """Allows you to add delivery methods in sales orders and picking. + 'description': """ + Allows you to add delivery methods in sale orders and picking. + ============================================================== + You can define your own carrier and delivery grids for prices. When creating invoices from picking, OpenERP is able to add and compute the shipping line. @@ -44,5 +47,6 @@ 'installable': True, 'active': False, 'certificate': '0033981912253', + 'images': ['images/1_delivery_method.jpeg','images/2_delivery_pricelist.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/document/__openerp__.py b/addons/document/__openerp__.py index 9a8dfd51fb0..a69c27c90ea 100644 --- a/addons/document/__openerp__.py +++ b/addons/document/__openerp__.py @@ -24,15 +24,18 @@ 'name': 'Integrated Document Management System', 'version': '2.1', 'category': 'Tools', - 'description': """Keep track of all your documents in OpenERP - This is a complete document management system: + 'category': 'Generic Modules/Others', + 'description': """ + This is a complete document management system. + ============================================== + * User Authentication - * Document Indexation :- .pptx and .docx files are not support in windows platform. + * Document Indexation :- .pptx and .docx files are not supported in Windows platform. * Dashboard for Document that includes: * New Files (list) * Files by Resource Type (graph) * Files by Partner (graph) - * Files by Month (graph) + * Files Size by Month (graph) ATTENTION: - When you install this module in a running company that have already PDF files stored into the database, you will lose them all. @@ -59,6 +62,7 @@ 'installable': True, 'active': False, 'certificate': '0070515416461', + 'images': ['images/1_directories.jpeg','images/2_storage_media.jpeg','images/3_directories_structure.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/document_ftp/__openerp__.py b/addons/document_ftp/__openerp__.py index 573d548d08c..6ca53f7ade3 100644 --- a/addons/document_ftp/__openerp__.py +++ b/addons/document_ftp/__openerp__.py @@ -24,7 +24,10 @@ 'name': 'Integrated FTP Server with Document Management System', 'version': '1.99', 'category': 'Tools', - 'description': """This is a support FTP Interface with document management system. + 'description': """ + This is a support FTP Interface with document management system. + ================================================================ + With this module you would not only be able to access documents through OpenERP but you would also be able to connect with them through the file system using the FTP client. @@ -46,6 +49,7 @@ 'installable': True, 'active': False, 'certificate': '00934787762705016005', + 'images': ['images/1_configure_ftp.jpeg','images/2_document_browse.jpeg','images/3_document_ftp.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/document_ics/__openerp__.py b/addons/document_ics/__openerp__.py index d3c5eb53b3d..3d29e767446 100644 --- a/addons/document_ics/__openerp__.py +++ b/addons/document_ics/__openerp__.py @@ -24,7 +24,10 @@ 'name': 'Support for iCal based on Document Management System', 'version': '1.0', 'category': 'Tools', - 'description': """Allows to synchronise calendars with others applications.""", + 'description': """ + Allows to synchronise calendars with others applications. + ========================================================= + """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', 'depends': ['document', 'crm'], @@ -34,5 +37,6 @@ 'installable': True, 'active': False, 'certificate': '0071242387229', + 'images': ['images/1_config_calendars.jpeg','images/2_doc_type_ics.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/document_webdav/__openerp__.py b/addons/document_webdav/__openerp__.py index b7b57ef445f..f79c3a920cc 100644 --- a/addons/document_webdav/__openerp__.py +++ b/addons/document_webdav/__openerp__.py @@ -34,10 +34,13 @@ "author" : "OpenERP SA", "category" : "Tools", "website": "http://www.openerp.com", - "description": """ With this module, the WebDAV server for the documents is activated. + "description": """ + With this module, the WebDAV server for documents is activated. + =============================================================== + You can then use any compatible browser to remotely see the attachments of OpenObject. - After installation, the webDAV server can be controlled by a [webdav] section in the server's config. + After installation, the WebDAV server can be controlled by a [webdav] section in the server's config. Server Configuration Parameter: [webdav] ; enable = True ; Serve webdav over the http(s) servers @@ -49,20 +52,21 @@ ; since the messages are routed to the python logging, with ; levels "debug" and "debug_rpc" respectively, you can leave ; these options on - + Also implements IETF RFC 5785 for services discovery on a http server, which needs explicit configuration in openerp-server.conf, too. """, "depends" : ["base", "document"], "init_xml" : [], - "update_xml" : ['security/ir.model.access.csv', + "update_xml" : ['security/ir.model.access.csv', 'webdav_view.xml', 'webdav_setup.xml', ], "demo_xml" : [], - "test": [ #'test/webdav_test1.yml', + "test": [ #'test/webdav_test1.yml', ], "active": False, "installable": True, "certificate" : "001236490750845657973", + 'images': ['images/dav_properties.jpeg','images/directories_structure_principals.jpeg'], } diff --git a/addons/email_template/__openerp__.py b/addons/email_template/__openerp__.py index 06c74d20c79..228d3d21dd7 100644 --- a/addons/email_template/__openerp__.py +++ b/addons/email_template/__openerp__.py @@ -28,7 +28,8 @@ "category" : "Tools", "depends" : ['marketing', 'base_tools'], "description": """ - Email Template is extraction of Power Email basically just to send the emails. + Email Template is extraction of Power Email basically just to send emails. + ========================================================================== """, "init_xml": ['email_template_scheduler_data.xml'], "update_xml": [ @@ -43,6 +44,7 @@ "installable": True, "active": False, "certificate" : "00817073628967384349", + 'images': ['images/1_email_account.jpeg','images/2_email_template.jpeg','images/3_emails.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/event/__openerp__.py b/addons/event/__openerp__.py index 589fb898a67..a5beb8bc3d6 100644 --- a/addons/event/__openerp__.py +++ b/addons/event/__openerp__.py @@ -24,19 +24,18 @@ 'name': 'Event', 'version': '0.1', 'category': 'Tools', - 'description': """Organise and manageme your Events. + 'description': """ + Organization and management of Events. + ====================================== This module allows you * to manage your events and their registrations * to use emails to automatically confirm and send acknowledgements for any registration to an event * ... - A dashboard for associations that includes: - * Registration by Events (graph) + Note that: - You can define new types of events in - Events / Configuration / Types of Events - - You can access predefined reports about number of registration per event or per event category in: - Events / Reporting + Association / Configuration / Types of Events """, 'author': 'OpenERP SA', 'depends': ['crm', 'base_contact', 'account', 'marketing'], @@ -58,5 +57,6 @@ 'installable': True, 'active': False, 'certificate': '0083059161581', + 'images': ['images/1_event_type_list.jpeg','images/2_events.jpeg','images/3_registrations.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/event_project/__openerp__.py b/addons/event_project/__openerp__.py index e45f166c3d8..b831b8be069 100644 --- a/addons/event_project/__openerp__.py +++ b/addons/event_project/__openerp__.py @@ -23,11 +23,14 @@ 'name': 'Event Project - Create Retro-Planning to manage your Events', 'version': '0.1', 'category': 'Tools', - 'description': """Organization and management of events. + 'description': """ + Organization and management of events. + ====================================== This module allows you to create retro planning for managing your events. """, 'author': 'OpenERP SA', + 'images': ['images/event.jpeg'], 'depends': ['project_retro_planning', 'event'], 'init_xml': [], 'update_xml': ['wizard/event_project_retro_view.xml', 'event_project_view.xml'], diff --git a/addons/fetchmail/__openerp__.py b/addons/fetchmail/__openerp__.py index e0a88c4ec91..4e6411bad24 100644 --- a/addons/fetchmail/__openerp__.py +++ b/addons/fetchmail/__openerp__.py @@ -2,7 +2,7 @@ #-*- coding:utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution +# OpenERP, Open Source Management Solution # Copyright (C) 2004-2009 Tiny SPRL (). All Rights Reserved # mga@tinyerp.com # @@ -27,12 +27,14 @@ "depends" : ["base", 'mail_gateway'], "author" : "OpenERP SA", "category": 'Tools', - "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': [], @@ -47,4 +49,5 @@ 'installable': True, 'active': False, 'certificate' : '00692978332890137453', + 'images': ['images/1_email_servers.jpeg'], } diff --git a/addons/google_map/__openerp__.py b/addons/google_map/__openerp__.py index 39acfa24631..bb9ef4180ae 100644 --- a/addons/google_map/__openerp__.py +++ b/addons/google_map/__openerp__.py @@ -29,6 +29,7 @@ so that we can directly open google map from the url widget.""", 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/google_map.jpeg'], 'depends': ['base'], 'init_xml': [], 'update_xml': ['google_map_wizard.xml', 'google_map_view.xml'], diff --git a/addons/hr/__openerp__.py b/addons/hr/__openerp__.py index 7ee2aef3100..f03772ccd1f 100644 --- a/addons/hr/__openerp__.py +++ b/addons/hr/__openerp__.py @@ -26,13 +26,16 @@ "category": "Human Resources", "website": "http://www.openerp.com", "description": """ - Module for human resource management. You can manage: + Module for human resource management. + ===================================== + You can manage: * Employees and hierarchies : You can define your employee with User and display hierarchies * HR Departments * HR Jobs """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/hr_department.jpeg', 'images/hr_employee.jpeg','images/hr_job_position.jpeg'], 'depends': ['resource', 'board'], 'init_xml': [], 'update_xml': [ diff --git a/addons/hr_attendance/__openerp__.py b/addons/hr_attendance/__openerp__.py index 08b1760375e..066cc969c57 100644 --- a/addons/hr_attendance/__openerp__.py +++ b/addons/hr_attendance/__openerp__.py @@ -26,10 +26,12 @@ 'category': 'Human Resources', 'description': """ This module aims to manage employee's attendances. + ================================================== Keeps account of the attendances of the employees on the basis of the actions(Sign in/Sign out) performed by them. """, 'author': 'OpenERP SA', + 'images': ['images/hr_attendances.jpeg'], 'depends': ['hr'], 'update_xml': [ 'security/ir.model.access.csv', diff --git a/addons/hr_contract/__openerp__.py b/addons/hr_contract/__openerp__.py index 685817cc439..f6c296a26d9 100644 --- a/addons/hr_contract/__openerp__.py +++ b/addons/hr_contract/__openerp__.py @@ -25,7 +25,8 @@ 'version': '1.0', 'category': 'Human Resources', 'description': """ - Add all information on the employee form to manage contracts: + Add all information on the employee form to manage contracts. + ============================================================= * Marital status, * Security number, * Place of birth, birth date, ... @@ -33,6 +34,7 @@ """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/hr_contract.jpeg'], 'depends': ['hr'], 'init_xml': ['hr_contract_data.xml'], 'update_xml': [ diff --git a/addons/hr_evaluation/__openerp__.py b/addons/hr_evaluation/__openerp__.py index 5708f385314..e261acf2df2 100644 --- a/addons/hr_evaluation/__openerp__.py +++ b/addons/hr_evaluation/__openerp__.py @@ -25,15 +25,17 @@ "author": "OpenERP SA", "category": "Human Resources", "website": "http://www.openerp.com", + "images": ["images/hr_evaluation_analysis.jpeg","images/hr_evaluation.jpeg"], "depends": ["hr",'hr_recruitment','survey'], "description": """ Ability to create employees evaluation. + ======================================= An evaluation can be created by employee for subordinates, juniors as well as his manager.The evaluation is done under a plan in which various surveys can be created and it can be defined which level of employee hierarchy fills what and final review and evaluation is done by the manager.Every evaluation filled by the employees can be viewed - in the form of.Implements a dashboard for My Current Evaluations + in the form of pdf file. Implements a dashboard for My Current Evaluations """, "init_xml": [], "demo_xml": ["hr_evaluation_demo.xml", diff --git a/addons/hr_expense/__openerp__.py b/addons/hr_expense/__openerp__.py index 5a56165fb73..2701634570f 100644 --- a/addons/hr_expense/__openerp__.py +++ b/addons/hr_expense/__openerp__.py @@ -26,6 +26,7 @@ 'category': 'Human Resources', 'description': """ This module aims to manage employee's expenses. + =============================================== The whole workflow is implemented: * Draft expense @@ -40,6 +41,7 @@ """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/hr_expenses_analysis.jpeg', 'images/hr_expenses.jpeg'], 'depends': ['hr', 'account'], 'init_xml': [], 'update_xml': [ diff --git a/addons/hr_holidays/__openerp__.py b/addons/hr_holidays/__openerp__.py index 8035c923f86..e26081f7a70 100644 --- a/addons/hr_holidays/__openerp__.py +++ b/addons/hr_holidays/__openerp__.py @@ -26,28 +26,27 @@ "author": ['OpenERP SA', 'Axelor'], "category": "Human Resources", "website": "http://www.openerp.com", - "description": """Human Resources: Holidays tracking and workflow - + "description": """ This module allows you to manage leaves and leaves' requests. + ============================================================= Implements a dashboard for human resource management that includes. - * My Leaves - * My Expenses + * Leaves Note that: - A synchronisation with an internal agenda (use of the CRM module) is possible: in order to automatically create a case when an holiday request is accepted, you have to link the holidays status to a case section. You can set up this info and your colour preferences in - HR / Configuration / Holidays Status + Human Resources/Configuration/Holidays/Leave Type - An employee can make an ask for more off-days by making a new Allocation It will increase his total of that leave type available (if the request is accepted). - There are two ways to print the employee's holidays: * The first will allow to choose employees by department and is used by clicking the menu item located in - HR / Holidays Request / Print Summary of Holidays + Human Resources/Reporting/Holidays/Leaves by Department * The second will allow you to choose the holidays report for specific employees. Go on the list - HR / Employees / Employees + Human Resources/Human Resources/Employees then select the ones you want to choose, click on the print icon and select the option - 'Print Summary of Employee's Holidays' + 'Employee's Holidays' - The wizard allows you to choose if you want to print either the Confirmed & Validated holidays or only the Validated ones. These states must be set up by a user from the group 'HR'. You can define these features in the security tab from the user data in Administration / Users / Users - for example, you maybe will do it for the user 'admin' - . + for example, you maybe will do it for the user 'admin'. """, + 'images': ['images/hr_allocation_requests.jpeg', 'images/hr_leave_requests.jpeg', 'images/leaves_analysis.jpeg'], 'depends': ['hr', 'crm', 'process', 'resource'], 'init_xml': [], 'update_xml': [ diff --git a/addons/hr_payroll/__openerp__.py b/addons/hr_payroll/__openerp__.py index 3003d7d723c..28a9e21f298 100644 --- a/addons/hr_payroll/__openerp__.py +++ b/addons/hr_payroll/__openerp__.py @@ -23,7 +23,9 @@ 'name': 'Human Resource Payroll', 'version': '1.0', 'category': 'Human Resources', - 'description': """Generic Payroll system + 'description': """ + Generic Payroll system. + ======================= * Employee Details * Employee Contracts * Passport based Contract @@ -35,6 +37,7 @@ """, 'author':'OpenERP SA', 'website':'http://www.openerp.com', + 'images': ['images/hr_employee_payslip.jpeg','images/hr_payment_advice.jpeg','images/hr_payroll_register.jpeg'], 'depends': [ 'hr', 'hr_contract', diff --git a/addons/hr_payroll_account/__openerp__.py b/addons/hr_payroll_account/__openerp__.py index 9d37764c74c..7722684c768 100644 --- a/addons/hr_payroll_account/__openerp__.py +++ b/addons/hr_payroll_account/__openerp__.py @@ -23,13 +23,16 @@ 'name': 'Human Resource Payroll Accounting', 'version': '1.0', 'category': 'Human Resources', - 'description': """Generic Payroll system Integrated with Accountings + 'description': """ + Generic Payroll system Integrated with Accountings. + =================================================== * Expense Encoding * Payment Encoding * Company Contribution Management """, 'author':'OpenERP SA', 'website':'http://www.openerp.com', + 'images': ['images/hr_employee_payslip.jpeg'], 'depends': [ 'hr_payroll', 'account', @@ -38,7 +41,7 @@ 'init_xml': [ ], 'update_xml': [ - "security/ir.model.access.csv", + "security/ir.model.access.csv", "hr_payroll_account_view.xml", ], 'demo_xml': [ diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index a31d85f6f15..1df69c653d0 100644 --- a/addons/hr_recruitment/__openerp__.py +++ b/addons/hr_recruitment/__openerp__.py @@ -24,8 +24,9 @@ 'version': '1.0', 'category': 'Human Resources', 'description': """ -Manages job positions and the recruitement process. It's integrated with the -survey module to allow you to define interview for different jobs. +Manages job positions and the recruitement process. +=================================================== +It's integrated with the survey module to allow you to define interview for different jobs. This module is integrated with the mail gateway to automatically tracks email sent to jobs@YOURCOMPANY.com. It's also integrated with the document management @@ -33,6 +34,7 @@ system to store and search in your CV base. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/hr_recruitment_analysis.jpeg','images/hr_recruitment_applicants.jpeg'], 'depends': ['decimal_precision', 'hr', 'survey', 'crm'], 'update_xml': [ 'wizard/hr_recruitment_phonecall_view.xml', diff --git a/addons/hr_timesheet/__openerp__.py b/addons/hr_timesheet/__openerp__.py index c3fe2a6d6c9..216c94d99bc 100644 --- a/addons/hr_timesheet/__openerp__.py +++ b/addons/hr_timesheet/__openerp__.py @@ -25,9 +25,10 @@ 'version': '1.0', 'category': 'Human Resources', 'description': """ -This module implements a timesheet system. Each employee can encode and -track their time spent on the different projects. A project is an -analytic account and the time spent on a project generates costs on +This module implements a timesheet system. +========================================== +Each employee can encode and track their time spent on the different projects. +A project is an analytic account and the time spent on a project generates costs on the analytic account. Lots of reporting on time and employee tracking are provided. @@ -37,6 +38,7 @@ to set up a management by affair. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/hr_timesheet_lines.jpeg'], 'depends': ['account', 'hr', 'base', 'hr_attendance', 'process'], 'init_xml': ['hr_timesheet_data.xml'], 'update_xml': [ diff --git a/addons/hr_timesheet_invoice/__openerp__.py b/addons/hr_timesheet_invoice/__openerp__.py index f215d84a3a3..456f6b9cdfc 100644 --- a/addons/hr_timesheet_invoice/__openerp__.py +++ b/addons/hr_timesheet_invoice/__openerp__.py @@ -26,10 +26,12 @@ 'category': 'Human Resources', 'description': """Generate your Invoices from Expenses, Timesheet Entries, ... Module to generate invoices based on costs (human resources, expenses, ...). +============================================================================ You can define price lists in analytic account, make some theoretical revenue reports, etc.""", 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/hr_bill_task_work.jpeg','images/hr_type_of_invoicing.jpeg'], 'depends': ['account', 'hr_timesheet'], 'data': [ 'security/ir.model.access.csv', diff --git a/addons/hr_timesheet_sheet/__openerp__.py b/addons/hr_timesheet_sheet/__openerp__.py index 83cbb93225e..d00b423a4d3 100644 --- a/addons/hr_timesheet_sheet/__openerp__.py +++ b/addons/hr_timesheet_sheet/__openerp__.py @@ -25,9 +25,10 @@ 'version': '1.0', 'category': 'Human Resources', 'description': """ -This module helps you to easily encode and validate timesheet and attendances -within the same view. The upper part of the view is for attendances and -track (sign in/sign out) events. The lower part is for timesheet. +This module helps you to easily encode and validate timesheet and attendances within the same view. +=================================================================================================== +The upper part of the view is for attendances and track (sign in/sign out) events. +The lower part is for timesheet. Other tabs contains statistics views to help you analyse your time or the time of your team: @@ -45,6 +46,7 @@ The validation can be configured in the company: """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/hr_my_timesheet.jpeg','images/hr_timesheet_analysis.jpeg','images/hr_timesheet_sheet_analysis.jpeg','images/hr_timesheets.jpeg'], 'depends': ['hr_timesheet', 'hr_timesheet_invoice', 'process'], 'init_xml': [], 'update_xml': [ diff --git a/addons/idea/__openerp__.py b/addons/idea/__openerp__.py index f2f24a12a69..630b9b86754 100644 --- a/addons/idea/__openerp__.py +++ b/addons/idea/__openerp__.py @@ -25,11 +25,13 @@ 'version': '0.1', 'category': 'Tools', 'description': """ - This module allows your users 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: diff --git a/addons/knowledge/__openerp__.py b/addons/knowledge/__openerp__.py index a1a6afdbabc..8490c0257cf 100644 --- a/addons/knowledge/__openerp__.py +++ b/addons/knowledge/__openerp__.py @@ -26,7 +26,9 @@ "depends" : ["base"], "author" : "OpenERP SA", "category": 'Tools', - "description": """Installer for knowledge-based tools + "description": """ + Installer for knowledge-based tools. + ==================================== """, 'website': 'http://www.openerp.com', 'init_xml': [], @@ -40,5 +42,6 @@ 'installable': True, 'active': False, 'certificate' : '001278773815843749581', + 'images': ['images/1_config_knowledge.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_be/__openerp__.py b/addons/l10n_be/__openerp__.py index e8274727087..a5df6dfab0f 100644 --- a/addons/l10n_be/__openerp__.py +++ b/addons/l10n_be/__openerp__.py @@ -23,20 +23,20 @@ 'category': 'Finance', '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: diff --git a/addons/l10n_br/__openerp__.py b/addons/l10n_br/__openerp__.py index b8028b6ddd2..ba5490e4282 100644 --- a/addons/l10n_br/__openerp__.py +++ b/addons/l10n_br/__openerp__.py @@ -22,6 +22,10 @@ 'name': 'Brazilian Localization', 'description': 'Brazilian Localization', 'category': 'Finance', + 'description': """ + This is the base module to manage the accounting chart for Brazil in OpenERP. + ============================================================================== + """, 'author': 'OpenERP Brasil', 'website': 'http://openerpbrasil.org', 'version': '0.6', @@ -36,6 +40,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: diff --git a/addons/l10n_ca/__openerp__.py b/addons/l10n_ca/__openerp__.py index d5221cb51e9..772460f5961 100644 --- a/addons/l10n_ca/__openerp__.py +++ b/addons/l10n_ca/__openerp__.py @@ -1,6 +1,6 @@ # -*- encoding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2009 Tiny SPRL (). # @@ -15,16 +15,19 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## { - "name" : "Canada - English and French Canadian Chart of Accounts", + "name" : "Canada - English and French - Canadian Chart of Accounts", "version" : "1.0", "author" : "Savoir-faire Linux", "website" : "http://www.savoirfairelinux.com", "category" : "Finance", - "description": "This is the module to manage the english and french canadian accounting chart in OpenERP.", + "description": """ + This is the module to manage the English and French - Canadian accounting chart in OpenERP. + =========================================================================================== + """, "depends" : ['base', 'account', 'base_iban', 'base_vat', 'account_chart'], "init_xml" : [], "update_xml" : [ @@ -45,6 +48,7 @@ "demo_xml" : [], "installable" : True, "certificate" : '00941680933773696173', + 'images': ['images/config_chart_l10n_ca.jpeg','images/l10n_ca_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_ch/__openerp__.py b/addons/l10n_ch/__openerp__.py index e87cf979910..2aa7077e8f4 100644 --- a/addons/l10n_ch/__openerp__.py +++ b/addons/l10n_ch/__openerp__.py @@ -22,7 +22,9 @@ { "name" : "Switzerland - localization with 2011 taxes", "description" : """ -Swiss localisation : +Swiss localisation. +=================== + - DTA generation for a lot of payment types - BVR management (number generation, report, etc..) - Import account move from the bank file (like v11 etc..) @@ -31,7 +33,7 @@ Swiss localisation : You can also add ZIP and bank completion with: - l10n_ch_zip - l10n_ch_bank - + Author: Camptocamp SA Donors: Hasa Sàrl, Open Net Sàrl and Prisme Solutions Informatique SA @@ -47,7 +49,7 @@ Par ailleurs, conjointement à ce module, nous proposons la complétion NPA: Vous pouvez ajouter la completion des banques et des NPA avec with: - l10n_ch_zip - l10n_ch_bank - + Auteur: Camptocamp SA Donateurs: Hasa Sàrl, Open Net Sàrl and Prisme Solutions Informatique SA @@ -102,5 +104,6 @@ TODO : "active": False, "installable": True, "certificate" : "001103836064567088989", + 'images': ['images/config_chart_l10n_ch.jpeg','images/l10n_ch_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_cn/__openerp__.py b/addons/l10n_cn/__openerp__.py index fa2e8cd550d..5674c95cd43 100644 --- a/addons/l10n_cn/__openerp__.py +++ b/addons/l10n_cn/__openerp__.py @@ -28,6 +28,7 @@ "description": """ 添加中文省份数据 科目类型\会计科目表模板\增值税\辅助核算类别\管理会计凭证簿\财务会计凭证簿 + ============================================================ """, "depends" : ["base","account"], 'init_xml': [ @@ -42,6 +43,7 @@ "active": False, "installable": True, "certificate": '00925445983542952285', + 'images': ['images/config_chart_l10n_cn.jpeg','images/l10n_cn_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_cr/__openerp__.py b/addons/l10n_cr/__openerp__.py index 957e94850ad..81e73c5be33 100644 --- a/addons/l10n_cr/__openerp__.py +++ b/addons/l10n_cr/__openerp__.py @@ -39,7 +39,9 @@ 'author': 'ClearCorp S.A.', 'website': 'http://clearcorp.co.cr', 'category': 'Finance', - 'description': """Chart of accounts for Costa Rica + 'description': """ + Chart of accounts for Costa Rica. + ================================= Includes: * account.type * account.account.template @@ -66,6 +68,7 @@ http://translations.launchpad.net/openerp-costa-rica 'installable': True, 'active': False, 'certificate' : '00531476623680631853', + 'images': ['images/config_chart_l10n_cr.jpeg','images/l10n_cr_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_de/__openerp__.py b/addons/l10n_de/__openerp__.py index a70637607c1..6749fa63991 100644 --- a/addons/l10n_de/__openerp__.py +++ b/addons/l10n_de/__openerp__.py @@ -1,6 +1,6 @@ # -*- encoding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2009 Tiny SPRL (). # @@ -15,7 +15,7 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## @@ -25,29 +25,29 @@ # Dieses Modul bietet Ihnen einen deutschen Kontenplan basierend auf dem SKR03. # Gemäss der aktuellen Einstellungen ist die Firma nicht Umsatzsteuerpflichtig. # Diese Grundeinstellung ist sehr einfach zu ändern und bedarf in der Regel -# grundsätzlich eine initiale Zuweisung von Steuerkonten zu Produkten und / oder +# grundsätzlich eine initiale Zuweisung von Steuerkonten zu Produkten und / oder # Sachkonten oder zu Partnern. # Die Umsatzsteuern (voller Steuersatz, reduzierte Steuer und steuerfrei) # sollten bei den Produktstammdaten hinterlegt werden (in Abhängigkeit der # Steuervorschriften). Die Zuordnung erfolgt auf dem Aktenreiter Finanzbuchhaltung # (Kategorie: Umsatzsteuer). # Die Vorsteuern (voller Steuersatz, reduzierte Steuer und steuerfrei) -# sollten ebenso bei den Produktstammdaten hinterlegt werden (in Abhängigkeit -# der Steuervorschriften). Die Zuordnung erfolgt auf dem Aktenreiter +# sollten ebenso bei den Produktstammdaten hinterlegt werden (in Abhängigkeit +# der Steuervorschriften). Die Zuordnung erfolgt auf dem Aktenreiter # Finanzbuchhaltung (Kategorie: Vorsteuer). # Die Zuordnung der Steuern für Ein- und Ausfuhren aus EU Ländern, sowie auch -# für den Ein- und Verkauf aus und in Drittländer sollten beim Partner -# (Lieferant/Kunde)hinterlegt werden (in Anhängigkeit vom Herkunftsland -# des Lieferanten/Kunden). Die Zuordnung beim Kunden ist "höherwertig" als +# für den Ein- und Verkauf aus und in Drittländer sollten beim Partner +# (Lieferant/Kunde)hinterlegt werden (in Anhängigkeit vom Herkunftsland +# des Lieferanten/Kunden). Die Zuordnung beim Kunden ist "höherwertig" als # die Zuordnung bei Produkten und überschreibt diese im Einzelfall. # -# Zur Vereinfachung der Steuerausweise und Buchung bei Auslandsgeschäften +# Zur Vereinfachung der Steuerausweise und Buchung bei Auslandsgeschäften # erlaubt OpenERP ein generelles Mapping von Steuerausweis und Steuerkonten -# (z.B. Zuordnung "Umsatzsteuer 19%" zu "steuerfreie Einfuhren aus der EU") +# (z.B. Zuordnung "Umsatzsteuer 19%" zu "steuerfreie Einfuhren aus der EU") # zwecks Zuordnung dieses Mappings zum ausländischen Partner (Kunde/Lieferant). # Die Rechnungsbuchung beim Einkauf bewirkt folgendes: -# Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den +# Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den # jeweiligen Kategorien für den Vorsteuer Steuermessbetrag (z.B. Vorsteuer # Steuermessbetrag Voller Steuersatz 19%). # Der Steuerbetrag erscheint unter der Kategorie "Vorsteuern" (z.B. Vorsteuer @@ -55,11 +55,11 @@ # zusammengefasst werden und dann in Form eines Reports ausgegeben werden. # # Die Rechnungsbuchung beim Verkauf bewirkt folgendes: -# Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den -# jeweiligen Kategorien für den Umsatzsteuer Steuermessbetrag +# Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den +# jeweiligen Kategorien für den Umsatzsteuer Steuermessbetrag # (z.B. Umsatzsteuer Steuermessbetrag Voller Steuersatz 19%). -# Der Steuerbetrag erscheint unter der Kategorie "Umsatzsteuer" -# (z.B. Umsatzsteuer 19%). Durch multidimensionale Hierachien können +# Der Steuerbetrag erscheint unter der Kategorie "Umsatzsteuer" +# (z.B. Umsatzsteuer 19%). Durch multidimensionale Hierachien können # verschiedene Positionen zusammengefasst werden. # Die zugewiesenen Steuerausweise können auf Ebene der einzelnen # Rechnung (Eingangs- und Ausgangsrechnung) nachvollzogen werden, @@ -76,29 +76,29 @@ # d.h. im Standard existiert keine Zuordnung von Produkten und Sachkonten zu # Steuerschlüsseln. # Diese Grundeinstellung ist sehr einfach zu ändern und bedarf in der Regel -# grundsätzlich eine initiale Zuweisung von Steuerschlüsseln zu Produkten und / oder +# grundsätzlich eine initiale Zuweisung von Steuerschlüsseln zu Produkten und / oder # Sachkonten oder zu Partnern. # Die Umsatzsteuern (voller Steuersatz, reduzierte Steuer und steuerfrei) # sollten bei den Produktstammdaten hinterlegt werden (in Abhängigkeit der # Steuervorschriften). Die Zuordnung erfolgt auf dem Aktenreiter Finanzbuchhaltung # (Kategorie: Umsatzsteuer). # Die Vorsteuern (voller Steuersatz, reduzierte Steuer und steuerfrei) -# sollten ebenso bei den Produktstammdaten hinterlegt werden (in Abhängigkeit -# der Steuervorschriften). Die Zuordnung erfolgt auf dem Aktenreiter +# sollten ebenso bei den Produktstammdaten hinterlegt werden (in Abhängigkeit +# der Steuervorschriften). Die Zuordnung erfolgt auf dem Aktenreiter # Finanzbuchhaltung (Kategorie: Vorsteuer). # Die Zuordnung der Steuern für Ein- und Ausfuhren aus EU Ländern, sowie auch -# für den Ein- und Verkauf aus und in Drittländer sollten beim Partner -# (Lieferant/Kunde) hinterlegt werden (in Anhängigkeit vom Herkunftsland -# des Lieferanten/Kunden). Die Zuordnung beim Kunden ist "höherwertig" als +# für den Ein- und Verkauf aus und in Drittländer sollten beim Partner +# (Lieferant/Kunde) hinterlegt werden (in Anhängigkeit vom Herkunftsland +# des Lieferanten/Kunden). Die Zuordnung beim Kunden ist "höherwertig" als # die Zuordnung bei Produkten und überschreibt diese im Einzelfall. # -# Zur Vereinfachung der Steuerausweise und Buchung bei Auslandsgeschäften +# Zur Vereinfachung der Steuerausweise und Buchung bei Auslandsgeschäften # erlaubt OpenERP ein generelles Mapping von Steuerausweis und Steuerkonten -# (z.B. Zuordnung "Umsatzsteuer 19%" zu "steuerfreie Einfuhren aus der EU") +# (z.B. Zuordnung "Umsatzsteuer 19%" zu "steuerfreie Einfuhren aus der EU") # zwecks Zuordnung dieses Mappings zum ausländischen Partner (Kunde/Lieferant). # Die Rechnungsbuchung beim Einkauf bewirkt folgendes: -# Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den +# Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den # jeweiligen Kategorien für den Vorsteuer Steuermessbetrag (z.B. Vorsteuer # Steuermessbetrag Voller Steuersatz 19%). # Der Steuerbetrag erscheint unter der Kategorie "Vorsteuern" (z.B. Vorsteuer @@ -106,11 +106,11 @@ # zusammengefasst werden und dann in Form eines Reports ausgegeben werden. # # Die Rechnungsbuchung beim Verkauf bewirkt folgendes: -# Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den -# jeweiligen Kategorien für den Umsatzsteuer Steuermessbetrag +# Die Steuerbemessungsgrundlage (exklusive Steuer) wird ausgewiesen bei den +# jeweiligen Kategorien für den Umsatzsteuer Steuermessbetrag # (z.B. Umsatzsteuer Steuermessbetrag Voller Steuersatz 19%). -# Der Steuerbetrag erscheint unter der Kategorie "Umsatzsteuer" -# (z.B. Umsatzsteuer 19%). Durch multidimensionale Hierachien können +# Der Steuerbetrag erscheint unter der Kategorie "Umsatzsteuer" +# (z.B. Umsatzsteuer 19%). Durch multidimensionale Hierachien können # verschiedene Positionen zusammengefasst werden. # Die zugewiesenen Steuerausweise können auf Ebene der einzelnen # Rechnung (Eingangs- und Ausgangsrechnung) nachvollzogen werden, @@ -126,7 +126,10 @@ "author" : "openbig.org", "website" : "http://www.openbig.org", "category" : "Finance", - "description": """Dieses Modul beinhaltet einen deutschen Kontenrahmen basierend auf dem SKR03.""", + "description": """ + Dieses Modul beinhaltet einen deutschen Kontenrahmen basierend auf dem SKR03. + ============================================================================== + """, "depends" : ['base', 'account', 'base_iban', 'base_vat', 'account_chart'], "init_xml" : [ ], "demo_xml" : [ ], @@ -145,4 +148,5 @@ ], "installable": True, "certificate": "00517849017945584893", -} + 'images': ['images/config_chart_l10n_de.jpeg','images/l10n_de_chart.jpeg'], +} diff --git a/addons/l10n_ec/__openerp__.py b/addons/l10n_ec/__openerp__.py index 5368b053e79..093b073cabf 100644 --- a/addons/l10n_ec/__openerp__.py +++ b/addons/l10n_ec/__openerp__.py @@ -23,6 +23,7 @@ 'category': 'Finance', 'description': """ This is the base module to manage the accounting chart for Ecuador in OpenERP. + ============================================================================== """, 'author': 'OpenERP SA', 'depends': [ @@ -42,4 +43,5 @@ 'demo_xml': [], 'installable': True, 'certificate' : '001226484516187330589', + 'images': ['images/config_chart_l10n_ec.jpeg','images/l10n_ec_chart.jpeg'], } diff --git a/addons/l10n_es/__openerp__.py b/addons/l10n_es/__openerp__.py index ada0acd508d..2edc4d43324 100644 --- a/addons/l10n_es/__openerp__.py +++ b/addons/l10n_es/__openerp__.py @@ -27,7 +27,9 @@ "author" : "Spanish Localization Team", 'website' : 'https://launchpad.net/openerp-spain', "category" : "Finance", - "description": """Spanish Charts of Accounts (PGCE 2008) + "description": """ + Spanish Charts of Accounts (PGCE 2008). + ======================================= * Defines the following chart of account templates: * Spanish General Chart of Accounts 2008. @@ -55,4 +57,5 @@ for yearly account reporting (balance, profit & losses). "active": False, "installable": True, "certificate" : "00408828172062583229", + 'images': ['images/config_chart_l10n_es.jpeg','images/l10n_es_chart.jpeg'], } diff --git a/addons/l10n_fr/__openerp__.py b/addons/l10n_fr/__openerp__.py index c70454dfb4f..6f74c3c4bc9 100644 --- a/addons/l10n_fr/__openerp__.py +++ b/addons/l10n_fr/__openerp__.py @@ -31,7 +31,9 @@ "author" : "OpenERP SA", "website": "http://www.openerp.com", "category" : "Finance", - "description": """This is the module to manage the accounting chart for France in OpenERP. + "description": """ + This is the module to manage the accounting chart for France in OpenERP. + ======================================================================== Credits: Sistheo Zeekom CrysaLEAD """, @@ -53,7 +55,8 @@ Credits: Sistheo Zeekom CrysaLEAD "demo_xml" : [], "certificate" : "00435321693876313629", "active": False, - "installable": True + "installable": True, + 'images': ['images/config_chart_l10n_fr.jpeg','images/l10n_fr_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_gr/__openerp__.py b/addons/l10n_gr/__openerp__.py index a194a242f62..1d5bacc40fe 100644 --- a/addons/l10n_gr/__openerp__.py +++ b/addons/l10n_gr/__openerp__.py @@ -25,18 +25,22 @@ "author" : "P. Christeas, OpenERP SA.", "website": "http://openerp.hellug.gr/", "category" : "Finance", - "description": "This is the base module to manage the accounting chart for Greece.", + "description": """ + This is the base module to manage the accounting chart for Greece. + ================================================================== + """, "depends" : ["base", "account", "base_iban", "base_vat", "account_chart"], "init_xml" : [], "demo_xml" : [], "update_xml" : [ "account_types.xml", - "account_chart.xml", + "account_chart.xml", "account_full_chart.xml", "account_tax.xml", "account_tax_vat.xml", "l10n_gr_wizard.xml"], "installable": True, 'certificate': '001146244418929008029', + 'images': ['images/config_chart_l10n_gr.jpeg','images/l10n_gr_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_gt/__openerp__.py b/addons/l10n_gt/__openerp__.py index 7be0288de00..0975f99adea 100644 --- a/addons/l10n_gt/__openerp__.py +++ b/addons/l10n_gt/__openerp__.py @@ -36,7 +36,11 @@ 'name': 'Guatemala - Plan contable general', 'version': '3.0', 'category': 'Finance', - 'description': """Agrega una nomenclatura contable para Guatemala. También icluye impuestos y la moneda del Quetzal. -- Adds accounting chart for Guatemala. It also includes taxes and the Quetzal currency""", + 'description': """ + This is the base module to manage the accounting chart for Guatemala. + ===================================================================== + + Agrega una nomenclatura contable para Guatemala. También icluye impuestos y la moneda del Quetzal. -- Adds accounting chart for Guatemala. It also includes taxes and the Quetzal currency""", 'author': 'José Rodrigo Fernández Menegazzo', 'website': 'http://solucionesprisma.com/', 'depends': ['base', 'account', 'account_chart'], @@ -50,5 +54,6 @@ 'demo_xml': [], 'installable': True, 'certificate': '00815146661827601309', + 'images': ['images/config_chart_l10n_gt.jpeg','images/l10n_gt_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_in/__openerp__.py b/addons/l10n_in/__openerp__.py index fc5186aa4a4..5f83f344787 100644 --- a/addons/l10n_in/__openerp__.py +++ b/addons/l10n_in/__openerp__.py @@ -23,7 +23,8 @@ "name": "Indian Chart of Account", "version": "1.0", "description": """ - Indian Accounting : chart of Account + Indian Accounting : Chart of Account. + ===================================== """, "author": ['OpenERP SA', 'Axelor'], "category": "Finance", @@ -39,5 +40,6 @@ "active": False, "installable": True, "certificate" : "001308250150600713245", + 'images': ['images/config_chart_l10n_in.jpeg','images/l10n_in_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_it/__openerp__.py b/addons/l10n_it/__openerp__.py index 12a9726e1ac..ba893f33e8e 100644 --- a/addons/l10n_it/__openerp__.py +++ b/addons/l10n_it/__openerp__.py @@ -30,7 +30,8 @@ "depends" : ['base_vat','account_chart','base_iban'], "author" : "OpenERP Italian Community", "description": """ - Piano dei conti italiano di un'impresa generica + Piano dei conti italiano di un'impresa generica. + ================================================ """, "license": "AGPL-3", "category" : "Finance", @@ -55,4 +56,5 @@ 'installable': True, 'active': False, 'certificate' : '00926677190009155165', + 'images': ['images/config_chart_l10n_it.jpeg','images/l10n_it_chart.jpeg'], } diff --git a/addons/l10n_lu/__openerp__.py b/addons/l10n_lu/__openerp__.py index be83023c4d2..66cc62585ba 100644 --- a/addons/l10n_lu/__openerp__.py +++ b/addons/l10n_lu/__openerp__.py @@ -25,7 +25,8 @@ 'version': '1.0', 'category': 'Finance', 'description': """ -This module installs: + This is the base module to manage the accounting chart for Luxembourg. + ===================================================================== *the KLUWER Chart of Accounts, *the Tax Code Chart for Luxembourg @@ -46,5 +47,6 @@ This module installs: 'installable': True, 'active': False, 'certificate': '0078164766621', + 'images': ['images/config_chart_l10n_lu.jpeg','images/l10n_lu_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_ma/__openerp__.py b/addons/l10n_ma/__openerp__.py index 13a14f8b609..c498089abd1 100644 --- a/addons/l10n_ma/__openerp__.py +++ b/addons/l10n_ma/__openerp__.py @@ -1,6 +1,6 @@ # -*- encoding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (c) 2010 kazacube (http://kazacube.com). # @@ -15,7 +15,7 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## @@ -24,7 +24,11 @@ "version" : "1.0", "author" : "kazacube", "category" : "Finance", - "description": "Ce Module charge le modèle du plan de comptes standard Marocain et permet de générer les états comptables aux normes marocaines (Bilan, CPC (comptes de produits et charges), balance générale à 6 colonnes, Grand livre cumulatif...). L'intégration comptable a été validé avec l'aide du Cabinet d'expertise comptable Seddik au cours du troisième trimestre 2010", + "description": """ + This is the base module to manage the accounting chart for Maroc. + ================================================================= + + Ce Module charge le modèle du plan de comptes standard Marocain et permet de générer les états comptables aux normes marocaines (Bilan, CPC (comptes de produits et charges), balance générale à 6 colonnes, Grand livre cumulatif...). L'intégration comptable a été validé avec l'aide du Cabinet d'expertise comptable Seddik au cours du troisième trimestre 2010""", "website": "http://www.kazacube.com", "depends" : ["base", "account"], "init_xml" : [], @@ -33,15 +37,16 @@ "security/ir.model.access.csv", "account_type.xml", "account_pcg_morocco.xml", - "l10n_ma_wizard.xml", + "l10n_ma_wizard.xml", "l10n_ma_tax.xml", "l10n_ma_journal.xml", - + ], "demo_xml" : [], "active": False, "installable": True, "certificate" : "00599614652359069981", + 'images': ['images/config_chart_l10n_ma.jpeg','images/l10n_ma_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_mx/__openerp__.py b/addons/l10n_mx/__openerp__.py index 7f7a9c345ee..1ee024e59a7 100644 --- a/addons/l10n_mx/__openerp__.py +++ b/addons/l10n_mx/__openerp__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution +# OpenERP, Open Source Management Solution # Copyright (C) 2004-2008 Tiny SPRL (). All Rights Reserved # $Id$ # @@ -24,7 +24,10 @@ "version" : "1.0", "author" : "RelTek Mexico", "category" : "Finance", - "description": "This is the module to manage the accounting chart for Mexico in Open ERP.", + "description": """ + This is the module to manage the accounting chart for Mexico in OpenERP. + ======================================================================== + """, "depends" : ["account", "base_vat", "account_chart"], "demo_xml" : [], "update_xml" : ['account_tax_code.xml',"account_chart.xml", @@ -32,6 +35,7 @@ "active": False, "installable": True, "certificate" : "00858539161332598061", + 'images': ['images/config_chart_l10n_mx.jpeg','images/l10n_mx_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_nl/__openerp__.py b/addons/l10n_nl/__openerp__.py index ab300bdecfb..7205ddfd69d 100644 --- a/addons/l10n_nl/__openerp__.py +++ b/addons/l10n_nl/__openerp__.py @@ -90,18 +90,21 @@ "version" : "1.5", "category": "Finance", "description": """ -Read changelog in file __terp__.py for version information. + This is the module to manage the accounting chart for Netherlands in OpenERP. + ============================================================================= + +Read changelog in file __openerp__.py for version information. Dit is een basismodule om een uitgebreid grootboek- en BTW schema voor Nederlandse bedrijven te installeren in OpenERP versie 5. De BTW rekeningen zijn waar nodig gekoppeld om de juiste rapportage te genereren, denk b.v. aan intracommunautaire verwervingen waarbij u 19% BTW moet opvoeren, maar tegelijkertijd ook 19% als voorheffing weer mag aftrekken. - + Na installatie van deze module word de configuratie wizard voor "Accounting" aangeroepen. * U krijgt een lijst met grootboektemplates aangeboden waarin zich ook het Nederlandse grootboekschema bevind. - + * Als de configuratie wizard start, wordt u gevraagd om de naam van uw bedrijf in te voeren, welke grootboekschema te installeren, uit hoeveel cijfers een grootboekrekening mag bestaan, het rekeningnummer van uw bank en de currency om Journalen te creeren. - + Let op!! -> De template van het Nederlandse rekeningschema is opgebouwd uit 4 cijfers. Dit is het minimale aantal welk u moet invullen, u mag het aantal verhogen. De extra cijfers worden dan achter het rekeningnummer aangevult met "nullen" - + * Dit is dezelfe configuratie wizard welke aangeroepen kan worden via Financial Management/Configuration/Financial Accounting/Financial Accounts/Generate Chart of Accounts from a Chart Template. """, @@ -121,6 +124,7 @@ Dit is een basismodule om een uitgebreid grootboek- en BTW schema voor Nederland "installable": True, 'certificate': '00976041422960053277', + 'images': ['images/config_chart_l10n_nl.jpeg','images/l10n_nl_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_pl/__openerp__.py b/addons/l10n_pl/__openerp__.py index 91c05d87ba6..afa617df64f 100644 --- a/addons/l10n_pl/__openerp__.py +++ b/addons/l10n_pl/__openerp__.py @@ -1,8 +1,8 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution -# Copyright (C) 2009 Grzegorz Grzelak grzegorz.grzelak@cirrus.pl +# OpenERP, Open Source Management Solution +# Copyright (C) 2009 Grzegorz Grzelak grzegorz.grzelak@cirrus.pl # All Rights Reserved # $Id$ # @@ -27,8 +27,9 @@ "website": "http://www.cirrus.pl", "category" : "Finance", "description": """ - This is the module to manage the accounting chart and taxes for Poland in Open ERP. - + This is the module to manage the accounting chart and taxes for Poland in OpenERP. + ================================================================================== + To jest moduł do tworzenia wzorcowego planu kont i podstawowych ustawień do podatków VAT 0%, 7% i 22%. Moduł ustawia też konta do kupna i sprzedaży towarów zakładając, że wszystkie towary są w obrocie hurtowym. @@ -40,6 +41,7 @@ "active": False, "installable": True, "certificate" : "00885794372803776829", + 'images': ['images/config_chart_l10n_pl.jpeg','images/l10n_pl_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_ro/__openerp__.py b/addons/l10n_ro/__openerp__.py index 307cf670543..fb2b6a5a10d 100644 --- a/addons/l10n_ro/__openerp__.py +++ b/addons/l10n_ro/__openerp__.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution +# OpenERP, Open Source Management Solution # Copyright (C) 2009 (). All Rights Reserved # $Id$ # @@ -26,12 +26,16 @@ "website": "http://www.filsystem.ro", "category" : "Finance", "depends" : ["account_chart", 'base_vat'], - "description": "This is the module to manage the accounting chart, VAT structure and Registration Number for Romania in Open ERP.", + "description": """ + This is the module to manage the accounting chart, VAT structure and Registration Number for Romania in OpenERP. + ================================================================================================================ + """, "demo_xml" : [], "update_xml" : ['partner_view.xml','account_tax_code.xml','account_chart.xml','account_tax.xml','l10n_chart_ro_wizard.xml'], "active": False, "installable": True, "certificate" : "001308250150602948125", + 'images': ['images/config_chart_l10n_ro.jpeg','images/l10n_ro_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_th/__openerp__.py b/addons/l10n_th/__openerp__.py index e4cfe46a1d5..59e671fa00b 100644 --- a/addons/l10n_th/__openerp__.py +++ b/addons/l10n_th/__openerp__.py @@ -24,7 +24,8 @@ 'version': '1.0', 'category': 'Finance', 'description': """ -Chart of accounts for Thailand. + Chart of Accounts for Thailand. + =============================== """, 'author': 'Almacom', 'website': 'http://almacom.co.th/', @@ -33,4 +34,5 @@ Chart of accounts for Thailand. 'update_xml': [ 'account_data.xml' ], 'installable': True, 'certificate' : '00722263103978957725', + 'images': ['images/config_chart_l10n_th.jpeg','images/l10n_th_chart.jpeg'], } diff --git a/addons/l10n_uk/__openerp__.py b/addons/l10n_uk/__openerp__.py index 711c8a6d7a5..eaa8c4003ef 100644 --- a/addons/l10n_uk/__openerp__.py +++ b/addons/l10n_uk/__openerp__.py @@ -61,7 +61,10 @@ 'name': 'United Kingdom - minimal', 'version': '1.1', 'category': 'Finance', - 'description': """This is the base module to manage the accounting chart for United Kingdom in OpenERP.""", + 'description': """ + This is the base module to manage the accounting chart for United Kingdom in OpenERP. + ===================================================================================== + """, 'author': 'Seath Solutions Ltd', 'website': 'http://www.seathsolutions.com', 'depends': ['base_iban', 'base_vat', 'account_chart'], @@ -76,5 +79,6 @@ 'installable': True, 'active': False, 'certificate': '008956603329629', + 'images': ['images/config_chart_l10n_uk.jpeg','images/l10n_uk_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/l10n_ve/__openerp__.py b/addons/l10n_ve/__openerp__.py index eed4a688cb8..b48c208dd17 100644 --- a/addons/l10n_ve/__openerp__.py +++ b/addons/l10n_ve/__openerp__.py @@ -1,11 +1,11 @@ # -*- encoding: utf-8 -*- ############################################################################## # -# OpenERP, Open Source Management Solution +# OpenERP, Open Source Management Solution # Copyright (C) 2004-2008 Tiny SPRL (). All Rights Reserved # $Id$ # -# OpenERP, Open Source Management Solution +# OpenERP, Open Source Management Solution # Copyright (C) 2004-2008 Netquatro, C.A. (). All Rights Reserved # $Id$ # This program is free software: you can redistribute it and/or modify @@ -27,9 +27,11 @@ "version" : "1.0", "author" : ['OpenERP SA', "Netquatro"], "category" : "Finance", - "description": + "description": ''' -This is the module to manage the accounting chart for Venezuela in Open ERP. +This is the module to manage the accounting chart for Venezuela in OpenERP. +=========================================================================== + Este módulo es para manejar un catálogo de cuentas ejemplo para Venezuela. ''', "depends" : ["account", "base_vat", "account_chart"], @@ -39,6 +41,7 @@ Este módulo es para manejar un catálogo de cuentas ejemplo para Venezuela. "active": False, "installable": True, "certificate" : "00763145921185574557", + 'images': ['images/config_chart_l10n_ve.jpeg','images/l10n_ve_chart.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/lunch/__openerp__.py b/addons/lunch/__openerp__.py index 119431ef3b8..e5317cd8a94 100644 --- a/addons/lunch/__openerp__.py +++ b/addons/lunch/__openerp__.py @@ -23,8 +23,10 @@ "name": "Lunch Module", "author": "OpenERP SA", "Description": """ - The lunch module is for keeping record of the order placed and payment of the orders. - The products are defined under categories and the payment records are maintained user wise + The lunch module is for keeping a record of the order placed and payment of the orders. + ======================================================================================= + + The products are defined under categories and the payment records are maintained user-wise. Every user has a cashbox which keeps track of the amount paid for a particular order. """, @@ -52,6 +54,7 @@ "test": ['test/test_lunch.yml', 'test/lunch_report.yml'], "installable": True, "certificate" : "001292377792581874189", + 'images': ['images/cash_moves.jpeg','images/lunch_orders.jpeg','images/products.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/mail_gateway/__openerp__.py b/addons/mail_gateway/__openerp__.py index 3c6c29ae0a5..fd2e8879244 100644 --- a/addons/mail_gateway/__openerp__.py +++ b/addons/mail_gateway/__openerp__.py @@ -23,9 +23,12 @@ 'name': 'Email Gateway System', 'version': '1.0', 'category': 'Tools', - 'description': """The generic email gateway system allows to send and receive emails - * History for Emails - * Easy Integration with any Module""", + 'description': """ + The generic email gateway system allows to send and receive emails. + =================================================================== + + * History of emails + * Easy integration with any module""", 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', 'depends': ['base'], @@ -40,5 +43,6 @@ 'installable': True, 'active': False, 'certificate': '001056784984222247309', + 'images': ['images/customer_history.jpeg','images/messages_form.jpeg','images/messages_list.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/marketing/__openerp__.py b/addons/marketing/__openerp__.py index 9612e27e0db..e422443b3b0 100644 --- a/addons/marketing/__openerp__.py +++ b/addons/marketing/__openerp__.py @@ -26,7 +26,12 @@ "depends" : ["base"], "author" : "OpenERP SA", "category": 'Sales', - "description": "Menu for Marketing", + "description": """ + Menu for Marketing. + =================== + + Contains the installer for marketing-related modules. + """, 'website': 'http://www.openerp.com', 'init_xml': [], 'update_xml': [ @@ -38,5 +43,6 @@ 'installable': True, 'active': False, 'certificate' : '00598574977629228189', + 'images': ['images/config_marketing.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/marketing_campaign/__openerp__.py b/addons/marketing_campaign/__openerp__.py index c0c2cb95ada..bd0d6d503df 100644 --- a/addons/marketing_campaign/__openerp__.py +++ b/addons/marketing_campaign/__openerp__.py @@ -21,7 +21,7 @@ { - "name" : "marketing_campaign", + "name" : "Marketing Campaign", "version" : "1.1", "depends" : ["marketing", "document", @@ -31,15 +31,17 @@ "author" : "OpenERP SA", "category": 'Sales', "description": """ -This module provides leads automation through marketing campaigns (campaigns can in fact be defined on any resource, not just CRM Leads). + This module provides leads automation through marketing campaigns (campaigns can in fact be defined on any resource, not just CRM Leads). + ========================================================================================================================================= + The campaigns are dynamic and multi-channels. The process is as follows: * Design marketing campaigns like workflows, including email templates to send, reports to print and send by email, custom actions, etc. * Define input segments that will select the items that should enter the campaign (e.g leads from certain countries, etc.) * Run you campaign in simulation mode to test it real-time or accelerated, and fine-tune it * You may also start the real campaign in manual mode, where each action requires manual validation - * Finally launch your campaign live, and watch the statistics as the campaign does everything fully automatically. + * Finally launch your campaign live, and watch the statistics as the campaign does everything fully automatically. While the campaign runs you can of course continue to fine-tune the parameters, input segments, workflow, etc. - + Note: If you need demo data, you can install the marketing_campaign_crm_demo module, but this will also install the CRM application as it depends on CRM Leads. """, 'website': 'http://www.openerp.com', @@ -58,5 +60,6 @@ This module provides leads automation through marketing campaigns (campaigns can 'installable': True, 'active': False, 'certificate' : '00421723279617928365', + 'images': ['images/campaigns.jpeg','images/email_account.jpeg','images/email_templates.jpeg','images/segments.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/marketing_campaign_crm_demo/__openerp__.py b/addons/marketing_campaign_crm_demo/__openerp__.py index f79af049204..3435b607bf5 100644 --- a/addons/marketing_campaign_crm_demo/__openerp__.py +++ b/addons/marketing_campaign_crm_demo/__openerp__.py @@ -21,14 +21,17 @@ { - "name" : "marketing_campaign_crm_demo", + "name" : "Demo data for Marketing Campaign", "version" : "1.0", "depends" : ["marketing_campaign", "crm", ], "author" : "OpenERP SA", "category": 'Sales', - "description": """Demo data for the module marketing_campaign.""", + "description": """ + Demo data for the module marketing_campaign. + ============================================ + """, 'website': 'http://www.openerp.com', 'init_xml': [], 'update_xml': [], @@ -38,5 +41,6 @@ 'installable': True, 'active': False, 'certificate' : '001005497972871352957', + 'images': ['images/campaigns.jpeg','images/email_templates.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/membership/__openerp__.py b/addons/membership/__openerp__.py index eb1eaf5137a..bcb268a43ab 100644 --- a/addons/membership/__openerp__.py +++ b/addons/membership/__openerp__.py @@ -26,9 +26,11 @@ 'category': 'Tools', 'description': """ This module allows you to manage all operations for managing memberships. +========================================================================= + It supports different kind of members: * Free member -* Associated member (ex: a group subscribe for a membership for all +* Associated member (eg.: a group subscribes to a membership for all subsidiaries) * Paid members, * Special member prices, ... @@ -51,5 +53,6 @@ invoice and send propositions for membership renewal. 'installable': True, 'active': False, 'certificate': '0042907796381', + 'images': ['images/members.jpeg','images/membership_list.jpeg', 'images/membership_products.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/mrp/__openerp__.py b/addons/mrp/__openerp__.py index 2d1026cb589..e1ed99dd57c 100644 --- a/addons/mrp/__openerp__.py +++ b/addons/mrp/__openerp__.py @@ -26,11 +26,14 @@ "author" : "OpenERP SA", "website" : "http://www.openerp.com", "category" : "Manufacturing", + "images" : ["images/bill_of_materials.jpeg", "images/manufacturing_order.jpeg", "images/planning_manufacturing_order.jpeg", "images/production_analysis.jpeg", "images/production_dashboard.jpeg","images/routings.jpeg","images/work_centers.jpeg"], "depends" : ["procurement", "stock", "resource", "purchase", "product","process"], "description": """ This is the base module to manage the manufacturing process in OpenERP. + ======================================================================= Features: + --------- * Make to Stock / Make to Order (by line) * Multi-level BoMs, no limit * Multi-level routing, no limit @@ -41,23 +44,26 @@ * Cost method by product: standard price, average price * Easy analysis of troubles or needs * Very flexible - * Allows to browse Bill of Materials in complete structure - that include child and phantom BoMs + * Allows to browse Bill of Materials in complete structure that include child and phantom BoMs + It supports complete integration and planification of stockable goods, consumable of services. Services are completely integrated with the rest of the software. For instance, you can set up a sub-contracting service in a BoM to automatically purchase on order the assembly of your production. Reports provided by this module: + -------------------------------- * Bill of Material structure and components * Load forecast on Work Centers * Print a production order * Stock forecasts - Dashboard provided by this module:: + + Dashboard provided by this module: + ---------------------------------- * List of next production orders - * List of deliveries (out picking) + * List of procurements in exception * Graph of work center load - * List of procurement in exception + * Graph of stock value variation """, 'init_xml': [], 'update_xml': [ diff --git a/addons/mrp_jit/__openerp__.py b/addons/mrp_jit/__openerp__.py index 80ddaa3adb1..b7383c51184 100644 --- a/addons/mrp_jit/__openerp__.py +++ b/addons/mrp_jit/__openerp__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2010 Tiny SPRL (). # @@ -15,7 +15,7 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## @@ -26,18 +26,18 @@ 'category': 'Manufacturing', 'description': """ This module allows Just In Time computation of procurement orders. + ================================================================== - If you install this module, you will not have to run the regular procurement - scheduler anymore (but you still need to run the minimum order point rule + If you install this module, you will not have to run the regular procurement + scheduler anymore (but you still need to run the minimum order point rule scheduler, or for example let it run daily.) All procurement orders will be processed immediately, which could in some cases entail a small performance impact. It may also increase your stock size because products are reserved as soon - as possible and the scheduler time range is not taken into account anymore. + as possible and the scheduler time range is not taken into account anymore. In that case, you can not use priorities any more on the different picking. - - + """, 'author': 'OpenERP SA', 'depends': ['procurement'], diff --git a/addons/mrp_operations/__openerp__.py b/addons/mrp_operations/__openerp__.py index faa2eb8fbe4..e70258f859e 100644 --- a/addons/mrp_operations/__openerp__.py +++ b/addons/mrp_operations/__openerp__.py @@ -25,15 +25,14 @@ 'version': '1.0', 'category': 'Manufacturing', 'description': """ - This module adds state, date_start,date_stop in production order operation lines - (in the "Work Centers" tab) + This module adds state, date_start,date_stop in production order operation lines (in the "Work Centers" tab). + ============================================================================================================= + State: draft, confirm, done, cancel When finishing/confirming,cancelling production orders set all state lines to the according state Create menus: - Production Management > All Operations - Production Management > All Operations > Operations To Do (state="confirm") - Which is a view on "Work Centers" lines in production order, - editable tree + Manufacturing > Manufacturing > Work Orders + Which is a view on "Work Centers" lines in production order. Add buttons in the form view of production order under Work Center tab: * start (set state to confirm), set date_start @@ -51,6 +50,7 @@ """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/work_order_analysis.jpeg','images/work_order_planning.jpeg','images/work_order.jpeg'], 'depends': ['mrp'], 'init_xml': [], 'update_xml': [ diff --git a/addons/mrp_repair/__openerp__.py b/addons/mrp_repair/__openerp__.py index 523b92fe20c..173903d916a 100644 --- a/addons/mrp_repair/__openerp__.py +++ b/addons/mrp_repair/__openerp__.py @@ -26,6 +26,8 @@ 'category': 'Tools', 'description': """ The aim is to have a complete module to manage all products repairs. The following topics should be covered by this module: + =========================================================================================================================== + * Add/remove products in the reparation * Impact for stocks * Invoicing (products and/or services) @@ -34,6 +36,7 @@ * Notes for the technician and for the final customer """, 'author': 'OpenERP SA', + 'images': ['images/repair_order.jpeg'], 'depends': ['mrp', 'sale', 'account'], 'update_xml': [ 'security/ir.model.access.csv', diff --git a/addons/mrp_subproduct/__openerp__.py b/addons/mrp_subproduct/__openerp__.py index 45e9386d937..3445746c66d 100644 --- a/addons/mrp_subproduct/__openerp__.py +++ b/addons/mrp_subproduct/__openerp__.py @@ -26,6 +26,8 @@ 'category': 'Manufacturing', 'description': """ This module allows you to produce several products from one production order. +============================================================================= + You can configure sub-products in the bill of material. Without this module: A + B + C -> D @@ -34,6 +36,7 @@ With this module: """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/bom_subproduct.jpeg'], 'depends': ['base', 'mrp'], 'init_xml': [], 'update_xml': [ diff --git a/addons/multi_company/__openerp__.py b/addons/multi_company/__openerp__.py index bbb3cc78ef9..b09c1206bc5 100644 --- a/addons/multi_company/__openerp__.py +++ b/addons/multi_company/__openerp__.py @@ -21,12 +21,14 @@ { - 'name': 'Multi Company', + 'name': 'Multi-Company', 'version': '1.0', 'category': 'Tools', 'description': """ - Multicompany module is for managing a multicompany environment. - This module is the base module for other multicompany modules. + This module is for managing a multicompany environment. + ======================================================= + + This module is the base module for other multi-company modules. """, 'author': 'OpenERP SA,SYLEAM', 'website': 'http://www.openerp.com/', @@ -45,5 +47,6 @@ 'installable': True, 'active': False, 'certificate' : '001115526094673097933', + 'images': ['images/companies.jpeg','images/default_company_per_object_form.jpeg', 'images/default_company_per_object_list.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/outlook/__openerp__.py b/addons/outlook/__openerp__.py index 4d0206a464b..5135a867e0a 100644 --- a/addons/outlook/__openerp__.py +++ b/addons/outlook/__openerp__.py @@ -27,12 +27,14 @@ 'website' : 'http://www.openerp.com/', 'depends' : ['base', 'mail_gateway'], 'category' : 'Tools', - 'description': '''Make a link between Outlook and OpenERP - This module provide the Outlook plug-in. + 'description': ''' + This module provides the Outlook Plug-in. + ========================================= +>>>>>>> MERGE-SOURCE Outlook plug-in allows you to select an object that you’d like to add to your email and its attachments from MS Outlook. You can select a partner, a task, - a project, an analytical account, or any other object and Archived selected + a project, an analytical account, or any other object and archive selected mail in mailgate.messages with attachments. ''', @@ -42,6 +44,7 @@ 'active': False, 'installable': True, 'certificate' : '001278773815818292125', + 'images': ['images/config_outlook.jpeg','images/outlook_config_openerp.jpeg','images/outlook_push.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/pad/__openerp__.py b/addons/pad/__openerp__.py index 5e888be0fe1..d26af68f170 100644 --- a/addons/pad/__openerp__.py +++ b/addons/pad/__openerp__.py @@ -4,9 +4,11 @@ 'version': '1.0.3', 'category': 'Tools', 'description': """ -Adds enhanced support for (Ether)Pad attachments in the web client, lets the -company customize which Pad installation should be used to link to new pads -(by default, pad.openerp.com) +Adds enhanced support for (Ether)Pad attachments in the web client. +=================================================================== + +Lets the company customize which Pad installation should be used to link to new pads +(by default, http://ietherpad.com/). """, 'author': 'OpenERP SA', 'website': 'http://openerp.com', @@ -18,4 +20,5 @@ company customize which Pad installation should be used to link to new pads 'active': False, 'web': True, 'certificate' : '001183545978470526509', + 'images': ['images/pad_link_companies.jpeg'], } diff --git a/addons/point_of_sale/__openerp__.py b/addons/point_of_sale/__openerp__.py index 160a71ca030..9ccc6bb6657 100644 --- a/addons/point_of_sale/__openerp__.py +++ b/addons/point_of_sale/__openerp__.py @@ -26,15 +26,16 @@ 'category': 'Sales', 'description': """ Main features : - - Fast encoding of the sale. - - Allow to choose one payment mode (the quick way) or to split the payment between several payment mode. - - Computation of the amount of money to return. - - Create and confirm picking list automatically. - - Allow the user to create invoice automatically. - - Allow to refund former sales. - +=============== + * Fast encoding of the sale. + * Allow to choose one payment mode (the quick way) or to split the payment between several payment mode. + * Computation of the amount of money to return. + * Create and confirm picking list automatically. + * Allow the user to create invoice automatically. + * Allow to refund former sales. """, 'author': 'OpenERP SA', + 'images': ['images/cash_registers.jpeg', 'images/pos_analysis.jpeg','images/register_analysis.jpeg','images/sale_order_pos.jpeg'], 'depends': ['sale', 'delivery'], 'init_xml': [], diff --git a/addons/process/__openerp__.py b/addons/process/__openerp__.py index 16680f7b3b3..c67a9f3c25b 100644 --- a/addons/process/__openerp__.py +++ b/addons/process/__openerp__.py @@ -25,12 +25,11 @@ 'version': '1.0', 'category': 'Tools', 'description': """ - This module shows the basic processes involved - in the selected modules and in the sequence they - occur + This module shows the basic processes involved in the selected modules and in the sequence they occur. + ====================================================================================================== Note: This applies to the modules containing modulename_process_xml - for e.g product/process/product_process_xml + e.g product/process/product_process_xml """, 'author': 'OpenERP SA', @@ -45,5 +44,6 @@ 'installable': True, 'active': False, 'certificate': '0055447636669', + 'images': ['images/process_nodes.jpeg','images/process_transitions.jpeg', 'images/processes.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/procurement/__openerp__.py b/addons/procurement/__openerp__.py index 6eb23c4227d..6a2075357f2 100644 --- a/addons/procurement/__openerp__.py +++ b/addons/procurement/__openerp__.py @@ -29,6 +29,7 @@ "depends" : ["base","process", "product", "stock"], "description": """ This is the module for computing Procurements. + ============================================== """, 'init_xml': [], 'update_xml': [ @@ -49,5 +50,6 @@ 'installable': True, 'active': False, 'certificate': '00954248826881074509', + 'images': ['images/compute_schedulers.jpeg','images/config_companies_sched.jpeg', 'images/minimum_stock_rules.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/product/__openerp__.py b/addons/product/__openerp__.py index c6738d6cedf..922252ab856 100644 --- a/addons/product/__openerp__.py +++ b/addons/product/__openerp__.py @@ -30,6 +30,7 @@ "demo_xml" : ["product_demo.xml"], "description": """ This is the base module for managing products and pricelists in OpenERP. + ======================================================================== Products support variants, different pricing methods, suppliers information, make to stock/order, different unit of measures, @@ -62,5 +63,6 @@ 'installable': True, 'active': False, 'certificate': '0068861431437', + 'images': ['images/product_uom.jpeg','images/product_pricelists.jpeg','images/products_categories.jpeg', 'images/products_form.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/product_expiry/__openerp__.py b/addons/product_expiry/__openerp__.py index 2348d4483f4..1519006f174 100644 --- a/addons/product_expiry/__openerp__.py +++ b/addons/product_expiry/__openerp__.py @@ -1,5 +1,5 @@ ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2009 Tiny SPRL (). # @@ -14,18 +14,22 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## { - "name" : "Products date of expiry", + "name" : "Products Expiry Date", "version" : "1.0", "author" : "OpenERP SA", "category" : "Warehouse", "depends" : ["stock"], "init_xml" : [], "demo_xml" : ["product_expiry_demo.xml"], - "description": '''Track different dates on products and production lots: + "description": ''' + Track different dates on products and production lots. + ====================================================== + +Following dates can be tracked: - end of life - best before date - removal date @@ -35,6 +39,7 @@ Used, for example, in food industries.''', "active": False, "installable": True, "certificate": "00421222123914960109", + 'images': ['images/production_lots_dates.jpeg','images/products_dates.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/product_manufacturer/__openerp__.py b/addons/product_manufacturer/__openerp__.py index f10b7fa1c70..c496c6d465f 100644 --- a/addons/product_manufacturer/__openerp__.py +++ b/addons/product_manufacturer/__openerp__.py @@ -25,7 +25,10 @@ "depends" : ["stock"], "init_xml" : [], "demo_xml" : [], - "description": "A module that add manufacturers and attributes on the product form", + "description": """ + A module that add manufacturers and attributes on the product form. + =================================================================== + """, "update_xml" : [ "security/ir.model.access.csv", "product_manufacturer_view.xml" @@ -33,5 +36,6 @@ "active": False, "installable": True, "certificate" : "00720153953662760781", + 'images': ['images/products_manufacturer.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/product_margin/__openerp__.py b/addons/product_margin/__openerp__.py index 13f2e8dbb89..69553f1aced 100644 --- a/addons/product_margin/__openerp__.py +++ b/addons/product_margin/__openerp__.py @@ -25,9 +25,10 @@ 'version': '1.0', 'category': 'Sales', 'description': """ -Adds a reporting menu in products that computes sales, purchases, margins -and other interesting indicators based on invoices. The wizard to launch -the report has several options to help you get the data you need. +Adds a reporting menu in products that computes sales, purchases, margins and other interesting indicators based on invoices. +============================================================================================================================= + +The wizard to launch the report has several options to help you get the data you need. """, 'author': 'OpenERP SA', 'depends': ['account'], @@ -40,5 +41,6 @@ the report has several options to help you get the data you need. 'installable': True, 'active': False, 'certificate': '0064392591773', + 'images': ['images/open_margins.jpeg','images/product_margins_form.jpeg', 'images/product_margins_list.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/product_visible_discount/__openerp__.py b/addons/product_visible_discount/__openerp__.py index 4846bf2f866..b8bff303d6b 100644 --- a/addons/product_visible_discount/__openerp__.py +++ b/addons/product_visible_discount/__openerp__.py @@ -23,7 +23,9 @@ "author": "OpenERP SA", "category": "Sales", "description": """ - This module lets you calculate discounts on Sales Order lines and Invoice lines according to the partner's pricelist. + This module lets you calculate discounts on Sale Order lines and Invoice lines base on the partner's pricelist. + =============================================================================================================== + To this end, a new check box named "Visible Discount" is added to the pricelist form. Example: For the product PC1 and the partner "Asustek": if listprice=450, and the price calculated using Asustek's pricelist is 225 @@ -36,6 +38,7 @@ "active": False, "installable": True, "certificate" : "001144718884654279901", + 'images': ['images/pricelists_visible_discount.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/profile_tools/__openerp__.py b/addons/profile_tools/__openerp__.py index 2e89465839a..af5dc17db61 100644 --- a/addons/profile_tools/__openerp__.py +++ b/addons/profile_tools/__openerp__.py @@ -26,8 +26,9 @@ "depends" : ["base"], "author" : "OpenERP SA", "category" : "Tools", - "description": """Installs tools for lunch,survey,subscription and audittrail - module + "description": """ + Installer for extra tools like lunch, survey, idea, share, etc. + =============================================================== """, 'website': 'http://www.openerp.com', 'init_xml': [], @@ -38,5 +39,6 @@ 'installable': True, 'active': False, 'certificate' : '00557100228403879621', + 'images': ['images/config_extra_tools.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/project/__openerp__.py b/addons/project/__openerp__.py index ff3a4b2cc9a..9f5c78a2e31 100644 --- a/addons/project/__openerp__.py +++ b/addons/project/__openerp__.py @@ -26,12 +26,20 @@ "author": "OpenERP SA", "website": "http://www.openerp.com", "category": "Project Management", + "images": ["images/project_dashboard.jpeg","images/project_task_tree.jpeg","images/project_task.jpeg","images/project.jpeg","images/task_analysis.jpeg"], "depends": ["product", "analytic", "board"], - "description": """Project management module tracks multi-level projects, tasks, -work done on tasks, eso. It is able to render planning, order tasks, eso. - Dashboard for project members that includes: + "description": """ +Project management module tracks multi-level projects, tasks, work done on tasks, eso. +====================================================================================== + +It is able to render planning, order tasks, eso. + +Dashboard for project members that includes: +-------------------------------------------- * List of my open tasks - * Members list of project + * List of my delegated tasks + * Graph of My Projects: Planned vs Total Hours + * Graph of My Remaining Hours by Project """, "init_xml": [], "update_xml": [ diff --git a/addons/project_caldav/__openerp__.py b/addons/project_caldav/__openerp__.py index d593e248fe1..bbe378d19cf 100644 --- a/addons/project_caldav/__openerp__.py +++ b/addons/project_caldav/__openerp__.py @@ -20,11 +20,14 @@ ############################################################################## { - "name": "CalDAV for task management", + "name": "CalDAV for Task Management", "version": "1.1", "author": "OpenERP SA", "category": "Project Management", - "description": """ Synchronize between Project task and Caldav Vtodo.""", + "description": """ + Synchronization between Project Task and Caldav Vtodo. + ====================================================== + """, "depends": ["project", "caldav", "base_calendar"], "init_xml": ["project_caldav_data.xml", 'project_caldav_setup.xml', ], "demo_xml": [], @@ -33,4 +36,5 @@ "website": "http://www.openerp.com", "installable": True, "certificate" : "001114200456808204637", + 'images': ['images/project_tasks_caldav.jpeg'], } diff --git a/addons/project_gtd/__openerp__.py b/addons/project_gtd/__openerp__.py index 26db459e5ba..8b0ad03f5cf 100644 --- a/addons/project_gtd/__openerp__.py +++ b/addons/project_gtd/__openerp__.py @@ -25,8 +25,10 @@ 'version': '1.0', 'category': 'Project Management', 'description': """ -This module implements all concepts defined by the Getting Things Done -methodology. This world-wide used methodology is used for personal +This module implements all concepts defined by the Getting Things Done methodology. +=================================================================================== + +This world-wide used methodology is used for personal time management improvement. Getting Things Done (commonly abbreviated as GTD) is an action management @@ -38,6 +40,7 @@ remembering everything that needs to be done, and can concentrate on actually performing those tasks. """, 'author': 'OpenERP SA', + 'images': ['images/project_gtd.jpeg'], 'depends': ['project'], 'init_xml': [], 'update_xml': [ diff --git a/addons/project_issue/__openerp__.py b/addons/project_issue/__openerp__.py index 054d404752b..76643367480 100644 --- a/addons/project_issue/__openerp__.py +++ b/addons/project_issue/__openerp__.py @@ -29,6 +29,7 @@ """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/issue_analysis.jpeg','images/project_issue.jpeg'], 'depends': [ 'crm', 'project', diff --git a/addons/project_issue_sheet/__openerp__.py b/addons/project_issue_sheet/__openerp__.py index 2123e7b5112..a979d454519 100644 --- a/addons/project_issue_sheet/__openerp__.py +++ b/addons/project_issue_sheet/__openerp__.py @@ -29,6 +29,7 @@ """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/project_issue_sheet_worklog.jpeg'], 'depends': [ 'project_issue', 'hr_timesheet_sheet', diff --git a/addons/project_long_term/__openerp__.py b/addons/project_long_term/__openerp__.py index eb7b2e815df..76e872d65f7 100644 --- a/addons/project_long_term/__openerp__.py +++ b/addons/project_long_term/__openerp__.py @@ -25,17 +25,20 @@ "author": "OpenERP SA", "website": "http://www.openerp.com", "category": "Project Management", + "images": ["images/project_phase_form.jpeg","images/project_phases.jpeg", "images/resources_allocation.jpeg"], "depends": ["resource", "project"], "description": """ Long Term Project management module that tracks planning, scheduling, resources allocation. -Features. - - Manage Big project. - - Define various Phases of Project. - - Compute Phase Scheduling: Compute start date and end date of the phases which are in draft,open and pending state of the project given. - If no project given then all the draft,open and pending state phases will be taken - - Compute Task Scheduling: This works same as the scheduler button on project.phase. It takes the project as argument and computes all the open,draft and pending tasks - - Schedule Tasks: All the tasks which are in draft,pending and open state are scheduled with taking the phase's start date +=========================================================================================== +Features +-------- + * Manage Big project. + * Define various Phases of Project. + * Compute Phase Scheduling: Compute start date and end date of the phases which are in draft,open and pending state of the project given. + If no project given then all the draft,open and pending state phases will be taken. + * Compute Task Scheduling: This works same as the scheduler button on project.phase. It takes the project as argument and computes all the open,draft and pending tasks. + * Schedule Tasks: All the tasks which are in draft,pending and open state are scheduled with taking the phase's start date """, "init_xml": [], "demo_xml": ["project_long_term_demo.xml"], @@ -47,7 +50,7 @@ Features. 'test/project_schedule_consecutive_day.yml', 'test/project_schedule_without_wroking_hour.yml', 'test/schedule_phase_tasks.yml', - 'test/phase_constraint.yml', + 'test/phase_constraint.yml', 'test/test_schedule_tasks_case1.yml', ], "update_xml": [ diff --git a/addons/project_mailgate/__openerp__.py b/addons/project_mailgate/__openerp__.py index e53d6dda6ba..9140a04f36e 100644 --- a/addons/project_mailgate/__openerp__.py +++ b/addons/project_mailgate/__openerp__.py @@ -26,8 +26,11 @@ "author": "OpenERP SA", "website": "http://www.openerp.com", "category": "Project Management", + "images": ["images/project_mailgate_task.jpeg"], "depends": ["project", "mail_gateway"], - "description": """This module is an interface that synchronises mails with OpenERP Project Task. + "description": """ +This module is an interface that synchronises mails with OpenERP Project Task. +============================================================================== It allows creating tasks as soon as a new mail arrives in our configured mail server. Moreover, it keeps track of all further communications and task states. diff --git a/addons/project_messages/__openerp__.py b/addons/project_messages/__openerp__.py index ccf5b6d0a45..149e727408b 100644 --- a/addons/project_messages/__openerp__.py +++ b/addons/project_messages/__openerp__.py @@ -23,11 +23,14 @@ { "name": "In-Project Messaging System", "version": "1.0", + "images": ["images/project_message.jpeg"], "depends": ["project"], "author": "OpenERP SA", "category": 'Project Management', "description": """ This module provides the functionality to send messages within a project. + ========================================================================= + A user can send messages individually to other user. He can even broadcast it to all the users. """, diff --git a/addons/project_mrp/__openerp__.py b/addons/project_mrp/__openerp__.py index 3e8d9a0560b..9dbe8a088cc 100644 --- a/addons/project_mrp/__openerp__.py +++ b/addons/project_mrp/__openerp__.py @@ -25,8 +25,8 @@ 'version': '1.0', 'category': 'Project Management', 'description': """ -This module creates a link between procurement orders -containing "service" lines and project management tasks. +This module creates a link between procurement orders containing "service" lines and project management tasks. +============================================================================================================== When installed, this module will automatically create a new task for each procurement order line, when the corresponding product @@ -47,6 +47,7 @@ automatically created via sale orders. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/product.jpeg', 'images/task_from_SO.jpeg'], 'depends': ['project', 'procurement', 'sale', 'mrp_jit'], 'init_xml': [], 'update_xml': ['project_mrp_workflow.xml', 'process/project_mrp_process.xml', 'project_mrp_view.xml'], diff --git a/addons/project_planning/__openerp__.py b/addons/project_planning/__openerp__.py index 67d3d62d68c..9dbcf66c274 100644 --- a/addons/project_planning/__openerp__.py +++ b/addons/project_planning/__openerp__.py @@ -26,6 +26,7 @@ 'category': 'Project Management', 'description': """Keep track of your planning This module helps you to manage your plannings. +=============================================== This module is based on the analytic accounting and is totally integrated with * the timesheets encoding @@ -38,6 +39,7 @@ At the end of the month, the planning manager can also check if the encoded time """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/planning_statistics.jpeg','images/project_planning.jpeg'], 'depends': [ 'project', 'hr_timesheet', diff --git a/addons/project_retro_planning/__openerp__.py b/addons/project_retro_planning/__openerp__.py index 72c99164dd8..5752c0a7d76 100644 --- a/addons/project_retro_planning/__openerp__.py +++ b/addons/project_retro_planning/__openerp__.py @@ -24,8 +24,8 @@ 'version': '0.1', 'category': 'Project Management', 'description': """ - - If end date of project is changed - then the deadline date and start date for all the tasks will change accordingly """, + If end date of project is changed + then the deadline date and start date for all the tasks will change accordingly. """, 'author': 'OpenERP SA', 'depends': ['base', 'project'], 'init_xml': [], diff --git a/addons/project_scrum/__openerp__.py b/addons/project_scrum/__openerp__.py index d3c0af76580..8bb1b0e3d66 100644 --- a/addons/project_scrum/__openerp__.py +++ b/addons/project_scrum/__openerp__.py @@ -25,8 +25,9 @@ 'version': '1.0', 'category': 'Project Management', 'description': """ - This module implements all concepts defined by the scrum project - management methodology for IT companies: + This module implements all concepts defined by the scrum project management methodology for IT companies. + ========================================================================================================= + * Project with sprints, product owner, scrum master * Sprints with reviews, daily meetings, feedbacks * Product backlog @@ -47,6 +48,7 @@ * http://controlchaos.com """, 'author': 'OpenERP SA', + 'images': ['images/product_backlogs.jpeg', 'images/project_sprints.jpeg', 'images/scrum_dashboard.jpeg', 'images/scrum_meetings.jpeg'], 'depends': ['project', 'process'], 'init_xml': [], 'update_xml': [ diff --git a/addons/project_timesheet/__openerp__.py b/addons/project_timesheet/__openerp__.py index abff760b4b4..deb27aed313 100644 --- a/addons/project_timesheet/__openerp__.py +++ b/addons/project_timesheet/__openerp__.py @@ -24,12 +24,16 @@ 'version': '1.0', 'category': 'Project Management', 'description': """ + Synchronization of project task work entries with timesheet entries. + ==================================================================== + This module lets you transfer the entries under tasks defined for Project Management to the Timesheet line entries for particular date and particular user with the effect of creating, editing and deleting either ways. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/invoice_task_work.jpeg', 'images/my_timesheet.jpeg', 'images/working_hour.jpeg'], 'depends': ['project', 'hr_timesheet_sheet', 'hr_timesheet_invoice'], 'init_xml': ['project_timesheet_data.xml'], 'update_xml': ["security/ir.model.access.csv","process/project_timesheet_process.xml", "report/task_report_view.xml", "project_timesheet_view.xml"], diff --git a/addons/purchase/__openerp__.py b/addons/purchase/__openerp__.py index d3becae58bb..e5a6b5eb823 100644 --- a/addons/purchase/__openerp__.py +++ b/addons/purchase/__openerp__.py @@ -26,15 +26,17 @@ 'category': 'Purchases', 'description': """ Purchase module is for generating a purchase order for purchase of goods from a supplier. - A supplier invoice is created for the particular order placed + ----------------------------------------------------------------------------------------- + A supplier invoice is created for the particular purchase order. Dashboard for purchase management that includes: * Current Purchase Orders * Draft Purchase Orders - * Graph for quantity and amount per month + * Graph for quantity and amount per month """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images' : ['images/purchase_order.jpeg', 'images/purchase_analysis.jpeg', 'images/request_for_quotation.jpeg'], 'depends': ['base', 'account', 'stock', 'process', 'procurement'], 'data': [ 'security/purchase_security.xml', diff --git a/addons/purchase_analytic_plans/__openerp__.py b/addons/purchase_analytic_plans/__openerp__.py index 144da9112db..2a40cfd704e 100644 --- a/addons/purchase_analytic_plans/__openerp__.py +++ b/addons/purchase_analytic_plans/__openerp__.py @@ -29,6 +29,7 @@ """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images' : ['images/purchase_analytic_distribution.jpeg'], 'depends': ['purchase', 'account_analytic_plans'], 'init_xml': [], 'update_xml': ['purchase_analytic_plans_view.xml'], diff --git a/addons/purchase_double_validation/__openerp__.py b/addons/purchase_double_validation/__openerp__.py index 423fc630978..ca357d56c33 100644 --- a/addons/purchase_double_validation/__openerp__.py +++ b/addons/purchase_double_validation/__openerp__.py @@ -20,9 +20,10 @@ ############################################################################## { - "name" : "purchase_double_validation", + "name" : "Double Validation for Purchase", "version" : "1.1", "category": 'Purchases', + "images" : ["images/purchase_validation.jpeg"], "depends" : ["base","purchase"], "author" : 'OpenERP SA', "description": """ diff --git a/addons/purchase_requisition/__openerp__.py b/addons/purchase_requisition/__openerp__.py index 2f17510237a..23264ed35a6 100644 --- a/addons/purchase_requisition/__openerp__.py +++ b/addons/purchase_requisition/__openerp__.py @@ -22,9 +22,11 @@ "version" : "0.1", "author" : "OpenERP SA", "category" : "Purchases", + "images" : ['images/purchase_requisitions.jpeg'], "website" : "http://www.openerp.com", "description": """ This module allows you to manage your Purchase Requisition. + ----------------------------------------------------------- When a purchase order is created, you now have the opportunity to save the related requisition. This new object will regroup and will allow you to easily keep track and order all your purchase orders. """, diff --git a/addons/report_designer/__openerp__.py b/addons/report_designer/__openerp__.py index e3afe4a15ec..8588c6c4e8b 100644 --- a/addons/report_designer/__openerp__.py +++ b/addons/report_designer/__openerp__.py @@ -21,12 +21,14 @@ { - "name" : "Reporting Tools", + "name" : "Reporting Tools Installer", "version" : "1.0", "depends" : ["base"], "author" : "OpenERP SA", "category": "Tools", - "description": """Installer for reporting tools selection + "description": """ + Installer for reporting tools. + ============================== """, 'website': 'http://www.openerp.com', 'init_xml': [], @@ -38,5 +40,6 @@ 'installable': True, 'active': False, 'certificate' : '00764037194670093149', + 'images': ['images/config_reporting_tools.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/report_intrastat/__openerp__.py b/addons/report_intrastat/__openerp__.py index 6f3f3db12a2..cd6f4ee7eac 100644 --- a/addons/report_intrastat/__openerp__.py +++ b/addons/report_intrastat/__openerp__.py @@ -21,11 +21,13 @@ { - 'name': 'Intrastat Reporting - Reporting', + 'name': 'Intrastat Reporting', 'version': '1.0', 'category': 'Warehouse', 'description': """ A module that adds intrastat reports. + ===================================== + This module gives the details of the goods traded between the countries of European Union """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', @@ -41,5 +43,6 @@ 'installable': True, 'active': False, 'certificate': '0056982189085', + 'images': ['images/country_intrastat_code.jpeg','images/intrastat_code.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/report_webkit/__openerp__.py b/addons/report_webkit/__openerp__.py index faacaf830dd..ebda584f7fd 100644 --- a/addons/report_webkit/__openerp__.py +++ b/addons/report_webkit/__openerp__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Copyright (c) 2010 Camptocamp SA (http://www.camptocamp.com) +# Copyright (c) 2010 Camptocamp SA (http://www.camptocamp.com) # All Right Reserved # # Author : Nicolas Bessi (Camptocamp) @@ -31,18 +31,21 @@ { "name" : "Webkit Report Engine", - "description" : """This module adds a new Report Engine based on WebKit library (wkhtmltopdf) to support reports designed in HTML + CSS. + "description" : """ + This module adds a new Report Engine based on WebKit library (wkhtmltopdf) to support reports designed in HTML + CSS. + ===================================================================================================================== + The module structure and some code is inspired by the report_openoffice module. The module allows: -HTML report definition - -Multi header support + -Multi header support -Multi logo -Multi company support -HTML and CSS-3 support (In the limit of the actual WebKIT version) - -JavaScript support + -JavaScript support -Raw HTML debugger -Book printing capabilities - -Margins definition + -Margins definition -Paper size definition and much more @@ -57,7 +60,7 @@ After installing the wkhtmltopdf library on the OpenERP Server machine, you need path to the wkthtmltopdf executable file on the Company. For a sample report see also the webkit_report_sample module, and this video: - http://files.me.com/nbessi/06n92k.mov + http://files.me.com/nbessi/06n92k.mov TODO : @@ -71,7 +74,7 @@ Web client WYSIWYG "author" : "Camptocamp SA - NBessi", "category": "Tools", "url": "http://http://www.camptocamp.com/", - "data": [ "security/ir.model.access.csv", + "data": [ "security/ir.model.access.csv", "data.xml", "wizard/report_webkit_actions_view.xml", "company_view.xml", @@ -81,4 +84,5 @@ Web client WYSIWYG "installable" : True, "active" : False, "certificate" : "001159699313338995949", + 'images': ['images/companies_webkit.jpeg','images/header_html.jpeg','images/header_img.jpeg'], } diff --git a/addons/report_webkit_sample/__openerp__.py b/addons/report_webkit_sample/__openerp__.py index 32caf841940..6325032b6a1 100644 --- a/addons/report_webkit_sample/__openerp__.py +++ b/addons/report_webkit_sample/__openerp__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Copyright (c) 2010 Camptocamp SA (http://www.camptocamp.com) +# Copyright (c) 2010 Camptocamp SA (http://www.camptocamp.com) # All Right Reserved # # Author : Nicolas Bessi (Camptocamp) @@ -31,13 +31,15 @@ { "name" : "Webkit Report Samples", - "description" : """Samples for Webkit Report Engine (report_webkit module). + "description" : """ + Samples for Webkit Report Engine (report_webkit module). + ======================================================== A sample invoice report is included in this module, as well as a wizard to add Webkit Report entries on any Document in the system. - + You have to create the print buttons by calling the wizard. For more details see: - http://files.me.com/nbessi/06n92k.mov + http://files.me.com/nbessi/06n92k.mov """, "version" : "0.9", "depends" : ["base", "account", "report_webkit"], @@ -45,9 +47,10 @@ "author" : "Camptocamp SA - NBessi", "url": "http://www.camptocamp.com/", "data": ["report_webkit_html_view.xml", - + ], "installable" : True, "active" : False, "certificate" : "00436592682591421981", + 'images': ['images/webkit_invoice_report.jpeg'], } diff --git a/addons/resource/__openerp__.py b/addons/resource/__openerp__.py index 9400987fc76..bcb9cb45513 100644 --- a/addons/resource/__openerp__.py +++ b/addons/resource/__openerp__.py @@ -25,9 +25,11 @@ "author" : "OpenERP SA", "category" : "Project Management", "website" : "http://www.openerp.com", - "description": """Schedule your Resources and keep a Resource Calendar - Module for resource management - A resource represents something that can be scheduled + "description": """ + Module for resource management. + =============================== + + A resource represent something that can be scheduled (a developer on a task or a work center on manufacturing orders). This module manages a resource calendar associated to every resource. It also manages the leaves of every resource. @@ -46,6 +48,7 @@ 'installable': True, 'active': False, 'certificate': '00746371192190459469', + 'images': ['images/resource_leaves_calendar.jpeg','images/resource_leaves_form.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/sale/__openerp__.py b/addons/sale/__openerp__.py index a0f2887e86d..e56c51619d9 100644 --- a/addons/sale/__openerp__.py +++ b/addons/sale/__openerp__.py @@ -25,28 +25,45 @@ 'category': 'Sales', 'description': """Manage your Quotations and Sales Orders The base module to manage quotations and sales orders. + ====================================================== - * Workflow with validation steps: - - Quotation -> Sales order -> Invoice - * Invoicing methods: - - Invoice on order (before or after shipping) - - Invoice on delivery - - Invoice on timesheets - - Advance invoice - * Partners preferences (shipping, invoicing, incoterm, ...) - * Products stocks and prices - * Delivery methods: - - all at once, multi-parcel - - delivery costs - * Dashboard for salesman that includes: - * Your open quotations - * Top 10 sales of the month - * Cases statistics - * Graph of sales by product - * Graph of cases of the month + Workflow with validation steps: + ------------------------------- + * Quotation -> Sales order -> Invoice + + Invoicing methods: + ------------------ + * Invoice on order (before or after shipping) + * Invoice on delivery + * Invoice on timesheets + * Advance invoice + + Partners preferences: + --------------------- + * shipping + * invoicing + * incoterm + + Products stocks and prices + -------------------------- + + Delivery methods: + ----------------- + * all at once + * multi-parcel + * delivery costs + + Dashboard for Sales Manager that includes: + ------------------------------------------ + * Quotations + * Sales by Month + * Graph of Sales by Salesman in last 90 days + * Graph of Sales per Customer in last 90 days + * Graph of Sales by Product's Category in last 90 days """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/deliveries_to_invoice.jpeg','images/sale_dashboard.jpeg','images/Sale_order_line_to_invoice.jpeg','images/sale_order.jpeg','images/sales_analysis.jpeg'], 'depends': ['stock', 'procurement', 'board'], 'init_xml': [], 'update_xml': [ diff --git a/addons/sale_analytic_plans/__openerp__.py b/addons/sale_analytic_plans/__openerp__.py index caeb189940d..c0f94ca1904 100644 --- a/addons/sale_analytic_plans/__openerp__.py +++ b/addons/sale_analytic_plans/__openerp__.py @@ -28,6 +28,7 @@ """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/sale_order_analytic_account.jpeg', 'images/sales_order_line.jpeg'], 'depends': ['sale', 'account_analytic_plans'], 'init_xml': [], 'update_xml': ['sale_analytic_plans_view.xml'], diff --git a/addons/sale_crm/__openerp__.py b/addons/sale_crm/__openerp__.py index baad5dc0670..754b5e95b24 100644 --- a/addons/sale_crm/__openerp__.py +++ b/addons/sale_crm/__openerp__.py @@ -25,6 +25,8 @@ 'category': 'Sales', 'description': """ This module adds a shortcut on one or several opportunity cases in the CRM. +=========================================================================== + This shortcut allows you to generate a sales order based on the selected case. If different cases are open (a list), it generates one sale order by case. @@ -35,6 +37,7 @@ crm modules. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/crm_statistics_dashboard.jpeg', 'images/opportunity_to_quote.jpeg'], 'depends': ['sale', 'crm'], 'init_xml': [], 'update_xml': ['wizard/crm_make_sale_view.xml', diff --git a/addons/sale_journal/__openerp__.py b/addons/sale_journal/__openerp__.py index 5af7e378dc4..78928cca0f1 100644 --- a/addons/sale_journal/__openerp__.py +++ b/addons/sale_journal/__openerp__.py @@ -24,8 +24,9 @@ 'version': '1.0', 'category': 'Sales', 'description': """ - The sales journal modules allows you to categorise your - sales and deliveries (picking lists) between different journals. + The sales journal modules allows you to categorise your sales and deliveries (picking lists) between different journals. + ======================================================================================================================== + This module is very helpful for bigger companies that works by departments. @@ -48,6 +49,7 @@ """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/invoice_type.jpeg'], 'depends': ['sale'], 'init_xml': ['sale_journal_data.xml'], 'update_xml': [ diff --git a/addons/sale_layout/__openerp__.py b/addons/sale_layout/__openerp__.py index 4217178a2e0..6f8bf1c683f 100644 --- a/addons/sale_layout/__openerp__.py +++ b/addons/sale_layout/__openerp__.py @@ -21,10 +21,12 @@ { "name" : "Sale Order Layout", "version" : "1.0", + "images" : ["images/sale_layout.jpeg"], "depends" : ["sale", "account_invoice_layout"], "author" : "OpenERP SA", "description": """ This module provides features to improve the layout of the Sales Order. + ======================================================================= It gives you the possibility to * order all the lines of a sales order diff --git a/addons/sale_margin/__openerp__.py b/addons/sale_margin/__openerp__.py index 8fd86533808..0fc655fb841 100644 --- a/addons/sale_margin/__openerp__.py +++ b/addons/sale_margin/__openerp__.py @@ -1,5 +1,5 @@ ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2004-2009 Tiny SPRL (). # @@ -14,7 +14,7 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## @@ -22,11 +22,12 @@ "name":"Margins in Sales Order", "version":"1.0", "category" : "Sales", - "description": """ + "description": """ This module adds the 'Margin' on sales order, which gives the profitability by calculating the difference between the Unit Price and Cost Price """, "author":"OpenERP SA", + "images":["images/sale_margin.jpeg"], "depends":["sale"], "demo_xml":[], 'test': ['test/sale_margin.yml'], diff --git a/addons/sale_mrp/__openerp__.py b/addons/sale_mrp/__openerp__.py index ff8e5c4566a..74ce5ac41fc 100644 --- a/addons/sale_mrp/__openerp__.py +++ b/addons/sale_mrp/__openerp__.py @@ -25,13 +25,16 @@ 'version': '1.0', 'category': 'Sales', 'description': """ - This module provides facility to the user to install mrp and sales modules - at a time. It is basically used when we want to keep track of production + This module provides facility to the user to install mrp and sales modulesat a time. + ==================================================================================== + + It is basically used when we want to keep track of production orders generated from sales order. - It adds sales name and sales Reference on production order + It adds sales name and sales Reference on production order. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/SO_to_MO.jpeg'], 'depends': ['mrp', 'sale'], 'init_xml': [], 'update_xml': [ diff --git a/addons/sale_order_dates/__openerp__.py b/addons/sale_order_dates/__openerp__.py index e1b8d73e061..cd46b9010ac 100644 --- a/addons/sale_order_dates/__openerp__.py +++ b/addons/sale_order_dates/__openerp__.py @@ -29,6 +29,7 @@ Add commitment, requested and effective dates on the sales order. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ["images/sale_order_dates.jpeg"], 'depends': ["sale"], 'init_xml': [ ], diff --git a/addons/share/__openerp__.py b/addons/share/__openerp__.py index 98c55be153b..b23f571b9cb 100644 --- a/addons/share/__openerp__.py +++ b/addons/share/__openerp__.py @@ -27,16 +27,17 @@ "author" : "OpenERP SA", "category": 'Tools', "description": """ + This module adds generic sharing tools to your current OpenERP database. + ======================================================================== - This module adds generic sharing tools to your current OpenERP database, - and specifically a 'share' button that is available in the Web client to + It specifically adds a 'share' button that is available in the Web client to share any kind of OpenERP data with colleagues, customers, friends, etc. The system will work by creating new users and groups on the fly, and by combining the appropriate access rights and ir.rules to ensure that the shared users only have access to the data that has been shared with them. - This is extremely useful for collaborative work, knowledge sharing, + This is extremely useful for collaborative work, knowledge sharing, synchronization with other companies, etc. """, @@ -51,6 +52,7 @@ 'installable': True, 'web': True, 'certificate' : '001301246528927038493', + 'images': ['images/share_wizard.jpeg','images/sharing_wizard_step1.jpeg', 'images/sharing_wizard_step2.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/stock/__openerp__.py b/addons/stock/__openerp__.py index 2f935de25d5..e6432a4800a 100644 --- a/addons/stock/__openerp__.py +++ b/addons/stock/__openerp__.py @@ -23,7 +23,9 @@ "name" : "Inventory Management", "version" : "1.1", "author" : "OpenERP SA", - "description" : """OpenERP Inventory Management module can manage multi-warehouses, multi and structured stock locations. + "description" : """ + OpenERP Inventory Management module can manage multi-warehouses, multi and structured stock locations. + ------------------------------------------------------------------------------------------------------ Thanks to the double entry management, the inventory controlling is powerful and flexible: * Moves history and planning, * Different inventory methods (FIFO, LIFO, ...) @@ -34,12 +36,14 @@ Thanks to the double entry management, the inventory controlling is powerful and * Rapid detection of mistakes through double entry system * Traceability (upstream/downstream, production lots, serial number, ...) * Dashboard for warehouse that includes: - * Products to receive in delay (date < = today) * Procurement in exception - * Graph : Number of Receive products vs planned (bar graph on week par day) - * Graph : Number of Delivery products vs planned (bar graph on week par day) + * List of Incoming Products + * List of Outgoing Products + * Graph : Products to receive in delay (date < = today) + * Graph : Products to send in delay (date < = today) """, "website" : "http://www.openerp.com", + "images" : ["images/delivery_orders.jpeg", "images/inventory_analysis.jpeg","images/location.jpeg","images/moves_analysis.jpeg","images/physical_inventories.jpeg","images/warehouse_dashboard.jpeg"], "depends" : ["product", "account"], "category" : "Warehouse", "init_xml" : [], diff --git a/addons/stock_invoice_directly/__openerp__.py b/addons/stock_invoice_directly/__openerp__.py index b9a21bc1c68..90ca717f779 100644 --- a/addons/stock_invoice_directly/__openerp__.py +++ b/addons/stock_invoice_directly/__openerp__.py @@ -30,6 +30,7 @@ """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/create_invoice.jpeg'], 'depends': ['delivery', 'stock'], 'init_xml': [], 'update_xml': [], diff --git a/addons/stock_location/__openerp__.py b/addons/stock_location/__openerp__.py index 8e4912f0f81..34302cd38d8 100644 --- a/addons/stock_location/__openerp__.py +++ b/addons/stock_location/__openerp__.py @@ -25,8 +25,8 @@ 'version': '1.0', 'category': 'Warehouse', 'description': """ -This module supplements the Warehouse application by adding support for per-product -location paths, effectively implementing Push and Pull inventory flows. +This module supplements the Warehouse application by adding support for per-product location paths, effectively implementing Push and Pull inventory flows. +=========================================================================================================================================================== Typically this could be used to: * Manage product manufacturing chains @@ -38,7 +38,7 @@ Typically this could be used to: * Help rental management, by generating automated return moves for rented products Once this module is installed, an additional tab appear on the product form, where you can add -Push and Pull flow specifications. The demo data of CPU1 product for that push/pull : +Push and Pull flow specifications. The demo data of CPU1 product for that push/pull : Push flows ---------- @@ -55,19 +55,19 @@ processed, or require a manual confirmation, depending on the parameters. Pull flows ---------- -Pull flows are a bit different from Pull flows, in the sense that they are not related to +Pull flows are a bit different from Push flows, in the sense that they are not related to the processing of product moves, but rather to the processing of procurement orders. What is being pulled is a need, not directly products. -A classical example of Push flow is when you have an Outlet company, with a parent Company +A classical example of Pull flow is when you have an Outlet company, with a parent Company that is responsible for the supplies of the Outlet. [ Customer ] <- A - [ Outlet ] <- B - [ Holding ] <~ C ~ [ Supplier ] When a new procurement order (A, coming from the confirmation of a Sale Order for example) arrives -in the Outlet, it is converted into another procurement (B, via a Push flow of type 'move') +in the Outlet, it is converted into another procurement (B, via a Pull flow of type 'move') requested from the Holding. When procurement order B is processed by the Holding company, and if the product is out of stock, it can be converted into a Purchase Order (C) from the Supplier -(Push flow of type Purchase). The result is that the procurement order, the need, is pushed +(Pull flow of type Purchase). The result is that the procurement order, the need, is pushed all the way between the Customer and Supplier. Technically, Pull flows allow to process procurement orders differently, not only depending on @@ -85,6 +85,7 @@ You can use the demo data as follow: - When delivering the customer: Pick List -> Packing -> Delivery Order from Gate A """, 'author': 'OpenERP SA', + 'images': ['images/pulled_flow.jpeg','images/pushed_flow.jpeg'], 'depends': ['procurement','stock','sale'], 'init_xml': [], 'update_xml': ['stock_location_view.xml', 'security/ir.model.access.csv', 'procurement_pull_workflow.xml'], diff --git a/addons/stock_no_autopicking/__openerp__.py b/addons/stock_no_autopicking/__openerp__.py index 95f4d1ad459..dac1ac248ee 100644 --- a/addons/stock_no_autopicking/__openerp__.py +++ b/addons/stock_no_autopicking/__openerp__.py @@ -25,8 +25,8 @@ 'version': '1.0', 'category': 'Warehouse', 'description': """ - This module allows an intermediate picking process to provide raw materials - to production orders. + This module allows an intermediate picking process to provide raw materials to production orders. + ------------------------------------------------------------------------------------------------- One example of usage of this module is to manage production made by your suppliers (sub-contracting). To achieve this, set the assembled product @@ -35,6 +35,7 @@ """, 'author': 'OpenERP SA', 'depends': ['mrp'], + 'images': ['images/auto_picking.jpeg'], 'update_xml': ['stock_no_autopicking_view.xml'], 'demo_xml': [], 'test': ['test/stock_no_autopicking.yml'], diff --git a/addons/stock_planning/__openerp__.py b/addons/stock_planning/__openerp__.py index 80fac11a438..bfac8ece587 100644 --- a/addons/stock_planning/__openerp__.py +++ b/addons/stock_planning/__openerp__.py @@ -24,18 +24,18 @@ "version":"1.1", "author":["OpenERP SA", "Grzegorz Grzelak (Cirrus)"], "category":"Warehouse", + "images":["images/master_procurement_schedule.jpeg","images/sales_forecast.jpeg","images/stock_planning_line.jpeg","images/stock_sales_period.jpeg"], "depends":["hr","stock","sale"], "description": """ -This module is based on original OpenERP SA module stock_planning version 1.0 of the same name Master Procurement Schedule. - Purpose of MPS is to allow create a manual procurement (requisition) apart of MRP scheduler (which works automatically on minimum stock rules). - +=============================================================================================================================================== +This module is based on original OpenERP SA module stock_planning version 1.0 of the same name Master Procurement Schedule. Terms used in the module: -- Stock and Sales Period - is the time (between Start Date and End Date) for which you plan Stock and Sales Forecast and make Procurement Planning. +- Stock and Sales Period - is the time (between Start Date and End Date) for which you plan Stock and Sales Forecast and make Procurement Planning. - Stock and Sales Forecast - is the quantity of products you plan to sell in the Period. - Stock Planning - is the quantity of products you plan to purchase or produce for the Period. -Because we have another module sale_forecast which uses terms "Sales Forecast" and "Planning" as amount values we will use terms "Stock and Sales Forecast" and "Stock Planning" to emphasize that we use quantity values. +Because we have another module sale_forecast which uses terms "Sales Forecast" and "Planning" as amount values we will use terms "Stock and Sales Forecast" and "Stock Planning" to emphasize that we use quantity values. Activity with this module is divided to three steps: - Creating Periods. Mandatory step. @@ -43,7 +43,7 @@ Activity with this module is divided to three steps: - Creating Planning lines, entering quantities to them and making Procurement. Making procurement is the final step for the Period. Periods -======= +------- You have two menu items for Periods in "Sales Management - Configuration". There are: - "Create Sales Periods" - Which automates creating daily, weekly or monthly periods. - "Stock and sales Periods" - Which allows to create any type of periods, change the dates and change the State of period. @@ -53,12 +53,12 @@ Creating periods is the first step you have to do to use modules features. You c Remarks: - These periods (officially Stock and Sales Periods) are separated of Financial or other periods in the system. - Periods are not assigned to companies (when you use multicompany feature at all). Module suppose that you use the same periods across companies. If you wish to use different periods for different companies define them as you wish (they can overlap). Later on in this text will be indications how to use such periods. -- When periods are created automatically their start and finish dates are with start hour 00:00:00 and end hour 23:59:00. Fe. when you create daily periods they will have start date 31.01.2010 00:00:00 and end date 31.01.2010 23:59:00. It works only in automatic creation of periods. When you create periods manually you have to take care about hours because you can have incorrect values form sales or stock. +- When periods are created automatically their start and finish dates are with start hour 00:00:00 and end hour 23:59:00. when you create daily periods they will have start date 31.01.2010 00:00:00 and end date 31.01.2010 23:59:00. It works only in automatic creation of periods. When you create periods manually you have to take care about hours because you can have incorrect values form sales or stock. - If you use overlapping periods for the same product, warehouse and company results can be unpredictable. - If current date doesn't belong to any period or you have holes between periods results can be unpredictable. Sales Forecasts -=============== +--------------- You have few menus for Sales forecast in "Sales Management - Sales Forecasts". - "Create Sales Forecasts for Sales Periods" - which automates creating forecasts lines according to some parameters. - "Sales Forecasts" - few menus for working with forecasts lists and forms. @@ -67,7 +67,7 @@ Menu "Create Sales Forecasts for Sales Periods" creates Forecasts for products f Remarks: - This tool doesn't create lines, if relevant lines (for the same Product, Period, Warehouse and validated or created by you) already exists. If you wish to create another forecast, if relevant lines exists you have to do it manually using menus described bellow. -- When created lines are validated by someone else you can use this tool to create another lines for the same Period, Product and Warehouse. +- When created lines are validated by someone else you can use this tool to create another lines for the same Period, Product and Warehouse. - When you choose "Copy Last Forecast" created line takes quantity and some settings from your (validated by you or created by you if not validated yet) forecast which is for last period before period of created forecast. If there are few your forecasts for period before this one (it is possible) system takes one of them (no rule which of them). @@ -78,13 +78,13 @@ Instead of forecast quantity you can enter amount of forecast sales in field "Pr All values on the form are expressed in unit of measure selected on form. You can select one of unit of measure from default category or from second category. When you change unit of measure the quanities will be recalculated according to new UoM: editable values (blue fields) immediately, non edited fields after clicking of "Calculate Planning" button. -To find proper value for Sale Forecast you can use "Sales History" table for this product. You have to enter parameters to the top and left of this table and system will count sale quantities according to these parameters. So you can select fe. your department (at the top) then (to the left): last period, period before last and period year ago. +To find proper value for Sale Forecast you can use "Sales History" table for this product. You have to enter parameters to the top and left of this table and system will count sale quantities according to these parameters. So you can select your department (at the top) then (to the left): last period, period before last and period year ago. Remarks: Procurement Planning -==================== +-------------------- Menu for Planning you can find in "Warehouse - Stock Planning". - "Create Stock Planning Lines" - allows you to automate creating planning lines according to some parameters. - "Master Procurement Scheduler" - is the most important menu of the module which allows to create procurement. @@ -93,13 +93,13 @@ As Sales forecast is phase of planning sales. The Procurement Planning (Planning Menu "Create Stock Planning Lines" allows you to create quickly Planning lines for products from selected Category, for selected Period, and for selected Warehouse. When you check option "All Products with Forecast" system creates lines for all products having forecast for selected Period and Warehouse. Selected Category will be ignored in this case. -Under menu "Master Procurement Scheduler" you can generally change the values "Planned Out" and "Planned In" to observe the field "Stock Simulation" and decide if this value would be accurate for end of the Period. -"Planned Out" can be based on "Warehouse Forecast" which is the sum of all forecasts for Period and Warehouse. But your planning can be based on any other information you have. It is not necessary to have any forecast. +Under menu "Master Procurement Scheduler" you can generally change the values "Planned Out" and "Planned In" to observe the field "Stock Simulation" and decide if this value would be accurate for end of the Period. +"Planned Out" can be based on "Warehouse Forecast" which is the sum of all forecasts for Period and Warehouse. But your planning can be based on any other information you have. It is not necessary to have any forecast. "Planned In" quantity is used to calculate field "Incoming Left" which is the quantity to be procured to make stock as indicated in "Stock Simulation" at the end of Period. You can compare "Stock Simulation" quantity to minimum stock rules visible on the form. But you can plan different quantity than in Minimum Stock Rules. Calculation is made for whole Warehouse by default. But if you want to see values for Stock location of calculated warehouse you can use check box "Stock Location Only". -If after few tries you decide that you found correct quantities for "Planned Out" and "Planned In" and you are satisfied with end of period stock calculated in "Stock Simulation" you can click "Procure Incoming Left" button to procure quantity of field "Incoming Left" into the Warehouse. System creates appropriate Procurement Order. You can decide if procurement will be made to Stock or Input location of calculated Warehouse. +If after few tries you decide that you found correct quantities for "Planned Out" and "Planned In" and you are satisfied with end of period stock calculated in "Stock Simulation" you can click "Procure Incoming Left" button to procure quantity of field "Incoming Left" into the Warehouse. System creates appropriate Procurement Order. You can decide if procurement will be made to Stock or Input location of calculated Warehouse. -If you don't want to Produce or Buy the product but just pick calculated quantity from another warehouse you can click "Supply from Another Warehouse" (instead of "Procure Incoming Left"). System creates pick list with move from selected source Warehouse to calculated Warehouse (as destination). You can also decide if this pick should be done from Stock or Output location of source warehouse. Destination location (Stock or Input) of destination warehouse will be used as set for "Procure Incoming Left". +If you don't want to Produce or Buy the product but just pick calculated quantity from another warehouse you can click "Supply from Another Warehouse" (instead of "Procure Incoming Left"). System creates pick list with move from selected source Warehouse to calculated Warehouse (as destination). You can also decide if this pick should be done from Stock or Output location of source warehouse. Destination location (Stock or Input) of destination warehouse will be used as set for "Procure Incoming Left". To see proper quantities in fields "Confirmed In", "Confirmed Out", "Confirmed In Before", "Planned Out Before" and "Stock Simulation" you have to click button "Calculate Planning". @@ -108,27 +108,27 @@ All values on the form are expressed in unit of measure selected on form. You ca How Stock Simulation field is calculated: Generally Stock Simulation shows the stock for end of the calculated period according to some planned or confirmed stock moves. Calculation always starts with quantity of real stock of beginning of current period. Then calculation adds or subtracts quantities of calculated period or periods before calculated. When you are in the same period (current period is the same as calculated) Stock Simulation is calculated as follows: -Stock Simulation = +Stock Simulation = Stock of beginning of current Period - - Planned Out + - Planned Out + Planned In When you calculate period next to current: -Stock Simulation = +Stock Simulation = Stock of beginning of current Period - - Planned Out of current Period + - Planned Out of current Period + Confirmed In of current Period (incl. Already In) - - Planned Out of calculated Period + - Planned Out of calculated Period + Planned In of calculated Period . -As you see calculated Period is taken the same way like in case above. But calculation of current Period are made a little bit different. First you should note that system takes for current Period only Confirmed In moves. It means that you have to make planning and procurement for current Period before this calculation (for Period next to current). +As you see calculated Period is taken the same way like in case above. But calculation of current Period are made a little bit different. First you should note that system takes for current Period only Confirmed In moves. It means that you have to make planning and procurement for current Period before this calculation (for Period next to current). When you calculate Period ahead: -Stock Simulation = - Stock of beginning of current Period - - Sum of Planned Out of Periods before calculated - + Sum of Confirmed In of Periods before calculated (incl. Already In) - - Planned Out of calculated Period +Stock Simulation = + Stock of beginning of current Period + - Sum of Planned Out of Periods before calculated + + Sum of Confirmed In of Periods before calculated (incl. Already In) + - Planned Out of calculated Period + Planned In of calculated Period. Periods before calculated means periods starting from current till period before calculated. diff --git a/addons/subscription/__openerp__.py b/addons/subscription/__openerp__.py index 88b567c2b5e..0ef23f8149c 100644 --- a/addons/subscription/__openerp__.py +++ b/addons/subscription/__openerp__.py @@ -24,7 +24,10 @@ 'name': 'Subscription and recurring operations', 'version': '1.0', 'category': 'Tools', - 'description': """Module allows to create new documents and add subscription on that document.""", + 'description': """ + This module allows to create new documents and add subscription on that document. + ================================================================================= + """, 'author': 'OpenERP SA', 'depends': ['base_tools'], 'init_xml': [], @@ -33,5 +36,6 @@ 'installable': True, 'active': False, 'certificate': '0029454782573', + 'images': ['images/subscription_document_fields.jpeg','images/subscriptions.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/survey/__openerp__.py b/addons/survey/__openerp__.py index ab32749b099..b809a640f88 100644 --- a/addons/survey/__openerp__.py +++ b/addons/survey/__openerp__.py @@ -24,9 +24,12 @@ 'version': '1.0', 'category': 'Tools', 'description': """ - This module is used for surveying. It depends on the answers or reviews of some questions by different users. + This module is used for surveying. + ================================== + + It depends on the answers or reviews of some questions by different users. A survey may have multiple pages. Each page may contain multiple questions and each question may have multiple answers. - Different users may give different answers of question and according to that survey is done. + Different users may give different answers of question and according to that survey is done. Partners are also sent mails with user name and password for the invitation of the survey """, 'author': 'OpenERP SA', @@ -51,5 +54,6 @@ 'installable': True, 'active': False, 'certificate' : '001131639736864143245', + 'images': ['images/survey_answers.jpeg','images/survey_pages.jpeg','images/surveys.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/thunderbird/__openerp__.py b/addons/thunderbird/__openerp__.py index 1181ab80ca1..3ac7baa346f 100644 --- a/addons/thunderbird/__openerp__.py +++ b/addons/thunderbird/__openerp__.py @@ -26,14 +26,15 @@ "website" : "http://www.openerp.com/", "depends" : ["base","mail_gateway"], "category" : "Tools", - "description": """Make a link between Thunderbird and OpenERP - This module is required for the thuderbird plug-in to work - properly. - The Plugin allows you archive email and its attachments to the selected + "description": """ + This module is required for the Thuderbird Plug-in to work properly. + ==================================================================== + + The plugin allows you archive email and its attachments to the selected OpenERP objects. You can select a partner, a task, a project, an analytical - account,or any other object and attach selected mail as eml file in - attachment of selected record. You can create Documents for crm Lead, - HR Applicant and project issue from selected mails. + account, or any other object and attach the selected mail as a .eml file in + the attachment of a selected record. You can create documents for CRM Lead, + HR Applicant and Project Issue from selected mails. """, "init_xml" : [], @@ -43,4 +44,5 @@ "active": False, "installable": True, "certificate" : "00899858104035139949", + 'images': ['images/config_thunderbird.jpeg','images/config_thunderbird_plugin.jpeg','images/thunderbird_document.jpeg'], } diff --git a/addons/users_ldap/__openerp__.py b/addons/users_ldap/__openerp__.py index 800fe2d966c..54c79535929 100644 --- a/addons/users_ldap/__openerp__.py +++ b/addons/users_ldap/__openerp__.py @@ -22,6 +22,7 @@ "name" : "Authenticate users with ldap server", "version" : "0.1", "depends" : ["base"], + "images" : ["images/ldap_configuration.jpeg"], "author" : "OpenERP SA", "description": """Adds support for authentication by ldap server. This module only works with Unix/Linux diff --git a/addons/warning/__openerp__.py b/addons/warning/__openerp__.py index af10eb968a5..4220a3564c8 100644 --- a/addons/warning/__openerp__.py +++ b/addons/warning/__openerp__.py @@ -21,10 +21,16 @@ { - 'name': 'Module for Warnings form onchange Event', + 'name': 'Display Warning Messages', 'version': '1.0', 'category': 'Tools', - 'description': """Module for Warnings form onchange Event.""", + 'description': """ + Module to trigger warnings in OpenERP objects. + ============================================== + + Warning messages can be displayed for objects like sale order, purchase order, + picking and invoice. The message is triggered by the form's onchange event. + """, 'author': 'OpenERP SA', 'depends': ['base', 'sale', 'purchase'], 'update_xml': ['warning_view.xml'], @@ -32,5 +38,6 @@ 'installable': True, 'active': False, 'certificate': '0080334018749', + 'images': ['images/customers_warnings.jpeg','images/sale_order_warning.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/web_livechat/__openerp__.py b/addons/web_livechat/__openerp__.py index 59546dd9701..7aa8cf03860 100644 --- a/addons/web_livechat/__openerp__.py +++ b/addons/web_livechat/__openerp__.py @@ -22,7 +22,10 @@ 'name': 'Live Chat Support', 'version': '1.1', 'category': 'Tools', - 'description': "Enable live chat support for whom have a maintenance contract", + 'description': """ + Enable live chat support for those who have a maintenance contract. + =================================================================== + """, 'author': 'OpenERP SA', 'website': 'http://openerp.com', 'depends': ['base'], @@ -31,4 +34,5 @@ 'active': True, 'web': True, 'certificate': '0013762192410413', + 'images': ['images/web_livechat_support.jpeg'], } diff --git a/addons/web_uservoice/__openerp__.py b/addons/web_uservoice/__openerp__.py index f4f58c77b14..d78fc3dac47 100644 --- a/addons/web_uservoice/__openerp__.py +++ b/addons/web_uservoice/__openerp__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ############################################################################## -# +# # OpenERP, Open Source Management Solution # Copyright (C) 2010 OpenERP s.a. (). # @@ -15,14 +15,19 @@ # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . +# along with this program. If not, see . # ############################################################################## { - 'name': 'Add uservoice button in header', + 'name': 'Receive User Feedback', 'version': '1.0', 'category': 'Tools', - 'description': "", + 'description': """ + Add Feedback button in header. + ============================== + + Invite OpenERP user feedback, powered by uservoice. + """, 'author': 'OpenERP SA', 'website': 'http://openerp.com', 'depends': ['base'], @@ -31,4 +36,5 @@ 'active': False, 'web': True, 'certificate': '0040452504963885', + 'images': ['images/resource_leaves_calendar.jpeg','images/resource_leaves_form.jpeg'], } diff --git a/addons/wiki/__openerp__.py b/addons/wiki/__openerp__.py index 097c887d268..ef746cb2d44 100644 --- a/addons/wiki/__openerp__.py +++ b/addons/wiki/__openerp__.py @@ -24,9 +24,10 @@ 'version': '1.0.1', 'category': 'Tools', 'description': """ -The base module to manage documents(wiki) +The base module to manage documents(wiki). +========================================== -keep track for the wiki groups, pages, and history +Keep track of Wiki groups, pages, and history. """, 'author': ['OpenERP SA', 'Axelor'], 'website': 'http://openerp.com', @@ -50,5 +51,6 @@ keep track for the wiki groups, pages, and history 'active': False, 'certificate': '0086363630317', 'web': True, + 'images': ['images/create_index.jpeg','images/page_history.jpeg','images/wiki_groups.jpeg','images/wiki_pages.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/wiki_faq/__openerp__.py b/addons/wiki_faq/__openerp__.py index aecde5fd4be..17c229ae9aa 100644 --- a/addons/wiki_faq/__openerp__.py +++ b/addons/wiki_faq/__openerp__.py @@ -23,7 +23,9 @@ 'name': 'Document Management - Wiki - FAQ', 'version': '1.0', 'category': 'Tools', - 'description': """This module provides a wiki FAQ Template + 'description': """ + This module provides a Wiki FAQ Template. + ========================================= """, 'author': 'OpenERP SA', 'website': 'http://openerp.com', @@ -34,5 +36,6 @@ 'installable': True, 'active': False, 'certificate' : '00475023941677743389', + 'images': ['images/wiki_groups_internal_faq.jpeg','images/wiki_pages_internal_faq.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/wiki_quality_manual/__openerp__.py b/addons/wiki_quality_manual/__openerp__.py index de2e57e35f7..78bb5b03586 100644 --- a/addons/wiki_quality_manual/__openerp__.py +++ b/addons/wiki_quality_manual/__openerp__.py @@ -23,7 +23,9 @@ 'name': 'Document Management - Wiki - Quality Manual', 'version': '1.0', 'category': 'Tools', - 'description': """Quality Manual Template + 'description': """ + Quality Manual Template. + ======================== """, 'author': 'OpenERP SA', 'website': 'http://openerp.com', @@ -34,5 +36,6 @@ 'installable': True, 'active': False, 'certificate' : '00705749856097740509', + 'images': ['images/wiki_pages_quality_manual.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/wiki_sale_faq/__openerp__.py b/addons/wiki_sale_faq/__openerp__.py index 4a18f757b73..7c8cde42736 100644 --- a/addons/wiki_sale_faq/__openerp__.py +++ b/addons/wiki_sale_faq/__openerp__.py @@ -27,6 +27,7 @@ """, 'author': 'OpenERP SA', 'website': 'http://openerp.com', + 'images': ['images/sale_document.jpeg','images/wiki_pages.jpeg'], 'depends': ['wiki_faq','document','crm'], 'init_xml': [ 'wiki_sale_faq_data.xml' @@ -34,7 +35,7 @@ 'update_xml': [ 'wiki_sale_faq_view.xml' ], - 'demo_xml': [ + 'demo_xml': [ ], 'installable': True, 'active': False,