Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Intelligence artificielle
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Supermarché
    • Quincaillerie
    • Magasin de jouets
    Restauration & Hôtellerie
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brasserie
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Commerce
    • Homme à tout faire
    • Matériel informatique & support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Parcourir toutes les industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenir partenaire
    • Services pour partenaires
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Odooo13 error while upgrading hr module

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
1 Répondre
2168 Vues
Avatar
Madara

hi  all when i try to update the employee birthday in hr_emp module it should automatically return the age , but i throws me  an error while upgrading the module the error belo

Error:

Odoo Server Error


Traceback (most recent call last):

  File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 392, in _check_xml

    self.postprocess_and_fields(view.model, view_doc, view.id)

  File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 964, in postprocess_and_fields

    self.raise_view_error(message, view_id)

  File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 592, in raise_view_error

    raise ValueError(message)

ValueError: Field `age` does not exist


Error context:

View `hr.employee.form`

[view_id: 766, xml_id: hr.view_employee_form, model: hr.employee, parent_id: n/a]


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

  File "/odoo/odoo-server/odoo/tools/convert.py", line 712, in parse

    self._tag_root(de)

  File "/odoo/odoo-server/odoo/tools/convert.py", line 674, in _tag_root

    f(rec)

  File "/odoo/odoo-server/odoo/tools/convert.py", line 674, in _tag_root

    f(rec)

  File "/odoo/odoo-server/odoo/tools/convert.py", line 577, in _tag_record

    record = model._load_records([data], self.mode == 'update')

  File "/odoo/odoo-server/odoo/models.py", line 4040, in _load_records

    data['record']._load_records_write(data['values'])

  File "/odoo/odoo-server/odoo/models.py", line 3978, in _load_records_write

    self.write(values)

  File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 490, in write

    return super(View, self).write(self._compute_defaults(vals))

  File "/odoo/odoo-server/odoo/models.py", line 3556, in write

    fields[0].determine_inverse(real_recs)

  File "/odoo/odoo-server/odoo/fields.py", line 1114, in determine_inverse

    getattr(records, self.inverse)()

  File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 299, in _inverse_arch

    view.write(data)

  File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 490, in write

    return super(View, self).write(self._compute_defaults(vals))

  File "/odoo/odoo-server/odoo/models.py", line 3551, in write

    real_recs._validate_fields(set(vals) - set(inverse_fields))

  File "/odoo/odoo-server/odoo/models.py", line 1167, in _validate_fields

    check(self)

  File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 394, in _check_xml

    raise ValidationError("%s\n\n%s" % (_("Error while validating view"), tools.ustr(e)))

odoo.exceptions.ValidationError: ('Error while validating view\n\nField `age` does not exist\n\nError context:\nView `hr.employee.form`\n[view_id: 766, xml_id: hr.view_employee_form, model: hr.employee, parent_id: n/a]', None)


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

  File "/odoo/odoo-server/odoo/http.py", line 619, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "/odoo/odoo-server/odoo/http.py", line 309, in _handle_exception

    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])

  File "/odoo/odoo-server/odoo/tools/pycompat.py", line 14, in reraise

    raise value

  File "/odoo/odoo-server/odoo/http.py", line 664, in dispatch

    result = self._call_function(**self.params)

  File "/odoo/odoo-server/odoo/http.py", line 345, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/odoo/odoo-server/odoo/service/model.py", line 93, in wrapper

    return f(dbname, *args, **kwargs)

  File "/odoo/odoo-server/odoo/http.py", line 338, in checked_call

    result = self.endpoint(*a, **kw)

  File "/odoo/odoo-server/odoo/http.py", line 910, in __call__

    return self.method(*args, **kw)

  File "/odoo/odoo-server/odoo/http.py", line 510, in response_wrap

    response = f(*args, **kw)

  File "/odoo/odoo-server/addons/web/controllers/main.py", line 1324, in call_button

    action = self._call_kw(model, method, args, kwargs)

  File "/odoo/odoo-server/addons/web/controllers/main.py", line 1312, in _call_kw

    return call_kw(request.env[model], method, args, kwargs)

  File "/odoo/odoo-server/odoo/api.py", line 387, in call_kw

    result = _call_kw_multi(method, model, args, kwargs)

  File "/odoo/odoo-server/odoo/api.py", line 374, in _call_kw_multi

    result = method(recs, *args, **kwargs)

  File "<decorator-gen-64>", line 2, in button_immediate_upgrade

  File "/odoo/odoo-server/odoo/addons/base/models/ir_module.py", line 72, in check_and_log

    return method(self, *args, **kwargs)

  File "/odoo/odoo-server/odoo/addons/base/models/ir_module.py", line 629, in button_immediate_upgrade

    return self._button_immediate_function(type(self).button_upgrade)

  File "/odoo/odoo-server/odoo/addons/base/models/ir_module.py", line 573, in _button_immediate_function

    modules.registry.Registry.new(self._cr.dbname, update_module=True)

  File "/odoo/odoo-server/odoo/modules/registry.py", line 86, in new

    odoo.modules.load_modules(registry._db, force_demo, status, update_module)

  File "/odoo/odoo-server/odoo/modules/loading.py", line 419, in load_modules

    force, status, report, loaded_modules, update_module, models_to_check)

  File "/odoo/odoo-server/odoo/modules/loading.py", line 315, in load_marked_modules

    perform_checks=perform_checks, models_to_check=models_to_check

  File "/odoo/odoo-server/odoo/modules/loading.py", line 225, in load_module_graph

    load_data(cr, idref, mode, kind='data', package=package, report=report)

  File "/odoo/odoo-server/odoo/modules/loading.py", line 68, in load_data

    tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind, report)

  File "/odoo/odoo-server/odoo/tools/convert.py", line 736, in convert_file

    convert_xml_import(cr, module, fp, idref, mode, noupdate, report)

  File "/odoo/odoo-server/odoo/tools/convert.py", line 803, in convert_xml_import

    obj.parse(doc.getroot())

  File "/odoo/odoo-server/odoo/tools/convert.py", line 721, in parse

    exc_info[2]

  File "/odoo/odoo-server/odoo/tools/pycompat.py", line 13, in reraise

    raise value.with_traceback(tb)

  File "/odoo/odoo-server/odoo/tools/convert.py", line 712, in parse

    self._tag_root(de)

  File "/odoo/odoo-server/odoo/tools/convert.py", line 674, in _tag_root

    f(rec)

  File "/odoo/odoo-server/odoo/tools/convert.py", line 674, in _tag_root

    f(rec)

  File "/odoo/odoo-server/odoo/tools/convert.py", line 577, in _tag_record

    record = model._load_records([data], self.mode == 'update')

  File "/odoo/odoo-server/odoo/models.py", line 4040, in _load_records

    data['record']._load_records_write(data['values'])

  File "/odoo/odoo-server/odoo/models.py", line 3978, in _load_records_write

    self.write(values)

  File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 490, in write

    return super(View, self).write(self._compute_defaults(vals))

  File "/odoo/odoo-server/odoo/models.py", line 3556, in write

    fields[0].determine_inverse(real_recs)

  File "/odoo/odoo-server/odoo/fields.py", line 1114, in determine_inverse

    getattr(records, self.inverse)()

  File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 299, in _inverse_arch

    view.write(data)

  File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 490, in write

    return super(View, self).write(self._compute_defaults(vals))

  File "/odoo/odoo-server/odoo/models.py", line 3551, in write

    real_recs._validate_fields(set(vals) - set(inverse_fields))

  File "/odoo/odoo-server/odoo/models.py", line 1167, in _validate_fields

    check(self)

  File "/odoo/odoo-server/odoo/addons/base/models/ir_ui_view.py", line 394, in _check_xml

    raise ValidationError("%s\n\n%s" % (_("Error while validating view"), tools.ustr(e)))

odoo.tools.convert.ParseError: "Error while validating view


Field `age` does not exist


Error context:

View `hr.employee.form`

[view_id: 766, xml_id: hr.view_employee_form, model: hr.employee, parent_id: n/a]

None" while parsing /odoo/odoo-server/addons/hr/views/hr_employee_views.xml:2, near

<odoo>

    <data>


        <record id="view_employee_filter" model="ir.ui.view">

            <field name="name">hr.employee.search</field>

            <field name="model">hr.employee</field>

            <field name="arch" type="xml">

                <search string="Employees">

                    <field name="name" string="Employee" filter_domain="['|', ('work_email', 'ilike', self), ('name', 'ilike', self)]"/>

                    <field name="category_ids" groups="hr.group_hr_user"/>

                    <field name="job_id"/>

                    <separator/>

                    <filter string="Unread Messages" name="message_needaction" domain="[('message_needaction', '=', True)]"/>

                    <separator/>

                    <filter invisible="1" string="Late Activities" name="activities_overdue" domain="[('activity_ids.date_deadline', '&lt;', context_today().strftime('%Y-%m-%d'))]"/>

                    <filter invisible="1" string="Today Activities" name="activities_today" domain="[('activity_ids.date_deadline', '=', context_today().strftime('%Y-%m-%d'))]"/>

                    <filter invisible="1" string="Future Activities" name="activities_upcoming_all" domain="[('activity_ids.date_deadline', '&gt;', context_today().strftime('%Y-%m-%d'))]"/>

                    <separator/>

                    <filter string="Archived" name="inactive" domain="[('active', '=', False)]"/>

                    <group expand="0" string="Group By">

                        <filter name="group_manager" string="Manager" domain="[]" context="{'group_by': 'parent_id'}"/>

                        <filter name="group_department" string="Department" domain="[]" context="{'group_by': 'department_id'}"/>

                        <filter name="group_job" string="Job" domain="[]" context="{'group_by': 'job_id'}"/>

                    </group>

                    <searchpanel>

                        <field name="company_id" groups="base.group_multi_company" icon="fa-building"/>

                        <field name="department_id" icon="fa-users"/>

                    </searchpanel>

                </search>

             </field>

        </record>


        <record id="view_employee_form" model="ir.ui.view">

            <field name="name">hr.employee.form</field>

            <field name="model">hr.employee</field>

            <field name="arch" type="xml">

                <form string="Employee" js_class="hr_employee_form">

                    <field name="active" invisible="1"/>

                    <field name="user_partner_id" invisible="1"/>

                    <field name="hr_presence_state" invisible="1"/>

                    <header>

                        <button string="Chat" class="btn btn-primary o_employee_chat_btn" attrs="{'invisible': [('user_id','=', False)]}"/>

                        <button name="%(plan_wizard_action)d" string="Launch Plan" type="action" groups="hr.group_hr_manager"/>

                    </header>

                    <sheet>

                        <div name="button_box" class="oe_button_box">

                            <button id="hr_presence_button" class="oe_stat_button" disabled="1" attrs="{'invisible': ['|', ('last_activity', '=', False), ('user_id', '=', False)]}">

                                <div role="img" class="fa fa-fw fa-circle text-success o_button_icon" attrs="{'invisible': [('hr_presence_state', '!=', 'present')]}" aria-label="Available" title="Available"/>

                                <div role="img" class="fa fa-fw fa-circle text-warning o_button_icon" attrs="{'invisible': [('hr_presence_state', '!=', 'to_define')]}" aria-label="Away" title="Away"/>

                                <div role="img" class="fa fa-fw fa-circle text-danger o_button_icon" attrs="{'invisible': [('hr_presence_state', '!=', 'absent')]}" aria-label="Not available" title="Not available"/>


                                <div class="o_stat_info" attrs="{'invisible': [('hr_presence_state', '=', 'present')]}">

                                    <span class="o_stat_text">

                                        Not Connected

                                    </span>

                                </div>

                                <div class="o_stat_info" attrs="{'invisible': [('hr_presence_state', '!=', 'present')]}">

                                    <span class="o_stat_value" attrs="{'invisible': [('last_activity_time', '=', False)]}">

                                        <field name="last_activity_time"/>

                                    </span>

                                    <span class="o_stat_value" attrs="{'invisible': [('last_activity_time', '!=', False)]}">

                                        <field name="last_activity"/>

                                    </span>

                                    <span class="o_stat_text">Present Since</span>

                                </div>

                            </button>

                        </div>

                        <widget name="web_ribbon" title="Archived" bg_color="bg-danger" attrs="{'invisible': [('active', '=', True)]}"/>

                        <field name="image_1920" widget="image" class="oe_avatar" options="{&quot;zoom&quot;: true, &quot;preview_image&quot;:&quot;image_128&quot;}"/>

                        <div class="oe_title">

                            <h1>

                                <field name="name" placeholder="Employee's Name" required="True"/>

                            </h1>

                            <h2>

                                <field name="job_title" placeholder="Job Position"/>

                            </h2>

                            <field name="category_ids" widget="many2many_tags" options="{'color_field': 'color', 'no_create_edit': True}" placeholder="Tags" groups="hr.group_hr_manager"/>

                        </div>

                        <group>

                            <group>

                                <field name="mobile_phone" widget="phone"/>

                                <field name="work_phone" widget="phone"/>

                                <field name="work_email" widget="email"/>

                                <field name="work_location"/>

                                <field name="company_id" groups="base.group_multi_company"/>

                            </group>

                            <group>

                                <field name="department_id"/>

                                <field name="job_id"/>

                                <field name="parent_id"/>

                            </group>

                        </group>

                        <notebook>

                            <page name="public" string="Work Information">

                                <div id="o_work_employee_container"> <!-- These two div are used to position org_chart -->

                                    <div id="o_work_employee_main">

                                        <group string="Location">

                                            <field name="address_id" context="{'show_address': 1}" options="{&quot;always_reload&quot;: True, &quot;highlight_first_line&quot;: True}"/>

                                        </group>

                                        <group name="managers" string="Responsibles">

                                            <field name="coach_id"/>

                                        </group>

                                        <group name="departure" string="Departure" attrs="{'invisible': [('active', '=', True)]}">

                                            <field name="departure_reason"/>

                                            <field name="departure_description"/>

                                        </group>

                                        <group string="Schedule" groups="base.group_no_one">

                                            <field name="resource_calendar_id" required="1"/>

                                            <field name="tz"/>

                                        </group>

                                    </div>

                                </div>

                            </page>

                            <page name="personal_information" string="Private Information" groups="hr.group_hr_user">

                                <group>

                                    <group string="Private Contact">

                                        <field name="address_home_id" context="{                                                 'show_address': 1,                                                 'default_type': 'private',                                                 'form_view_ref': 'base.res_partner_view_form_private'}" options="{&quot;always_reload&quot;: True, &quot;highlight_first_line&quot;: True}"/>

                                        <field name="private_email" string="Email"/>

                                        <field name="phone" groups="hr.group_hr_user" string="Phone"/>

                                        <field name="birthday"/>

                                        <field name="age"/>

                                        <field name="bank_account_id" context="{'default_partner_id': address_home_id}"/>

                                        <field name="km_home_work" groups="hr.group_hr_user"/>

                                    </group>

                                    <group string="Citizenship">

                                        <field name="country_id" options="{&quot;no_open&quot;: True, &quot;no_create&quot;: True}"/>

                                        <field name="identification_id" groups="hr.group_hr_user"/>

                                        <field name="passport_id" groups="hr.group_hr_user"/>

                                        <field name="gender"/>

                                        <field name="place_of_birth" groups="hr.group_hr_user"/>

                                        <field name="country_of_birth" groups="hr.group_hr_user"/>

                                    </group>

                                    <group string="Marital Status">

                                        <field name="marital"/>

                                        <field name="spouse_complete_name" attrs="{'invisible': [('marital', 'not in', ['married', 'cohabitant'])]}" groups="hr.group_hr_user"/>

                                        <field name="spouse_birthdate" attrs="{'invisible': [('marital', 'not in', ['married', 'cohabitant'])]}" groups="hr.group_hr_user"/>

                                    </group>

                                    <group string="Dependant">

                                        <field name="children"/>

                                    </group>

                                    <group string="Emergency">

                                        <field name="emergency_contact"/>

                                        <field name="emergency_phone"/>

                                    </group>

                                    <group string="Work Permit" name="work_permit">

                                        <field name="visa_no"/>

                                        <field name="permit_no"/>

                                        <field name="visa_expire"/>

                                    </group>

                                    <group string="Education">

                                        <field name="certificate"/>

                                        <field name="study_field"/>

                                        <field name="study_school"/>

                                    </group>

                                </group>

                            </page>

                            <page name="hr_settings" string="HR Settings" groups="hr.group_hr_user">

                                <group>

                                    <group string="Status" name="active_group">

                                        <field name="user_id" string="Related User"/>

                                    </group>

                                    <group string="Attendance" name="identification_group">

                                        <field name="pin" string="PIN Code"/>

                                        <label for="barcode"/>

                                        <div class="o_row">

                                            <field name="barcode"/>

                                            <button string="Generate" class="btn btn-link" type="object" name="generate_random_barcode" attrs="{'invisible': [('barcode', '!=', False)]}"/>

                                            <button name="%(hr_employee_print_badge)d" string="Print Badge" class="btn btn-link" type="action" attrs="{'invisible': [('barcode', '=', False)]}"/>

                                        </div>

                                    </group>

                                </group>

                            </page>

                        </notebook>


                    </sheet>

                    <div class="oe_chatter">

                        <field name="message_follower_ids" widget="mail_followers" groups="base.group_user"/>

                        <field name="activity_ids" widget="mail_activity"/>

                        <field name="message_ids" widget="mail_thread"/>

                    </div>

                </form>

            </field>

        </record>


        <record id="view_employee_tree" model="ir.ui.view">

            <field name="name">hr.employee.tree</field>

            <field name="model">hr.employee</field>

            <field name="arch" type="xml">

                <tree string="Employees">

                    <field name="name"/>

                    <field name="work_phone"/>

                    <field name="work_email"/>

                    <field name="company_id" groups="base.group_multi_company"/>

                    <field name="department_id"/>

                    <field name="job_id"/>

                    <field name="parent_id"/>

                    <field name="coach_id" invisible="1"/>

                </tree>

            </field>

        </record>


        <record id="hr_kanban_view_employees" model="ir.ui.view">

           <field name="name">hr.employee.kanban</field>

           <field name="model">hr.employee</field>

           <field name="priority">10</field>

           <field name="arch" type="xml">

               <kanban class="o_hr_employee_kanban">

                   <field name="id"/>

                   <field name="hr_presence_state"/>

                   <templates>

                       <t t-name="kanban-box">

                       <div class="oe_kanban_global_click o_kanban_record_has_image_fill o_hr_kanban_record">

                           <field name="image_128" widget="image" class="o_kanban_image_fill_left" options="{'zoom': true, 'zoom_delay': 1000, 'background': true, 'preventClicks': false}"/>


                            <div class="oe_kanban_details">

                               <div class="o_kanban_record_top">

                                   <div class="o_kanban_record_headings">

                                       <strong class="o_kanban_record_title">

                                            <div class="float-right" t-if="record.hr_presence_state.raw_value == 'present'">

                                                <span class="fa fa-circle text-success" role="img" aria-label="Present" title="Present" name="presence_present"/>

                                            </div>

                                            <div class="float-right" t-if="record.hr_presence_state.raw_value == 'absent'">

                                                <span class="fa fa-circle text-danger" role="img" aria-label="Absent" title="Absent" name="presence_absent"/>

                                            </div>

                                            <div class="float-right" t-if="record.hr_presence_state.raw_value == 'to_define'">

                                                <span class="fa fa-circle text-warning" role="img" aria-label="To define" title="To define" name="presence_to_define"/>

                                            </div>

                                            <field name="name" placeholder="Employee's Name"/>

                                       </strong>

                                       <span t-if="record.job_title.raw_value" class="o_kanban_record_subtitle"><field name="job_title"/></span>

                                   </div>

                               </div>

                               <field name="category_ids" widget="many2many_tags" options="{'color_field': 'color'}" groups="hr.group_hr_manager"/>

                               <ul>

                                   <li id="last_login"/>

                                   <li t-if="record.work_email.raw_value" class="o_text_overflow"><field name="work_email"/></li>

                                   <li t-if="record.work_phone.raw_value"><field name="work_phone"/></li>

                               </ul>

                           </div>

                       </div>

                       </t>

                   </templates>

               </kanban>

            </field>

        </record>


        <record id="hr_employee_view_activity" model="ir.ui.view">

            <field name="name">hr.employee.activity</field>

            <field name="model">hr.employee</field>

            <field name="arch" type="xml">

                <activity string="Employees">

                    <field name="id"/>

                    <templates>

                        <div t-name="activity-box">

                            <img t-att-src="activity_image('hr.employee', 'image_128', record.id.raw_value)" role="img" t-att-title="record.id.value" t-att-alt="record.id.value"/>

                            <div>

                                <field name="name" display="full"/>

                                <field name="job_id" muted="1" display="full"/>

                            </div>

                        </div>

                    </templates>

                </activity>

            </field>

        </record>


        <record id="open_view_employee_list_my" model="ir.actions.act_window">

            <field name="name">Employees</field>

            <field name="res_model">hr.employee</field>

            <field name="view_mode">kanban,tree,form,activity</field>

            <field name="domain">[]</field>

            <field name="context">{}</field>

            <field name="view_id" eval="False"/>

            <field name="search_view_id" ref="view_employee_filter"/>

            <field name="help" type="html">

             <p class="o_view_nocontent_smiling_face">

               Add a new employee

             </p><p>

               With just a quick glance on the Odoo employee screen, you

               can easily find all the information you need for each person;

               contact data, job position, availability, etc.

             </p>

            </field>

        </record>


        <record id="open_view_employee_tree" model="ir.actions.act_window">

            <field name="name">Employees Structure</field>

            <field name="res_model">hr.employee</field>

            <field name="view_mode">tree,form</field>

            <field name="view_id" ref="view_employee_tree"/>

            <field name="domain">[('parent_id','=',False)]</field>

            <field name="search_view_id" ref="view_employee_filter"/>

        </record>


        <record id="open_view_employee_list" model="ir.actions.act_window">

            <field name="name">Employees</field>

            <field name="res_model">hr.employee</field>

            <field name="view_mode">form,tree</field>

            <field name="view_id" eval="False"/>

            <field name="search_view_id" ref="view_employee_filter"/>

        </record>


        <!-- Employee tree by manager -->

        <record id="view_partner_tree2" model="ir.ui.view">

            <field name="name">hr.employee.tree</field>

            <field name="model">hr.employee</field>

            <field name="priority" eval="20"/>

            <field name="arch" type="xml">

                <tree string="Employees">

                    <field name="name"/>

                    <field name="work_phone"/>

                    <field name="work_email"/>

                    <field name="company_id" groups="base.group_multi_company"/>

                    <field name="department_id"/>

                    <field name="job_id"/>

                    <field name="coach_id" invisible="1"/>

                    <field name="parent_id" invisible="1"/>

                </tree>

            </field>

        </record>


        <record id="act_employee_from_department" model="ir.actions.act_window">

            <field name="name">Employees</field>

            <field name="res_model">hr.employee</field>

            <field name="view_mode">kanban,form,tree</field>

            <field name="search_view_id" ref="view_employee_filter"/>

            <field name="context">{

                "searchpanel_default_department_id": active_id,

                "default_department_id": active_id}

            </field>

            <field name="help" type="html">

              <p class="o_view_nocontent_smiling_face">

                Add a new employee

              </p><p>

                With just a quick glance on the Odoo employee screen, you

                can easily find all the information you need for each person;

                contact data, job position, availability, etc.

              </p>

            </field>

        </record>


    </data>

</odoo>



emp.py :

    birthday = fields.Date(string="DOB")

    

    age = fields.Integer(string="Age")


    @api.onchange('birthday')


    def _onchange_birth_date(self):


        """Updates age field when birth_date is changed"""


        if self.birthday:


            d1 = datetime.strptime(self.birthday, "%Y-%m-%d").date()


            d2 = date.today()


            self.age = relativedelta(d2, d1).years


hr.xml:
                                         <field name="birthday"/>
                                        <field name="age"/>


whats wrong am doing somone help me with this
0
Avatar
Ignorer
Avatar
Niyas Raphy (Walnut Software Solutions)
Meilleure réponse

Hi,

Field does not exist is thrown, when a field is added into view and when is not defined inside the corresponding model. So make sure that the field has been added in the model, activate the debug mode and navigate to Settings -> Technical -> Database Structure -> Models, open your model, and see whether the field has been got added there.

If not, restart the service and upgrade the module after ensuring that all the python files has been imported in the init file.


Thanks

0
Avatar
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenir partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 Svenska ภาษาไทย Türkçe українська Tiếng Việt

Odoo est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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