[6.0] contact / base_contact : display status of contact in partner form

Bug #720231 reported by Ferdinand
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Invalid
Wishlist
OpenERP R&D Addons Team 1

Bug Description

currently the status of an employee (current/past) is only displayed in the contact form but must also be displayed in the partner form.

 IMHO it would be also good to be able to add the date job start/end as info fields

Amit Parik (amit-parik)
Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2)
importance: Undecided → Low
status: New → Confirmed
Changed in openobject-addons:
assignee: OpenERP R&D Addons Team 2 (openerp-dev-addons2) → OpenERP R&D Addons Team 1 (openerp-dev-addons1)
Changed in openobject-addons:
importance: Low → Wishlist
Revision history for this message
Jigar A. (ifixthat) wrote :

Hello,

        I have checked your proposed idea. Now we don't have any dependencies in base_contact and hr so we can not link them direct way. so for now we are putting it in Wishlist.

Thank You

Revision history for this message
Ferdinand (office-chricar) wrote :

Apparently I have not been clear
there is NO dependency on HR
the status field is in res_partner_job

 'job_ids': fields.one2many('res.partner.job', 'contact_id', 'Functions and Addresses'),

<!-- Views for Contacts Form View -->

    <record model="ir.ui.view" id="view_partner_contact_form">
 .... snip

                       <field name="job_ids" colspan="4" nolabel="1" mode="tree,form">
                            <form string="Functions and Addresses">
                               <group colspan="4" col="4">
                                   <field name="sequence_contact" />
                                   <field name="function"/>
                                   <field name="name" on_change="onchange_name(name,address_id)"/>
                                   <field name="address_id"/>
                                   <field name="date_start" />
                                   <field name="date_stop" />
                                   <field name="state" />

it just has to be added to
    <record model="ir.ui.view" id="view_partner_form_inherit">

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello Ferdinand,

base_contact is totally removed form the trunk addons, So this
issue doesn't affect anymore.

That's why I am closing this issue.

Thanks for reporting!

Changed in openobject-addons:
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.