~bruno-bottacini/account-financial-tools/7.0-fix_account_move_template

« back to all changes in this revision

Viewing changes to account_default_draft_move/__openerp__.py

  • Committer: Omar (Pexego)
  • Author(s): Alexandre Fayolle
  • Date: 2013-02-14 10:03:31 UTC
  • mfrom: (106.1.1 account-financial-tools)
  • Revision ID: omar@pexego.es-20130214100331-nhq0h4wh2wqzgp8o
[IMP] account_default_draft_move: Show button cancel in invoice for group account.group_account_invoice instead of group_no_one

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
    """,
50
50
    'website': 'http://www.camptocamp.com',
51
 
    'data' : [],
 
51
    'data' : ['invoice_view.xml'],
52
52
    'installable': True,
53
53
    'active': False,
54
54
}