~vauxoo/addons-vauxoo/7.0-addons-vauxoo-send_email_add_follower-dev-julio

« back to all changes in this revision

Viewing changes to account_invoice_tax/__openerp__.py


[MERGE] from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    "version" : "1.0",
30
30
    "author" : "Vauxoo",
31
31
    "category" : "Localization/Mexico",
32
 
    "description" : """This module add relation tax in account_invoice_tax
33
 
     -You will need to apply the patch patch/account_invoice.patch, 
34
 
      that is located in this module ( use:patch -b file.py  file.patch )""",
 
32
    "description" : """This module add tax relation to original tax, to be able to take off all data from invoices.
 
33
Technical Warning - This module add method override
 
34
     def check_tax_lines from account_invoice
 
35
     def compute from account_invoice_tax
 
36
""",
35
37
    "website" : "http://www.vauxoo.com/",
36
38
    "license" : "AGPL-3",
37
39
    "depends" : ["account"],
38
40
    "init_xml" : [],
39
41
    "demo_xml" : [],
40
 
    "update_xml" : [],
 
42
    "update_xml" : [],#TODO Add field to view account.invoice
41
43
    "installable" : True,
42
44
    "active" : False,
43
45
}