Browse Source

[IMP] A few minor changes

pull/27/head
Andrius Preimantas 9 years ago
parent
commit
99357a768e
  1. 2
      pos_trade_receivable_autoreconcile/README.rst
  2. 4
      pos_trade_receivable_autoreconcile/__openerp__.py

2
pos_trade_receivable_autoreconcile/README.rst

@ -11,6 +11,7 @@ Example:
* Product costs 8EUR but customer pays 10EUR by cash getting 2EUR in return. * Product costs 8EUR but customer pays 10EUR by cash getting 2EUR in return.
In accounting it looks like this: In accounting it looks like this:
1) D: cash: 10 1) D: cash: 10
2) C: account_receivable: 10 2) C: account_receivable: 10
@ -19,6 +20,7 @@ In accounting it looks like this:
* When closing & validating a session system would create "Trade Receivable" * When closing & validating a session system would create "Trade Receivable"
counterpart like this: counterpart like this:
5) D: account_receivable: 8 5) D: account_receivable: 8
6) C: income_account: 8 6) C: income_account: 8

4
pos_trade_receivable_autoreconcile/__openerp__.py

@ -5,8 +5,8 @@
{ {
'name': 'POS Trade Receivable Autoreconcile', 'name': 'POS Trade Receivable Autoreconcile',
'version': '0.1', 'version': '0.1',
'author': 'Versada UAB',
'category': 'Other',
'author': 'Versada UAB,Odoo Community Association (OCA)',
'category': 'Point Of Sale',
'website': 'http://www.versada.lt', 'website': 'http://www.versada.lt',
'depends': [ 'depends': [
'point_of_sale', 'point_of_sale',

Loading…
Cancel
Save