Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

Missing field string information for the field odoo16

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
odoo
3 Răspunsuri
6507 Vizualizări
Imagine profil
Asmaa

When i click in my custom submenu this error occurs:

Error: Missing field string information for the field 'date' from the 'user.target' model
    at http://localhost:8069/web/assets/761-d60b86b/web.assets_backend.min.js:6640:258
    at traverse (http://localhost:8069/web/assets/761-d60b86b/web.assets_backend.min.js:6635:200)
    at http://localhost:8069/web/assets/761-d60b86b/web.assets_backend.min.js:6635:242
    at Function.each (http://localhost:8069/web/assets/760-de63efc/web.assets_common.min.js:173:149)
    at traverse (http://localhost:8069/web/assets/761-d60b86b/web.assets_backend.min.js:6635:211)
    at processArch (http://localhost:8069/web/assets/761-d60b86b/web.assets_backend.min.js:6639:180)
    at generateLegacyLoadViewsResult (http://localhost:8069/web/assets/761-d60b86b/web.assets_backend.min.js:6637:106)
    at http://localhost:8069/web/assets/761-d60b86b/web.assets_backend.min.js:5673:447


0
Imagine profil
Abandonează
Imagine profil
Niyas Raphy (Walnut Software Solutions)
Cel mai bun răspuns

Hi,

You have to check in the views for the usage of a field named "date", this is raised when there is a field added in the view and when same is not available in the model.


Thanks

0
Imagine profil
Abandonează
Imagine profil
shubham shiroya
Cel mai bun răspuns

check the following details:

  1. Check Model Definitions: Make sure that the 'user.target' model in your Odoo application has a field named 'date' defined. Check for any misspellings or discrepancies in the field definition.

  2. Check Data Structure: Verify that the data structure being sent or received matches the expected format. It's possible that the 'date' field is missing from the data being used, leading to the error.

  3. JavaScript Logic: Examine the JavaScript code that is responsible for handling the click event on the custom submenu. Make sure that you are correctly fetching and manipulating the data, including the 'date' field.

  4. Backend Data Retrieval: If the 'date' field is supposed to be populated from the backend, ensure that the necessary data retrieval logic is in place to provide the 'date' information when requested.

  5. Error Handling: Implement proper error handling in your JavaScript code to provide more descriptive error messages. This can help you identify the root cause of the problem more easily.

  6. Browser Developer Tools: Use your browser's developer tools to inspect the network requests, console logs, and any JavaScript errors that might provide more information about the issue.

  7. Debugging: Insert logging statements or use debugging tools to trace the flow of your code and identify where the error is occurring. This can help pinpoint the exact line of code causing the issue.

  8. Documentation: Consult the documentation for the Odoo framework or any other relevant libraries you are using. There might be specific guidelines or troubleshooting steps related to similar issues.


-2
Imagine profil
Abandonează
Imagine profil
Cybrosys Techno Solutions Pvt.Ltd
Cel mai bun răspuns

Hi,

Missing String Attribute: The String attribute is missing in the field definition.

eg:    my_field = fields.Char(string='My Field')

Hope it helps

-4
Imagine profil
Abandonează
Enjoying the discussion? Don't just read, join in!

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

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
SOC 1 Report
odoo
Imagine profil
Imagine profil
2
nov. 25
203
邮箱无法正常使用
odoo
Imagine profil
Imagine profil
1
nov. 25
2227
How do I go about this error? I am trying to uninstall a module
odoo
Imagine profil
Imagine profil
1
nov. 25
3452
How to import product variants with my own external id when using dynamic creation mode Rezolvat
odoo
Imagine profil
Imagine profil
2
aug. 25
4022
How to import Bulk Image in Product your local database not any cloud, odoo.sh Rezolvat
odoo
Imagine profil
Imagine profil
1
iul. 25
1984
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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