~camptocamp/partner-contact-management/7.0-add_birthdate_nbi

« back to all changes in this revision

Viewing changes to partner_firstname/__openerp__.py

[FIX] partner_firstname name not editable in user view

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
The field 'name' becomes a stored function field concatenating lastname, firstname
25
25
""",
26
 
 'version': '1.0',
 
26
 'version': '1.0.1',
27
27
 'author': 'Camptocamp',
28
28
 'category': 'MISC',
29
29
 'website': 'http://www.camptocamp.com',
30
30
 'depends': ['base'],
31
 
 'data': ['partner_view.xml'],
 
31
 'data': [
 
32
     'partner_view.xml',
 
33
     'res_user_view.xml',
 
34
     ],
32
35
 'demo': [],
33
36
 'test': [],
34
37
 'auto_install': False,