Public bug reported:

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

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, 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):
  New

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

-- 
Mailing list: https://launchpad.net/~credativ
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~credativ
More help   : https://help.launchpad.net/ListHelp

Reply via email to