Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

AttributeError: 'int' object has no attribute 'id'

Subscribe

Get notified when there's activity on this post

This question has been flagged
3 Replies
16653 Views
Avatar
Afthab



Traceback (most recent call last): File "/odoo/odoo-server/odoo/http.py", line 640, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/odoo/odoo-server/odoo/http.py", line 677, in dispatch result = self._call_function(**self.params) File "/odoo/odoo-server/odoo/http.py", line 333, in _call_function return checked_call(self.db, *args, **kwargs) File "/odoo/odoo-server/odoo/service/model.py", line 101, in wrapper return f(dbname, *args, **kwargs) File "/odoo/odoo-server/odoo/http.py", line 326, in checked_call result = self.endpoint(*a, **kw) File "/odoo/odoo-server/odoo/http.py", line 935, in __call__ return self.method(*args, **kw) File "/odoo/odoo-server/odoo/http.py", line 506, in response_wrap response = f(*args, **kw) File "/odoo/odoo-server/addons/web/controllers/main.py", line 1154, in load action = request.env[action_type].browse([action_id]).read() File "/odoo/odoo-server/odoo/addons/base/ir/ir_actions.py", line 317, in read result = super(IrActionsActWindow, self).read(fields, load=load) File "/odoo/odoo-server/odoo/models.py", line 3018, in read values[name] = field.convert_to_read(record[name], record, use_name_get) File "/odoo/odoo-server/odoo/models.py", line 5208, in __getitem__ return self._fields[key].__get__(self, type(self)) File "/odoo/odoo-server/odoo/fields.py", line 910, in __get__ self.determine_value(record) File "/odoo/odoo-server/odoo/fields.py", line 1022, in determine_value self.compute_value(recs) File "/odoo/odoo-server/odoo/fields.py", line 976, in compute_value self._compute_value(records) File "/odoo/odoo-server/odoo/fields.py", line 967, in _compute_value getattr(records, self.compute)() File "/odoo/odoo-server/odoo/addons/base/ir/ir_actions.py", line 277, in _compute_search_view fvg = self.env[act.res_model].fields_view_get(act.search_view_id.id, 'search') File "/odoo/odoo-server/addons/hr_uae/models/hr_employee.py", line 52, in fields_view_get expiry_tree_emirates_view_id = get_view_id('view_expiry_emirates_reminder_employee_tree', 'hr.employee.tree').id AttributeError: 'int' object has no attribute 'id'    





my  hr_employee.py file is


# -*- coding: utf-8 -*-

#

# OpenERP, Open Source Management Solution

#

# This program is free software: you can redistribute it and/or modify

# it under the terms of the GNU Affero General Public License as

# published by the Free Software Foundation, either version 3 of the

# License, or (at your option) any later version.

#

# This program is distributed in the hope that it will be useful,

# but WITHOUT ANY WARRANTY; without even the implied warranty of

# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

# GNU Affero General Public License for more details.

#

# You should have received a copy of the GNU Affero General Public License

# along with this program. If not, see <http://www.gnu.org/licenses/>.

#

from odoo import models, fields, api, _

from datetime import datetime, timedelta

from odoo.exceptions import except_orm, RedirectWarning

from lxml import etree

class HrEmployee(models.Model):

_inherit = 'hr.employee'

@api.model

def fields_view_get(self, view_id=None, view_type=False, toolbar=False, submenu=False):

res = super(HrEmployee, self).fields_view_get(view_id=view_id, view_type=view_type, toolbar=toolbar,

submenu=submenu)

today = datetime.now().strftime('%Y-%m-%d')

tomorrow = (datetime.now() + timedelta(days=1)).strftime('%Y-%m-%d')

day_b4_30 = (datetime.now() + timedelta(days=30)).strftime('%Y-%m-%d')

day_b4_60 = (datetime.now() + timedelta(days=60)).strftime('%Y-%m-%d')

today_str = "'" + today + "'"

tomorrow_str = "'" + tomorrow + "'"

day_b4_30_str = "'" + day_b4_30 + "'"

day_b4_60_str = "'" + day_b4_60 + "'"

def get_view_id(xid, name):

try:

return self.env.ref('archi_custom.' + xid)

except ValueError:

view = self.env['ir.ui.view'].search([('name', '=', name)], limit=1)

if not view:

return False

return view.id

expiry_tree_emirates_view_id = get_view_id('view_expiry_emirates_reminder_employee_tree', 'hr.employee.tree').id

expiry_tree_passport_view_id = get_view_id('view_expiry_passport_reminder_employee_tree', 'hr.employee.tree').id

expiry_tree_license_view_id = get_view_id('view_expiry_license_reminder_employee_tree', 'hr.employee.tree').id

expiry_tree_health_card_view_id = get_view_id('view_expiry_health_card_reminder_employee_tree', 'hr.employee.tree').id

expiry_tree_visa_view_id = get_view_id('view_expiry_visa_reminder_employee_tree', 'hr.employee.tree').id

expiry_tree_insurance_view_id = get_view_id('view_expiry_insurance_reminder_employee_tree', 'hr.employee.tree').id

expiry_tree_work_permit_view_id = get_view_id('view_expiry_work_permit_reminder_employee_tree', 'hr.employee.tree').id

if expiry_tree_emirates_view_id:

if expiry_tree_emirates_view_id == view_id:

doc = etree.XML(res['arch'])

for node in doc.xpath("//tree"):

color_string = "grey:emirates_expiry_date < " + today_str + " ;" + "red:emirates_expiry_date == " + today_str + " ;" + "orange:emirates_expiry_date >=" + tomorrow_str + "and emirates_expiry_date <=" + day_b4_30_str + " ;"

color_string = color_string + "blue:emirates_expiry_date >" + day_b4_30_str + "and emirates_expiry_date <=" + day_b4_60_str + " ;" + "green:emirates_expiry_date > " + day_b4_60_str + " ;"

node.set('colors', color_string)

res['arch'] = etree.tostring(doc)

if expiry_tree_passport_view_id:

if expiry_tree_passport_view_id == view_id:

doc = etree.XML(res['arch'])

for node in doc.xpath("//tree"):

color_string = "grey:passport_expiry_date < " + today_str + " ;" + "red:passport_expiry_date == " + today_str + " ;" + "orange:passport_expiry_date >=" + tomorrow_str + "and passport_expiry_date <=" + day_b4_30_str + " ;"

color_string = color_string + "blue:passport_expiry_date >" + day_b4_30_str + "and passport_expiry_date <=" + day_b4_60_str + " ;" + "green:passport_expiry_date > " + day_b4_60_str + " ;"

node.set('colors', color_string)

res['arch'] = etree.tostring(doc)

if expiry_tree_license_view_id:

if expiry_tree_license_view_id == view_id:

doc = etree.XML(res['arch'])

for node in doc.xpath("//tree"):

color_string = "grey:license_expiry_date < " + today_str + " ;" + "red:license_expiry_date == " + today_str + " ;" + "orange:license_expiry_date >=" + tomorrow_str + "and license_expiry_date <=" + day_b4_30_str + " ;"

color_string = color_string + "blue:license_expiry_date >" + day_b4_30_str + "and license_expiry_date <=" + day_b4_60_str + " ;" + "green:license_expiry_date > " + day_b4_60_str + " ;"

node.set('colors', color_string)

res['arch'] = etree.tostring(doc)

if expiry_tree_health_card_view_id:

if expiry_tree_health_card_view_id == view_id:

doc = etree.XML(res['arch'])

for node in doc.xpath("//tree"):

color_string = "grey:health_card_expiry_date < " + today_str + " ;" + "red:health_card_expiry_date == " + today_str + " ;" + "orange:health_card_expiry_date >=" + tomorrow_str + "and health_card_expiry_date <=" + day_b4_30_str + " ;"

color_string = color_string + "blue:health_card_expiry_date >" + day_b4_30_str + "and health_card_expiry_date <=" + day_b4_60_str + " ;" + "green:health_card_expiry_date > " + day_b4_60_str + " ;"

node.set('colors', color_string)

res['arch'] = etree.tostring(doc)

if expiry_tree_visa_view_id:

if expiry_tree_visa_view_id == view_id:

doc = etree.XML(res['arch'])

for node in doc.xpath("//tree"):

color_string = "grey:visa_expiry_date < " + today_str + " ;" + "red:visa_expiry_date == " + today_str + " ;" + "orange:visa_expiry_date >=" + tomorrow_str + "and visa_expiry_date <=" + day_b4_30_str + " ;"

color_string = color_string + "blue:visa_expiry_date >" + day_b4_30_str + "and visa_expiry_date <=" + day_b4_60_str + " ;" + "green:visa_expiry_date > " + day_b4_60_str + " ;"

node.set('colors', color_string)

res['arch'] = etree.tostring(doc)

if expiry_tree_insurance_view_id:

if expiry_tree_insurance_view_id == view_id:

doc = etree.XML(res['arch'])

for node in doc.xpath("//tree"):

color_string = "grey:insurance_expiry_date < " + today_str + " ;" + "red:insurance_expiry_date == " + today_str + " ;" + "orange:insurance_expiry_date >=" + tomorrow_str + "and insurance_expiry_date <=" + day_b4_30_str + " ;"

color_string = color_string + "blue:insurance_expiry_date >" + day_b4_30_str + "and insurance_expiry_date <=" + day_b4_60_str + " ;" + "green:insurance_expiry_date > " + day_b4_60_str + " ;"

node.set('colors', color_string)

res['arch'] = etree.tostring(doc)

if expiry_tree_work_permit_view_id:

if expiry_tree_work_permit_view_id == view_id:

doc = etree.XML(res['arch'])

for node in doc.xpath("//tree"):

color_string = "grey:work_permit_expiry_date < " + today_str + " ;" + "red:work_permit_expiry_date == " + today_str + " ;" + "orange:work_permit_expiry_date >=" + tomorrow_str + "and work_permit_expiry_date <=" + day_b4_30_str + " ;"

color_string = color_string + "blue:work_permit_expiry_date >" + day_b4_30_str + "and work_permit_expiry_date <=" + day_b4_60_str + " ;" + "green:work_permit_expiry_date > " + day_b4_60_str + " ;"

node.set('colors', color_string)

res['arch'] = etree.tostring(doc)

return res

health_card_expiry_date = fields.Date('Health Card Expiry Date')

health_card_id = fields.Char('Health Card ID')

camp = fields.Char('Camp')

fleet = fields.Char('Fleet')

emirates_expiry_date = fields.Date('Emirates ID Expiry Date')

emirates_id = fields.Char('Emirates ID')

license_type = fields.Selection([('Private', 'Private'),

('General', 'General'),

('Public', 'Public'),

('MotorCycle', 'MotorCycle')

], 'License Type')

license_expiry_date = fields.Date('License Expiry Date')

sponsor = fields.Char('Sponsor')

visa_expiry_date = fields.Date('Visa Expiry Date')

insurance = fields.Char('Insurance Name')

insurance_type = fields.Char('Insurance Type')

insurance_expiry_date = fields.Date('Insurance Expiry Date')

work_permit_expiry_date = fields.Date('Work Permit Expiry Date')

passport_expiry_date = fields.Date('Passport Expiry Date')

issue_register_ids = fields.One2many('hr.issue.register', 'employee_id', "Issue Register")

salary_increment_ids = fields.One2many('hr.salary.increment', 'employee_id', 'Salary Increments')

vehicle_fine_ids = fields.One2many('vehicle.fine', 'employee_id', 'Vehicle Fine')

class HrIssueRegister(models.Model):

_name = 'hr.issue.register'

item_id = fields.Many2one('issue.item', 'Item', required=True)

issue_date = fields.Date('Issue Date')

employee_id = fields.Many2one('hr.employee', 'Employee', ondelete='cascade')

class IssueItem(models.Model):

_name = 'issue.item'

name = fields.Char('Name')

class HrSalaryIncrement(models.Model):

_name = 'hr.salary.increment'

increment_date = fields.Date('Increment Date')

base_salary = fields.Float('Base Salary')

increment = fields.Float('Increment')

employee_id = fields.Many2one('hr.employee', 'Employee', ondelete='cascade')

class VehicleFine(models.Model):

_name = 'vehicle.fine'

name = fields.Char('Name')

employee_id = fields.Many2one('hr.employee', 'Employee', ondelete='cascade')

fine_date = fields.Date('Date', required=True)

fine_type = fields.Char('Fine Type')

fine_amount = fields.Float('Amount', required=True)

is_paid = fields.Boolean('Is Paid')

0
Avatar
Discard
Avatar
Megha Patel
Best Answer

Afthab

the line which is throwing error is giving the id and it is already in integer and you are trying to access its id which is inappropriate

  • firstly browse it and then use id

            expiry_tree_emirates_view_id = get_view_id('view_expiry_emirates_reminder_employee_tree', 'hr.employee.tree')

            view_id = self.env["ir.ui.view"].browse(expiry_tree_emirates_view_id).id


Thank You


0
Avatar
Discard
Avatar
Sehrish
Best Answer

You are trying to get column name from integer field. For example you have a int type variable (abc) and you get something using (.) dot notation: abc.getting_something. Instead of int field get some field through object like hr(1).id

0
Avatar
Discard
Avatar
Jothimani Rajagopal
Best Answer

Hello Afthab,

The following codes returns only database id that is Integer not recordset. that's why the error is came.

expiry_tree_emirates_view_id = get_view_id('view_expiry_emirates_reminder_employee_tree', 'hr.employee.tree').id 

You can try like this for all occurrences 

expiry_tree_emirates_view_id = get_view_id('view_expiry_emirates_reminder_employee_tree', 'hr.employee.tree')

0
Avatar
Discard
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now