Pular para o conteúdo
Odoo Menu
  • Entrar
  • Experimente grátis
  • Aplicativos
    Finanças
    • Financeiro
    • Faturamento
    • Despesas
    • Planilhas (BI)
    • Documentos
    • Assinar Documentos
    Vendas
    • CRM
    • Vendas
    • PDV Loja
    • PDV Restaurantes
    • Assinaturas
    • Locação
    Websites
    • Criador de Sites
    • e-Commerce
    • Blog
    • Fórum
    • Chat ao Vivo
    • e-Learning
    Cadeia de mantimentos
    • Inventário
    • Fabricação
    • PLM - Ciclo de Vida do Produto
    • Compras
    • Manutenção
    • Qualidade
    Recursos Humanos
    • Funcionários
    • Recrutamento
    • Folgas
    • Avaliações
    • Indicações
    • Frota
    Marketing
    • Redes Sociais
    • Marketing por E-mail
    • Marketing por SMS
    • Eventos
    • Automação de Marketing
    • Pesquisas
    Serviços
    • Projeto
    • Planilhas de Horas
    • Serviço de Campo
    • Central de Ajuda
    • Planejamento
    • Compromissos
    Produtividade
    • Mensagens
    • Aprovações
    • Internet das Coisas
    • VoIP
    • Conhecimento
    • WhatsApp
    Aplicativos de terceiros Odoo Studio Plataforma Odoo Cloud
  • Setores
    Varejo
    • Loja de livros
    • Loja de roupas
    • Loja de móveis
    • Mercearia
    • Loja de ferramentas
    • Loja de brinquedos
    Comida e hospitalidade
    • Bar e Pub
    • Restaurante
    • Fast Food
    • Hospedagem
    • Distribuidor de bebidas
    • Hotel
    Imóveis
    • Imobiliária
    • Escritório de arquitetura
    • Construção
    • Administração de propriedades
    • Jardinagem
    • Associação de proprietários de imóveis
    Consultoria
    • Escritório de Contabilidade
    • Parceiro Odoo
    • Agência de marketing
    • Escritório de advocacia
    • Aquisição de talentos
    • Auditoria e Certificação
    Fabricação
    • Têxtil
    • Metal
    • Móveis
    • Alimentação
    • Cervejaria
    • Presentes corporativos
    Saúde e Boa forma
    • Clube esportivo
    • Loja de óculos
    • Academia
    • Profissionais de bem-estar
    • Farmácia
    • Salão de cabeleireiro
    Comércio
    • Handyman
    • Hardware e Suporte de TI
    • Sistemas de energia solar
    • Sapataria
    • Serviços de limpeza
    • Serviços de climatização
    Outros
    • Organização sem fins lucrativos
    • Agência Ambiental
    • Aluguel de outdoors
    • Fotografia
    • Aluguel de bicicletas
    • Revendedor de software
    Navegar por todos os setores
  • Comunidade
    Aprenda
    • Tutoriais
    • Documentação
    • Certificações
    • Treinamento
    • Blog
    • Podcast
    Empodere a Educação
    • Programa de educação
    • Scale Up! Jogo de Negócios
    • Visite a Odoo
    Obtenha o Software
    • Baixar
    • Comparar edições
    • Releases
    Colaborar
    • Github
    • Fórum
    • Eventos
    • Traduções
    • Torne-se um parceiro
    • Serviços para parceiros
    • Cadastre seu escritório contábil
    Obtenha os serviços
    • Encontre um parceiro
    • Encontre um Contador
    • Conheça um consultor
    • Serviços de Implementação
    • Referências de Clientes
    • Suporte
    • Upgrades
    Github YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Faça uma demonstração
  • Preços
  • Ajuda

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

  • CRM
  • e-Commerce
  • Financeiro
  • Inventário
  • PoS
  • Projeto
  • MRP
All apps
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
Ajuda

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

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
securityCSVv15ir.model.accessServerError
1 Responder
9564 Visualizações
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
Cancelar
Avatar
Niyas Raphy (Walnut Software Solutions)
Melhor resposta

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
Cancelar
_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.

Está gostando da discussão? Não fique apenas lendo, participe!

Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!

Inscreva-se
Publicações relacionadas Respostas Visualizações Atividade
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
mai. 24
4091
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
mai. 24
3656
Security Group issue
security v15
Avatar
Avatar
1
abr. 23
3978
Odoo Server Error V15.
v15 ServerError
Avatar
0
fev. 22
104
Odoo 15 Accounting server error Resolvido
modules v15 ServerError
Avatar
Avatar
Avatar
2
mar. 22
5772
Comunidade
  • Tutoriais
  • Documentação
  • Fórum
Open Source
  • Baixar
  • Github
  • Runbot
  • Traduções
Serviços
  • Odoo.sh Hosting
  • Suporte
  • Upgrade
  • Desenvolvimentos personalizados
  • Educação
  • Encontre um Contador
  • Encontre um parceiro
  • Torne-se um parceiro
Sobre nós
  • Nossa empresa
  • Ativos da marca
  • Contato
  • Empregos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidade
  • Segurança
الْعَرَبيّة 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 é um conjunto de aplicativos de negócios em código aberto que cobre todas as necessidades de sua empresa: CRM, comércio eletrônico, contabilidade, estoque, ponto de venda, gerenciamento de projetos, etc.

A proposta de valor exclusiva Odoo é ser, ao mesmo tempo, muito fácil de usar e totalmente integrado.

Site feito com

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