Skip to content

Commit 9f299d9

Browse files
author
Stephane Wirtel
committedJul 24, 2012
[MERGE] lp:~openerp-dev/openobject-addons/trunk-review_module_desc-psi
bzr revid: [email protected]
2 parents fa0b196 + 75fb9fb commit 9f299d9

File tree

138 files changed

+962
-831
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+962
-831
lines changed
 

‎addons/account/__openerp__.py

+13-15
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,23 @@
2929
3030
Financial and accounting module that covers:
3131
--------------------------------------------
32-
General accountings
33-
Cost / Analytic accounting
34-
Third party accounting
35-
Taxes management
36-
Budgets
37-
Customer and Supplier Invoices
38-
Bank statements
39-
Reconciliation process by partner
32+
* General Accounting
33+
* Cost/Analytic accounting
34+
* Third party accounting
35+
* Taxes management
36+
* Budgets
37+
* Customer and Supplier Invoices
38+
* Bank statements
39+
* Reconciliation process by partner
4040
4141
Creates a dashboard for accountants that includes:
4242
--------------------------------------------------
43-
* List of Customer Invoice to Approve
44-
* Company Analysis
45-
* Graph of Aged Receivables
46-
* Graph of Treasury
43+
* List of Customer Invoice to Approve
44+
* Company Analysis
45+
* Graph of Treasury
4746
48-
The processes like maintaining of general ledger is done through the defined financial Journals (entry move line or
49-
grouping is maintained through journal) for a particular financial year and for preparation of vouchers there is a
50-
module named account_voucher.
47+
The processes like maintaining of general ledger is done through the defined financial Journals (entry move line orgrouping is maintained through journal) for a particular
48+
financial year and for preparation of vouchers there is a module named account_voucher.
5149
""",
5250
'website': 'http://www.openerp.com',
5351
'images' : ['images/accounts.jpeg','images/bank_statement.jpeg','images/cash_register.jpeg','images/chart_of_accounts.jpeg','images/customer_invoice.jpeg','images/journal_entries.jpeg'],

‎addons/account_accountant/__openerp__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
Accounting Access Rights.
3030
=========================
3131
32-
This module gives the admin user the access to all the accounting features
32+
This module gives the Admin user the access to all the accounting features
3333
like the journal items and the chart of accounts.
3434
35-
It assigns manager and user access rights to the Administrator, and only
35+
It assigns manager and user access rights to the Administrator and only
3636
user rights to Demo user.
3737
""",
3838
'website': 'http://www.openerp.com',

0 commit comments

Comments
 (0)
Please sign in to comment.