← Back to team overview

openerp-india team mailing list archive

[Bug 923440] Re: Base_contact: Missing Fields in new design [6.1]

 

Can we change the title or move the topic to a specific branch because
if more an more covers finalising and correcting the new approach?

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/923440

Title:
  Base_contact: Missing Fields in new design [6.1]

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  Thanks for the new design of base_contact. It fits well into the other
  modules.

  I appreciate the approach that the data from "location" and contact is
  copied and stored thus accessible in the address itself efficiently.

  I wonder however, that there are no triggers to update the location items or the contact items in case one of them changes (not the assigment!). Does 6.1 require no trigger for update as in 6.0:
  (store={'model': (function, [Params],..)} ?

  
  I'm missing the status fields of an adress as was available in the old design (up to 6.0):

  'date_start': fields.date('Date Start',help="Start date of job(Joining Date)"),
  'date_stop': fields.date('Date Stop', help="Last date of job"),
  'state': fields.selection([('past', 'Past'),('current', 'Current')], \
                                  'State', required=True, help="Status of Address"),

  Further in order to select the main employer/function the following field was used:
   'sequence_partner': fields.integer('Partner Seq.',help='Order of importance\
                   of this job title in the list of job title of the linked partner'),

  and for the order in contacts the following field was used:
  'sequence_contact': fields.integer('Contact Seq.',help='Order of\
                       importance of this address in the list of addresses of the linked contact'),

  
  In addition to the direct phone and fax number the 'other' phone number would be appreciated

  Thanks

  Etienne

  P.S. As soon as we have a test installation on 6.1 running I can
  prepare patches

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/923440/+subscriptions


References