Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

Error after installing "purchase" app in Odoo version 18

Odoberať

Get notified when there's activity on this post

This question has been flagged
error
1 Odpoveď
6686 Zobrazenia
Avatar
Michael Cobby

I am receiving the following error message on product pages that has chatter sections such as order/invoice page.  This began after installing "purchase" App in Odoo version 18.
No custom apps have been installed.  Nothing in the Odoo logs related to this error.  uninstalling purchase app seems to fix it, however, I need the purchase module to be installed.  Any help would be greatly appreciated. 

Error:

The following modules failed to load because of an error, you may find more information in the devtools console: portal.assets_chatter.bundle.xml 


Browser Console displays the following error:

web.assets_frontend_lazy.min.js:3874
Error: Error while loading "portal.assets_chatter.bundle.xml":
    Error: Template mail.AttachmentList already exists
    Error: Error while loading "portal.assets_chatter.bundle.xml":
    Error: Template mail.AttachmentList already exists
        at ModuleLoader.startModule (web.assets_frontend_…nimal.min.js:24:225)
        at ModuleLoader.startModules (web.assets_frontend_minimal.min.js:23:57)
        at ModuleLoader.addJob (web.assets_frontend_minimal.min.js:20:39)
        at ModuleLoader.define (web.assets_frontend_…nimal.min.js:19:127)
        at portal.assets_chatter.min.js:3200:26
handleError @ web.assets_frontend_lazy.min.js:3874



0
Avatar
Zrušiť
Avatar
Gracious Joseph
Best Answer

The error you're encountering in Odoo version 18 is caused by a conflict in templates. Specifically, the mail.AttachmentList template is defined twice, which results in Odoo being unable to load the portal.assets_chatter.bundle.xml. This is often caused by either:

  • A misconfiguration or bug in the installed modules (in this case, the purchase module).
  • Caching issues in the browser or the server.

Here’s how you can troubleshoot and resolve the issue:

1. Clear Cache and Assets

  • Action:
    • Go to Settings > Activate Developer Mode.
    • Navigate to Settings > Technical > Database Structure > Views, search for mail.AttachmentList.
    • Confirm whether this template exists multiple times or has a conflict.
    • Clear your browser cache or use an incognito window to avoid cached JavaScript/HTML errors.
    • Regenerate the assets on the server:
      ./odoo-bin -c odoo.conf --update=all
      
      This will update and regenerate all Odoo assets.

2. Check for Duplicate Template Definitions

  • The error indicates that the template mail.AttachmentList is defined multiple times, likely due to the purchase module loading an additional definition of the same template.
  • Action:
    • Open your Odoo instance in Developer Mode.
    • Search for the template mail.AttachmentList under Settings > Technical > Database Structure > Views.
    • Check if there are duplicate records for the same template. If duplicates exist:
      • Deactivate the duplicate template (if it belongs to a specific module, such as purchase).
      • Ensure there is only one active mail.AttachmentList template.

3. Debugging the JavaScript Bundle

  • The error specifically references the portal.assets_chatter.bundle.xml, which contains frontend resources for chatter functionality.
  • Action:
    • Verify the bundle loading:
      • In Developer Mode, navigate to Settings > Technical > User Interface > Views.
      • Search for portal.assets_chatter.bundle.
      • Check the JavaScript/CSS code for duplicate references to mail.AttachmentList or similar templates.

4. Reinstall the Purchase Module

If no duplicates or misconfigurations are found, try uninstalling and reinstalling the purchase module:

./odoo-bin -c odoo.conf -u purchase

5. Modify the Template

If a conflicting template is from a specific module (e.g., purchase):

  1. Extend the View:
    • Identify the conflicting template and modify it to resolve the issue:
    <template id="mail.AttachmentList" inherit_id="module.template_id" priority="20">
        <!-- Ensure unique definition -->
    </template>
    
  2. Disable the Duplicate Template:
    • If the duplicate template is unnecessary, you can deactivate it via the UI or by modifying the XML definition.

6. Check the Logs

Even though you mentioned no errors in Odoo logs, ensure verbose logging is enabled:

./odoo-bin -c odoo.conf --log-level=debug

Look for any clues related to portal.assets_chatter.bundle.xml or mail.AttachmentList.

7. Temporary Workaround

If you urgently need to use the Purchase module, you can temporarily remove the chatter functionality from the conflicting views:

  1. Navigate to Settings > Technical > User Interface > Views.
  2. Search for and edit the product page view or any page that includes chatter.
  3. Remove or comment out the chatter section temporarily:
    <xpath expr="//div[@class='o_chatter']" position="replace"/>
    

8. Report the Issue

If the above solutions don’t resolve the problem, report the issue to Odoo via their official support channels or community forums:

  • Provide details of the error, Odoo version, and steps to reproduce the problem.
  • If this is a bug in the Odoo purchase module for version 18, they may provide a patch.

Summary

The error likely stems from a duplicate or conflicting definition of the mail.AttachmentList template in the purchase module or its dependencies. Clearing the cache, resolving duplicate templates, and regenerating assets should resolve the issue. For a more permanent solution, fixing the template conflict directly in the module or reporting the issue to Odoo support may be necessary.

Let me know if you need further guidance!

0
Avatar
Zrušiť
Enjoying the discussion? Don't just read, join in!

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

Registrácia
Related Posts Replies Zobrazenia Aktivita
?"Your country might be blocked by our hosting provider" error when I create new website
error
Avatar
0
okt 25
576
Payment Page Return Error with Razorpay on Mobile Devices
error
Avatar
0
sep 25
1175
error schema for TourStep Error
error
Avatar
0
nov 24
2571
Can't modify manifest version of custom module [Odoo.sh]
error
Avatar
Avatar
Avatar
2
júl 24
5215
Error loading my website
error
Avatar
0
apr 24
3114
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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