diff --git a/base_transaction_id/__openerp__.py b/base_transaction_id/__openerp__.py index bd32d912..abf49131 100644 --- a/base_transaction_id/__openerp__.py +++ b/base_transaction_id/__openerp__.py @@ -26,7 +26,9 @@ 'category': 'Hidden/Dependency', 'complexity': 'easy', #easy, normal, expert 'depends': ['account', 'sale','stock'], - 'description': """Adds transaction id to invoice and sale models and views""", + 'description': """Adds transaction id to invoice and sale models and views. This is mostely used for E-commerce handling. You + can then add a mapping on that SO field to save the E-Commerce financial Transaction ID into the OpenERP SO field. The main + purpose is to ease the reconciliation process.""", 'website': 'http://www.openerp.com', 'init_xml': [], 'update_xml': ['invoice_view.xml', 'sale_view.xml'],