Sari la conținut
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
    • Artificial Intelligence
    • 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
    • Property Management
    • 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 IndustriesInauguration Odoo Lyon
  • 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
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Toate postările Oameni Insigne
Etichete (Vezi tot)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Toate postările Oameni Insigne
Etichete (Vezi tot)
odoo accounting v14 pos v15
Despre acest forum
Suport

Error when configuring the document layout

Abonare

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

Această întrebare a fost marcată
enterprisefedora
2 Răspunsuri
3189 Vizualizări
Imagine profil
Joseph Veliz Castañeda

I have odoo15 enterprice installed on fedora 34, but when configuring the document layout I get an error:



Rastreo (llamadas recientes más última):
  Archivo "/usr/lib/python3.9/site-packages/odoo/api.py", línea 886, en get
    devolver field_cache[registro._ids[0]]
Error de clave: 

Durante el manejo de la excepción anterior, ocurrió otra excepción:

Rastreo (llamadas recientes más última):
  Archivo "/usr/lib/python3.9/site-packages/odoo/fields.py", línea 1057, en __get__
    valor = env.cache.get(registro, propio)
  Archivo "/usr/lib/python3.9/site-packages/odoo/api.py", línea 889, en get
    aumentar CacheMiss (registro, campo)
odoo.exceptions.CacheMiss: 'base.document.layout(,).vista previa'

Durante el manejo de la excepción anterior, ocurrió otra excepción:

Rastreo (llamadas recientes más última):
  Archivo "/usr/lib/python3.9/site-packages/odoo/addons/web/models/base_document_layout.py", línea 290, en _compile_scss
    devuelve libsass.compile(
AttributeError: el objeto 'NoneType' no tiene atributo 'compilar'

La excepción anterior fue la causa directa de la siguiente excepción:

Rastreo (llamadas recientes más última):
  Archivo "/usr/lib/python3.9/site-packages/odoo/addons/base/models/ir_http.py", línea 237, en _dispatch
    resultado = solicitud.despacho()
  Archivo "/usr/lib/python3.9/site-packages/odoo/http.py", línea 688, en despacho
    resultado = self._call_function(**self.params)
  Archivo "/usr/lib/python3.9/site-packages/odoo/http.py", línea 360, en _call_function
    devuelve llamada_marcada(self.db, *args, **kwargs)
  Archivo "/usr/lib/python3.9/site-packages/odoo/service/model.py", línea 94, en contenedor
    return f(dbname, *args, **kwargs)
  Archivo "/usr/lib/python3.9/site-packages/odoo/http.py", línea 349, enchecked_call
    resultado = self.endpoint(*a, **kw)
  Archivo "/usr/lib/python3.9/site-packages/odoo/http.py", línea 917, en __call__
    return self.method(*args, **kw)
  Archivo "/usr/lib/python3.9/site-packages/odoo/http.py", línea 536, en response_wrap
    respuesta = f(*argumentos, **kw)
  Archivo "/usr/lib/python3.9/site-packages/odoo/addons/web/controllers/main.py", línea 1348, en call_kw
    return self._call_kw(modelo, método, argumentos, kwargs)
  Archivo "/usr/lib/python3.9/site-packages/odoo/addons/web/controllers/main.py", línea 1340, en _call_kw
    devuelve call_kw(solicitud.env[modelo], método, argumentos, kwargs)
  Archivo "/usr/lib/python3.9/site-packages/odoo/api.py", línea 464, en call_kw
    resultado = _call_kw_multi(método, modelo, argumentos, kwargs)
  Archivo "/usr/lib/python3.9/site-packages/odoo/api.py", línea 451, en _call_kw_multi
    resultado = método(recs, *args, **kwargs)
  Archivo "/usr/lib/python3.9/site-packages/odoo/models.py", línea 6486, en onchange
    snapshot1 = Instantánea (registro, árbol de nombres)
  Archivo "/usr/lib/python3.9/site-packages/odoo/models.py", línea 6268, en __init__
    self.fetch(nombre)
  Archivo "/usr/lib/python3.9/site-packages/odoo/models.py", línea 6278, en búsqueda
    self[nombre] = registro[nombre]
  Archivo "/usr/lib/python3.9/site-packages/odoo/models.py", línea 5885, en __getitem__
    return self._fields[key].__get__(self, type(self))
  Archivo "/usr/lib/python3.9/site-packages/odoo/fields.py", línea 1106, en __get__
    self.compute_value(recs)
  Archivo "/usr/lib/python3.9/site-packages/odoo/fields.py", línea 1265, en compute_value
    records._compute_field_value(self)
  Archivo "/usr/lib/python3.9/site-packages/odoo/models.py", línea 4255, en _compute_field_value
    getattr(self, campo.computar)()
  Archivo "/usr/lib/python3.9/site-packages/odoo/addons/web/models/base_document_layout.py", línea 121, en _compute_preview
    preview_css = markupsafe.Markup(self._get_css_for_preview(styles, Wizard_with_logo.id))
  Archivo "/usr/lib/python3.9/site-packages/odoo/addons/web/models/base_document_layout.py", línea 270, en _get_css_for_preview
    código_css = self._compile_scss(scss)
  Archivo "/usr/lib/python3.9/site-packages/odoo/addons/web/models/base_document_layout.py", línea 298, en _compile_scss
    excepto libsass.CompileError como e:
Excepción

La excepción anterior fue la causa directa de la siguiente excepción:

Rastreo (llamadas recientes más última):
  Archivo "/usr/lib/python3.9/site-packages/odoo/http.py", línea 644, en _handle_exception
    devuelve super (JsonRequest, self)._handle_exception (excepción)
  Archivo "/usr/lib/python3.9/site-packages/odoo/http.py", línea 302, en _handle_exception
    generar excepción.with_traceback (Ninguno) de new_cause
AttributeError: el objeto 'NoneType' no tiene el atributo 'CompileError'
please I hope you help me, thanks


0
Imagine profil
Abandonează
Imagine profil
Sudhir Arya (ERP Harbor Consulting Services)
Cel mai bun răspuns

Based on the error, it seems "libsass" is not installed properly. Please re-install it and try again.

3
Imagine profil
Abandonează
Gusto

libsass.compile: Error says that libsass is None

Rastreo (llamadas recientes más última):
Archivo "/usr/lib/python3.9/site-packages/odoo/addons/web/models/base_document_layout.py", línea 290, en _compile_scss
devuelve libsass.compile(
AttributeError: el objeto 'NoneType' no tiene atributo 'compilar'

Imagine profil
Joseph Veliz Castañeda
Autor Cel mai bun răspuns

It is already installed, in the log I can see that it gives me the following error


odoo.http: Exception during JSON request handling.

Traceback (most recent call last):

File "/usr/lib/python3.9/site-packages/odoo/api.py", line 886, in get

return field_cache[record._ids[0]]

0
Imagine profil
Abandonează
Îți place discuția? Nu doar citi, alătură-te!

Creează-ți un cont astăzi pentru a beneficia de funcții exclusive și a interacționa cu minunata noastră comunitate!

Înscrie-te
Postări similare Răspunsuri Vizualizări Activitate
Create customer users without incurring enterprise fees for all
enterprise
Imagine profil
Imagine profil
1
apr. 23
7258
why would Odoo 14 enterprise server reboot every 5 - 10 minutes ?.
enterprise
Imagine profil
0
iun. 21
3368
How to access new version of Odoo studio Rezolvat
enterprise
Imagine profil
Imagine profil
1
mar. 17
10120
I would like to know if i can buy ODOO enterprise version without passing through an ODOO partner. Rezolvat
enterprise
Imagine profil
Imagine profil
4
oct. 16
8305
Odoo 18 Enterprise Error Causing Builds to Fail
enterprise odoo18
Imagine profil
Imagine profil
Imagine profil
2
apr. 26
975
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 Svenska ภาษาไทย 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