mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[MRG] From customer branch
(lp:c2c-financial-addons/6.1 rev 58)
This commit is contained in:
committed by
Iryna Vyshnevska
parent
a3b65c4369
commit
829557720c
@@ -26,13 +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. On Sales order, you can specify the transaction ID
|
||||
used for the payment and it will be propagated to the invoice (even if made from packing).
|
||||
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 and
|
||||
be able to find the partner when importing the bank statement.
|
||||
""",
|
||||
'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'],
|
||||
|
||||
Reference in New Issue
Block a user