~camptocamp/openerp-swiss-localization/7.0-pending-merge

« back to all changes in this revision

Viewing changes to l10n_ch_base_bank/__openerp__.py

  • Committer: Vincent Renaville
  • Author(s): nicolas.bessi at camptocamp
  • Date: 2013-07-08 14:51:57 UTC
  • mfrom: (175.3.4 add_related_ccp_account)
  • Revision ID: vincent.renaville@camptocamp.com-20130708145157-9j2rx1auck47nxzu
Tags: V7.1
[FIX] Change addons with new release 7.1
  *) Add ccp account on res_bank but keep retro compatibility with old model.
     If no ccp is set on bank old behavior is kept
     Be aware if you have customize bvr.mako you have to replace acc_number by get_account_number()
  *) Add constraint to avoid wrong entries
  *) Disable invoice reference overwrite
  *) Better bank views
  *) Validating an account invoice does not overwrite invoice reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
##############################################################################
20
20
 
21
21
{'name': 'Switzerland - Bank type',
22
 
 'description':  """
 
22
 'description': """
23
23
Swiss localization Bank type. Add new bank types
24
24
================================================
25
25
This addons will add different bank type required by
26
26
DTA, and ESR system in order to manage duality of Post and bank systems
27
27
""",
28
 
 'version': '1.0',
 
28
 'version': '1.1',
29
29
 'author': 'Camptocamp',
30
30
 'category': 'Localization',
31
31
 'website': 'http://www.camptocamp.com',
36
36
 'auto_install': False,
37
37
 'installable': True,
38
38
 'images': []
39
 
}
 
39
 }
40
40
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: