← Back to team overview

openerp-india team mailing list archive

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

 

Hello Etienne and Stuart,

As Etienne said, base_contact module is empty for trunk because we have
removed this functionality (res.partner.contact object).

That's why we have removed this module from trunk. So this feature can
not be consider anymore for trunk.

For 6.1 it's big improvement. 6.1 is stable version, We have consider
only blocking point and small change for stable version (because partner
are used their production database on stable version, If we done a big
commit as a improvement then many problem will occurs on their
production database).

So we can not consider this improvement for stable 6.1.

Anyways thanks for contributions.

Hope you will understand this procedure.

Thanks again!

** Changed in: openobject-addons
       Status: Confirmed => Invalid

-- 
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):
  Invalid

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