~koi-accounting-modules-maintainer/koi-accounting-modules/7.0-fixed-asset

« back to all changes in this revision

Viewing changes to ar_account/__openerp__.py

  • Committer: Andhitia Rama
  • Date: 2014-04-06 22:30:47 UTC
  • Revision ID: andhitia.r@gmail.com-20140406223047-p6wkki7loettuhgu
Perubahan pada __openerp__.py modul ar_account

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#
20
20
##############################################################################
21
21
{
22
 
    'name' : 'AR - Accounting Application',
 
22
    'name' : 'KOI - Accounting Application',
23
23
    'version' : '1.1',
24
 
    'author' : 'Andhitia Rama & Michael Viriyananda',
 
24
    'author' : 'Kawula OpenERP Indonesia; Andhitia Rama & Michael Viriyananda',
25
25
    'category' : 'Accounting',
26
26
    'summary' : 'Accounting Application',
27
27
    'description' : """
28
28
    """,
29
 
    'website': 'http://andhitiarama.wordpress.com',
 
29
    'website': 'http://kawulaopenerpindonesia.wordpress.com http://andhitiarama.wordpress.com',
30
30
    'images' : [],
31
31
    'depends' : [   'ar_base', 
32
32
                    'account_accountant',