~savoirfairelinux-openerp/partner-contact-management/supplier_information_bank_account_amelioration

« back to all changes in this revision

Viewing changes to user_firstname/__openerp__.py

  • Committer: EL HADJI DEM
  • Date: 2014-01-03 15:07:50 UTC
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: elhadji.dem@savoirfairelinux.com-20140103150750-k2wb2zkq0fmgwkhc
[IMP] add partner_maiden_name module (It adds maiden name in partner and contact view), add partner_member_observer module (it adds 2 booleans fields member_state and observer_state in partner view; it allows to say if partner is a member state or observer state), add partner_supplier_information module (It adds specific information about supplier in partner view), add res_bank_account module (It adds title bank account information, observation and active fields in res_partner_bank), add employee_firstname module (it adds lastname and firstname in employee view), add user_firstname (It adds lastname and firstname in user view)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
* EL HADJI DEM (elhadji.dem@savoirfairelinux.com)
40
40
""",
41
41
    'depends': [
 
42
        'base',
42
43
        'partner_firstname',
43
44
    ],
44
45
    'external_dependencies': {},
45
 
    'data': [
46
 
        'res_user_view.xml',
47
 
    ],
 
46
    'data': [],
48
47
    'demo': [],
49
48
    'test': [],
50
49
    'installable': True,