Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8167651
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T20:15:52+00:00 2026-06-06T20:15:52+00:00

I am using openerp 6.1.1 and trying to create an applicant from thunderbird addon.

  • 0

I am using openerp 6.1.1 and trying to create an applicant from thunderbird addon.

I have created a custom module to add some extra fields to the hr_applicant model.

The thunderbird OpenERP addon does not show the option to create an Applicant.

When I remove the custom module, I am able to see the option in the thunderibird add on.

I am not clear what am I doing wrong in the custom module:

class hr_applicant_custom (osv.osv):
  _name = 'hr.applicant'
  _inherit = 'hr.applicant'
  _columns = {
    'year_passing': fields.integer('Passing Year', help='Year of passing'),
    'experience': fields.float('Experience', digits=(3,1)),    
  }
hr_applicant_custom()

Please advice. Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T20:15:53+00:00Added an answer on June 6, 2026 at 8:15 pm

    In Thunderbird, module you can see the model which are inheriting the model mail.thread for this behavior reposnsible method is message_capable_models, Which will filter model which are inheriting the model mail.thread

    In your case if you see closely in code of the module hr_recruitment you will find hr.applicant model is inheriting the mail.thread, so you will see it under TB Push Mai list, now in your module what you are doing is modifying the _inherit attribute of the model hr.applicant so due to python MRO this will be change to new class and now this model is not eligible for creating new record.

    Solution : you should try multiple model in _inherit like inherit = ['mail.thread', 'hr.applicant']

    Hope this will help.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to close parent window from child window using javascript, but its
I am trying to debug OpenERP 6.1 on Windows 7 x64. I have Python
I'm trying to save a dynamic pdf file generated from a web server using
I am trying to insert customer details into OpenERP server using XMLPRC and java.
I have two pages, the parent and from this page I am using: window.open('OrderDetailsFull.aspx?ObjectID='
I can easily install new modules in OpenERP v6.1 using XML-RPC from a Python
using (var file_stream = File.Create(users.xml)) { var serializer = new XmlSerializer(typeof(PasswordManager)); serializer.Serialize(file_stream, this); file_stream.Close();
Using C# for ASP.NET and MOSS development, we often have to embed JavaScript into
I'm trying to add social media share/like buttons to a web page, the share
I'm trying to deploy a war to a Apache Tomcat server (Build 6.0.24) using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.