[IMP] Quite a huge work on the new intermediate statement stuff as well as on the automatic reconciliation wizard.

(lp:c2c-financial-addons/6.1 rev 24.1.10)
pull/524/head
Joël Grand-Guillaume 2012-05-30 16:08:58 +02:00 committed by Dũng (Trần Đình)
parent dd546481bb
commit 39961eb6f1
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@
'category': 'Hidden/Dependency', 'category': 'Hidden/Dependency',
'complexity': 'easy', #easy, normal, expert 'complexity': 'easy', #easy, normal, expert
'depends': ['account', 'sale','stock'], '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', 'website': 'http://www.openerp.com',
'init_xml': [], 'init_xml': [],
'update_xml': ['invoice_view.xml', 'sale_view.xml'], 'update_xml': ['invoice_view.xml', 'sale_view.xml'],