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
  • 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 Managament
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • 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
    Others
    • 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
  • Help

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

ir.model.access.csv could not be processed: No matching record found for external id

Odoberať

Get notified when there's activity on this post

This question has been flagged
securityCSVv15ir.model.accessServerError
1 Odpoveď
9551 Zobrazenia
Avatar
_ALI
error is 
Exception: Module loading tailor_management_sys failed: file tailor_management_sys\security/ir.model.access.csv could not be processed:
 No matching record found for external id 'model_tar_production' in field 'Model'
Missing required value for the field 'Model' (model_id)

i have double checked the __init__ and __manifest__ file for any typo error or
sequence but all was good and i also have checked that start log that if maybe there
appear any error or warning after restarting the server but there also
found nothing to be wrong so i have g through many documentation i have
edited the csv file by text editor too but also does not work.




csv file is

 id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_tailor_tailor,tailor_tailor,model_tailor_tailor,base.group_user,1,1,1,1
access_tailor_task,tailor_task,model_tailor_task,base.group_user,1,1,1,1
access_tar_production,tar_production,model_tar_production,base.group_user,1,1,1,1
0
Avatar
Zrušiť
Avatar
Niyas Raphy (Walnut Software Solutions)
Best Answer

Hi,

This error is raised as it cannot find a model named tar_production in your module:  tailor_management_sys


If the model is defined in a different module, you have to give full external id of the model, suppose if this model is defined or added from a module named module_abc, then the full external id will be module_abc.model_tar_production


Also you can ensure these points:

* file has been imported in init

* service has been restarted

Thanks

1
Avatar
Zrušiť
_ALI
Autor

i have imported it in __init__ and also restarted the server but nothing is working so, i have made some changes in fields of model .py file and also in xml but those changes also not reflecting after server restarting it start throwing error that these fields are not present in model i think there is something wrong with the module .py file these are not loading nor updating.

Niyas Raphy (Walnut Software Solutions)

i believe the restarting is not successfull, you can ensure it by stop the service and see if odoo is still accessible or not

_ALI
Autor

when i stop the server odoo is still accessible.

Niyas Raphy (Walnut Software Solutions)

so that means, the service is not stopped yet, you can forecefully kill using sudo kill -9 PROCESS_ID by listing the running process by ps aux||grep command .

if you are finding hard to do the above, just restart the machine, if it is in local

_ALI
Autor

thanks for helping after restarting my pc its start working.

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
Regarding ir.model.access.csv could not be processed: No matching record found for external id
security CSV v14 ir.model.access ServerError
Avatar
Avatar
Avatar
2
máj 24
4073
ir.model.access.csv could not be processed: No matching record found for external id
security csv v14 ir.model.access ServerError
Avatar
Avatar
2
máj 24
3651
Security Group issue
security v15
Avatar
Avatar
1
apr 23
3969
Odoo Server Error V15.
v15 ServerError
Avatar
0
feb 22
104
Odoo 15 Accounting server error Solved
modules v15 ServerError
Avatar
Avatar
Avatar
2
mar 22
5769
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