diff --git a/pos_autoreconcile/README.rst b/pos_autoreconcile/README.rst index 7f693bbe..4e5fd867 100644 --- a/pos_autoreconcile/README.rst +++ b/pos_autoreconcile/README.rst @@ -2,14 +2,14 @@ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 -================================== -POS Trade Receivable Autoreconcile -================================== +================= +POS Autoreconcile +================= -This module reconciles "Trade Receivable" record created on Customer account -with Payments made by this customer. +Module reconciles Invoices and "Trade Receivable" records with payments made by +related Customer. -Example: +Example of "Trade Receivable" reconciliation: * Product costs 8EUR but customer pays 10EUR by cash getting 2EUR in return. In accounting it looks like this: @@ -89,4 +89,4 @@ 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. +To contribute to this module, please visit http://odoo-community.org. \ No newline at end of file diff --git a/pos_autoreconcile/__openerp__.py b/pos_autoreconcile/__openerp__.py index 9f8fb9a9..8e08a88a 100644 --- a/pos_autoreconcile/__openerp__.py +++ b/pos_autoreconcile/__openerp__.py @@ -21,7 +21,7 @@ ############################################################################## { - 'name': 'POS Trade Receivable Autoreconcile', + 'name': 'POS Autoreconcile', 'version': '0.1', 'author': 'Versada UAB,Odoo Community Association (OCA)', 'category': 'Point Of Sale',