~openerp-commiter/openobject-addons/extra-6.0

« back to all changes in this revision

Viewing changes to base_partner_surname/__openerp__.py

  • Committer: Serpent Consulting Services
  • Date: 2012-09-04 19:08:27 UTC
  • Revision ID: support@serpentcs.com-20120904190827-i3xlc2325oknvv9o
[FIX] base_partner_surname : necessary corrections

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    "category" : "Generic Modules/Base",
27
27
    "description": """
28
28
This module use for seperate surname from contact name of partner. Now You can give first name & last name on contact Name.
29
 
This module is deprecated, it is higly recommended to use base_contact instead.
 
29
This module is deprecated, it is highly recommended to use base_contact instead.
30
30
 
31
31
    """,
32
32
    "depends" : ["base"],
33
33
    "init_xml" : [ ],
34
34
    "demo_xml" : [ ],
35
35
    "update_xml" : [ "partner_view.xml" ],
36
 
    "installable": True
 
36
    "installable": True,
 
37
    "active": False
37
38
}
38
39
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
39
40