[ADD]: Images of account_cancel, account_coda, account_followup, account_invoice_layout and account_payment modules.

bzr revid: rch@tinyerp.com-20110315120251-2fbqce700h205c4i
This commit is contained in:
rch-openerp 2011-03-15 17:32:51 +05:30
parent 2decd59a65
commit 696f3d25d8
6 changed files with 13 additions and 4 deletions

View File

@ -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': [

View File

@ -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' ],

View File

@ -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" : [],

View File

@ -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': [

View File

@ -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': [

View File

@ -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': [