~vauxoo/addons-vauxoo/8.0-import_tax_tariff-dev-yani-rev-2

« back to all changes in this revision

Viewing changes to account_move_cancel/__openerp__.py

  • Committer: Jose Antonio
  • Author(s): Vauxoo
  • Date: 2012-04-23 15:42:11 UTC
  • mfrom: (211.1.6 addons-vauxoo)
  • Revision ID: jose@vauxoo.com-20120423154211-dti7wju0z5vcp73a

[MERGE] Merge from trunk added module to invoice cancel with withholding income and islr

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
{
26
26
    "name" : "Account Move Cancel",
27
27
    "version" : "0.1",
28
 
    "depends" : ["account",'account_cancel','l10n_ve_withholding_iva','l10n_ve_withholding'],
 
28
    "depends" : ["account",'account_cancel'],
29
29
    "author" : "Vauxoo",
30
30
    "description" : """
 
31
    Cancel Invoices and witholding
31
32
    """,
32
33
    "website" : "http://vauxoo.com",
33
34
    "category" : "Generic Modules",
36
37
    "test": [ ],
37
38
    "update_xml" : [
38
39
    'wizard/account_move_cancel_view.xml',
39
 
    'workflow/account_workflow.xml', 
 
40
    'view/invoice_view.xml', 
40
41
    
41
42
    
42
43