~openerp-community/openobject-addons/elico-6.0

« back to all changes in this revision

Viewing changes to account_invoice_line_decimal_precision/__openerp__.py

  • Committer: Eric Caudal
  • Date: 2011-12-22 10:09:31 UTC
  • Revision ID: contact@elico-corp.com-20111222100931-l75q2fa9azm72i0g
[ADD] using account line dp for the standard cost

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
{
25
25
    'name': 'Invoice Line with Different Precision',
26
 
    'version': '0.9',
 
26
    'version': '0.2',
27
27
    'category': 'Accounting / Invoicing',
28
28
    'description': """
29
 
A module to apply different decimal accuracy in the invoice line.
 
29
    *** NOTICE: You need to delete the existing precision settings of "Account Line" before upgrade this module. ***
 
30
A module to apply different decimal accuracy in the invoice line, and in the purchase order line.
30
31
This means that you can have 2 digits for the invoice total calculation and 4 digits for the invoice details and unit price. 
31
32
""",
32
33
    'author': 'Elico Corp',
33
34
    'website': 'http://www.openerp.net.cn',
34
 
    'depends': ['account','decimal_precision'],
 
35
    'depends': ['account','decimal_precision', 'product'],
35
36
    'init_xml': [],
36
37
    'update_xml': [
37
 
                'data/decimal.precision.csv',
 
38
                'data/decimal.precision.xml',
38
39
        ],
39
40
    'demo_xml': [], 
40
41
    'test': [],