~elbati/partner-contact-management/adding_partner_optout_enable

« back to all changes in this revision

Viewing changes to partner_contact_address_detailed/__openerp__.py

  • Committer: nicolas.bessi at camptocamp
  • Date: 2013-02-04 13:59:47 UTC
  • Revision ID: nicolas.bessi@camptocamp.com-20130204135947-zvxgjm2qtkcig369
[IMP] whitespace/indentation and module description

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#
19
19
##############################################################################
20
20
 
21
 
{'name': 'All address, Contact form',
22
 
 'description':  """Show all informations of partner address in partner contact form
23
 
""",
 
21
{'name': 'All address data in summarized contact form',
 
22
 'description':  """Show all informations of partner address
 
23
in summarized partner contact form when creating a new partner""",
24
24
 'version': '1.0',
25
25
 'author': 'Camptocamp',
26
26
 'category': 'MISC',
32
32
 'auto_install': False,
33
33
 'installable': True,
34
34
 'images': []
35
 
}
 
35
 }