From 696f3d25d8d3b867941dc7034dea6e62039f2fb4 Mon Sep 17 00:00:00 2001 From: rch-openerp Date: Tue, 15 Mar 2011 17:32:51 +0530 Subject: [PATCH] [ADD]: Images of account_cancel, account_coda, account_followup, account_invoice_layout and account_payment modules. bzr revid: rch@tinyerp.com-20110315120251-2fbqce700h205c4i --- addons/account/__openerp__.py | 2 +- addons/account_cancel/__openerp__.py | 1 + addons/account_coda/__openerp__.py | 1 + addons/account_followup/__openerp__.py | 6 ++++-- addons/account_invoice_layout/__openerp__.py | 5 ++++- addons/account_payment/__openerp__.py | 2 ++ 6 files changed, 13 insertions(+), 4 deletions(-) diff --git a/addons/account/__openerp__.py b/addons/account/__openerp__.py index cee1f92b81f..e9a5eef2557 100644 --- a/addons/account/__openerp__.py +++ b/addons/account/__openerp__.py @@ -50,7 +50,7 @@ grouping is maintained through journal) for a particular financial year and for 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','images/payment_order.jpeg','images/supplier_voucher.jpeg'], + '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','images/supplier_voucher.jpeg'], 'init_xml': [], "depends" : ["product", "analytic", "process","board"], 'update_xml': [ diff --git a/addons/account_cancel/__openerp__.py b/addons/account_cancel/__openerp__.py index 6c6cc604299..2189e5a383e 100644 --- a/addons/account_cancel/__openerp__.py +++ b/addons/account_cancel/__openerp__.py @@ -28,6 +28,7 @@ Module adds 'Allow cancelling entries' field on form view of account journal. If set to true it allows user to cancel entries & invoices. """, '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 74f490d6dfb..cd8bd9eea57 100644 --- a/addons/account_coda/__openerp__.py +++ b/addons/account_coda/__openerp__.py @@ -28,6 +28,7 @@ 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 ae6fb8e4fce..63b6c523dd1 100644 --- a/addons/account_followup/__openerp__.py +++ b/addons/account_followup/__openerp__.py @@ -25,6 +25,7 @@ 'category': 'Generic Modules/Accounting', 'description': """ 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 @@ -37,12 +38,13 @@ different levels of recall defined. You can define different policies for different companies. You can also send mail to the customer. - Note that if you want to change the followup level for a given partner/account entry, you can do from in the menu: - Accounting/Reporting/Generic Reporting/Partner Accounts/Follow-ups Sent + Note that if you want to check the followup level for a given partner/account entry, you can do from in the menu: + Accounting/Reporting/Generic Reporting/Partners/Follow-ups Sent """, '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 36eeb41b137..1878dd06d84 100644 --- a/addons/account_invoice_layout/__openerp__.py +++ b/addons/account_invoice_layout/__openerp__.py @@ -26,17 +26,20 @@ 'category': 'Generic Modules/Projects & Services', 'description': """ 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 - Moreover, there is one option which allows you to print all the selected invoices with a given special message at the bottom of it. This feature can be very useful for printing your invoices with end-of-year wishes, special punctual conditions... + Moreover, there is one option which allows you to print all the selected invoices with a given special message at the bottom of it. This feature can be very useful for printing your invoices with end-of-year wishes, special punctual conditions. """, '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 ec4d7ffba4b..00b8e85c4cc 100644 --- a/addons/account_payment/__openerp__.py +++ b/addons/account_payment/__openerp__.py @@ -26,9 +26,11 @@ "category": "Generic Modules/Payment", "description": """ 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': [