mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[ADD] documentation module + pep8 cleaning
This commit is contained in:
committed by
Yannick Vaucher
parent
fc325a4dbc
commit
d6e29bbfe5
61
account_import_line_multicurrency_extension/README.rst
Normal file
61
account_import_line_multicurrency_extension/README.rst
Normal file
@@ -0,0 +1,61 @@
|
||||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
||||
:alt: License: AGPL-3
|
||||
|
||||
Module name
|
||||
===========
|
||||
|
||||
Account Import Line Multi Currency Extension
|
||||
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
Nothing
|
||||
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
* improve the view of the import invoice wizard in the bank statement form in order to display more relevant columns especially if you work in multi-currency and handle partial payment.
|
||||
|
||||
* A columns 'Journal currency symbol' has been added just after the amount column to avoir confusion from end-users -> When the bank journal is in foreign currency then the amount culumn must be filled in that currency.
|
||||
|
||||
* When importing lines in currencies amount, amount currency and currency are now correctely handled
|
||||
|
||||
* When lines are imported the reference goes to the communication field (instead of reference of the bank statement line) in order to have a default proposal from the system during the reconciliation process.
|
||||
|
||||
A check has been added when pressing 'Reconcile' button : no amount at zero are accepted. (since it is obviously an user error)
|
||||
|
||||
|
||||
|
||||
Bug Tracker
|
||||
===========
|
||||
|
||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/bank-payment/issues>`_.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
|
||||
`here <https://github.com/OCA/bank-payment/issues/new?body=module:%20account_import_line_multicurrency_extension%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
* Vincent renaville <vincent.renaville@camptocamp.com>
|
||||
|
||||
Maintainer
|
||||
----------
|
||||
|
||||
.. image:: http://odoo-community.org/logo.png
|
||||
:alt: Odoo Community Association
|
||||
:target: http://odoo-community.org
|
||||
|
||||
This module is maintained by the OCA.
|
||||
|
||||
OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.
|
||||
|
||||
To contribute to this module, please visit http://odoo-community.org.
|
||||
Reference in New Issue
Block a user