~lin-yu/account-invoicing/add_account_invoce_line

« back to all changes in this revision

Viewing changes to account_invoice_line/__openerp__.py

  • Committer: LIN Yu
  • Date: 2013-08-28 02:10:58 UTC
  • Revision ID: lin.yu@elico-corp.com-20130828021058-htihlrz47g6c28oa
[FIX] Change Module account_invoice_line: remove non relevent functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    'description': """
30
30
Invoice Line
31
31
==================================================
32
 
* Add Account Invoice Line View
33
 
* Add Account Invoice Type
34
 
* Add Several New Fields to Invoice supplier_invoice_number, fapiao_date, partner_ref, reference_type
 
32
* Create a menu for read Only list View of account invoice line
 
33
* Add part of invoice header infomation in invoice line list view
35
34
    """,
36
35
    'author': 'Elico Corp',
37
36
    'website': 'http://www.elico-corp.com',
38
37
    'images' : [],
39
38
    'depends': ['account'],
40
39
    'data': [
41
 
        'account_view.xml',        
42
 
        'security/ir.model.access.csv',
 
40
        'account_view.xml',
43
41
    ],
44
42
    'test': [],
45
43
    'demo': [],