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

How to upload data to the new Properties fields in Odoo 16? I'm getting this error 'NoneType' object is not callable

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
propertiespropertyodoo16featuresNoneType
1 Responder
4919 Visualizações
Avatar
Talal Albahra

In Odoo16 I created a new property in CRM Lead and named it "Plate No."

First, I didn't find a field named "Plate No." in the list of Odoo Fields in the Import screen!! So, I found Odoo Field "Properties", I tried to use it, but I got the error 'NoneType' object is not callable

Second, I filled the "Plate No." field in one of the leads and exported the list of leads to understand how to fill it. The result was like this for that lead was: 

[{'name': '3405444982add8c0', 'type': 'char', 'string': 'Plate No.', 'default': '', 'value': '06 BVZ 477'}]

while the result for the blank properties was this:
[{'name': '3405444982add8c0', 'type': 'char', 'string': 'Plate No.', 'default': '', 'value': False}]

In excel, I replaced the text "False" with the "Plate No." using this formula "=SUBSTITUTE(D3,"False",CONCAT("'",E3,"'")) where D3 holds the exported value of a blank property field, and E3 holds the "Plate No." value that I want to upload to Odoo, so that all False value has been substituted with the Plate No. encapsulated with single quote mark.

Unfortunately, I still get the same error again 'NoneType' object is not callable

I need a solution, please!!!!

0
Avatar
Cancelar
Avatar
Tapha LY
Melhor resposta

To import data into the custom property field "Plate No." in Odoo, you need to modify the format of the data in your Excel file.

Here's what you can try:

  1. Change the values of the "Plate No." field in your Excel file from False to '' (empty string).
  2. In the exported leads list, change the value of the "Plate No." field from False to '' (empty string).
  3. Make sure that the values in the "Plate No." field in your Excel file are in the correct format, i.e., if the property field is of type "Char", then the values should be in string format.

After making these changes, try importing the data again and see if it works. If you still face the same error, please share more details about the error message you are getting, as well as the steps you are following to import the data, so that I can assist you better.

0
Avatar
Cancelar
Talal Albahra
Autor

Can you please show me an example

Talal Albahra
Autor

Dear Mouhamadou, please show me an example of the excel

Frederic CAO PHAN

Still looking for a trivial solution. To upload such information contained in a this JSON format...

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
How to show the Property field "properties" in a list view using Studio? Resolvido
property odoo16features
Avatar
Avatar
1
jun. 23
5509
Properties field Odoo 16
properties odoo16features
Avatar
0
nov. 22
2386
Disable or remove/hide Add properties option in odoo17 forms.
properties property permition odoo 17
Avatar
Avatar
Avatar
Avatar
4
set. 25
1820
Odoo16 how to change field properties on pricelist_id in a Sales Order?
fields enterprise properties Studio odoo16features
Avatar
Avatar
1
jun. 23
2457
how to hide or disable button add a properties and button edit in field properties odoo 16?
hide properties disable odoo16features required-field
Avatar
Avatar
1
jun. 23
6860
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