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

Can you show the string of a selection field in Report Editor, or write it to another field?

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
fieldopenofficeselection
1 Responder
8752 Visualizações
Avatar
Laurens

Background information

I have used custom fields to set up the following.

I created a selection field in the Sales Order defined like this:

[('1','< half a day'),('2','> half a day'),('3','1 day'),('4','> 1 day'),('5',' 1,5 days'),('6','>1,5 days'),('7','+/- 2 days')]

I have also created a field in project.task which is set up like:

[('1','3 hours'),('2','6 hours'),('3','8 hours'),('4','10 hours'),('5','12 hours'),('6','14 hours'),('7','16 hours')]

This field will get copied over from the Sales Order to the project.task through the project_mrp module (Create Task on SO). Because the values are defined the same way, a field in the SO selected as "> half a day" can be converted to "3 hours" automatically under the tasks.

Actual question

I want to show my selection field on a custom report I created for the tasks. However if I just use "[[ o.x_worktime ]]" it will show the id value behind the string. E.g.: "1", "2", "3", ...

I want to show the string behind the id value on my print-out.

Can anyone tell me how I can show this string behind the value of this selection field with the Open Office Report Editor, if such a thing is possible?

Or how I can assign another field to take over the text-string of the selection field as it's value; so I can use this field for the report editor instead?

Update

I have created a many2one field under project.task, I have linked this many2one field under the tasks with a selection field under the Sales Order. Now I can show the many2one field on the project.task and print it out on my report. That part is covered. However, under the Sales Order - I still can't show the value of my selection field there.

I'd still be interested in a way to write the value of this selection field to another field, perhaps with an onchange function; or when the Sales Order gets confirmed (or preferably: saved) . Or is such a thing not possible, because the values aren't stored in the database?

1
Avatar
Cancelar
Avatar
Laurens
Autor Melhor resposta

Well it seems you can not show the string of a selection field on the report direclty, through the OpenOffice ReportEditor. To the best of my knowledge, and lacking any replies; I think it is not possible to copy the selection_field string_value to another field either.

I have "solved" my problem using two many2one fields. I needed to convert "< half a day", "> half a day" and other strings under the Sales Order to effective hours under project.task. What I've done is change the id values of the estimated-worktime strings to actual hour count.

In the OORE I added "Estimated work hours: [[ o.work_hours.id ]]". This will show the ID, which are editted manually to correspond with the actual hour count.

This way I can print both the name field (< half a day) and the id field (string "Estimated work: " + id number + string: "hours"). The only downside is the many2one field always shows the name field, rather than for instance code. But either way this solution is 90% of what I wanted to accomplish.

Example:

image description

1
Avatar
Cancelar
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
field visible as text for manager and dropdown for employee
field selection
Avatar
0
mar. 15
4252
get Id in field selection
field selection
Avatar
Avatar
1
mar. 15
9177
Is it possible to use a boolean field to show/hide certain text on a report?
field openoffice boolean
Avatar
Avatar
1
mar. 15
6571
Create Menu dialog plus define selection items
xml field selection
Avatar
1
mar. 15
4849
Selcetion Fields With Many2One RelationShip ?
field relationship selection
Avatar
Avatar
1
mar. 15
4654
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