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 I integrate the Documents App with Products (instead of using Attachments)?

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
Inventoryv13Documents
3 Respostas
7430 Visualizações
Avatar
Community Question

I want to store many different kids of Documents about Products - Design, BoM's, Sales Sheets, Specifications, Vendor Sheets, etc.

Attachments seems to be the only way to do this but the Documents App seems to be a much better fit.

How can I link the Inventory App with the Documents App?

0
Avatar
Cancelar
Avatar
Ray Carnes (ray)
Melhor resposta

This might work for you (but requires advanced UI based customization of Odoo):


Create a new field on the Product model (in this case the Product Variant):


Use Odoo Studio to add a new BUTTON to the Product Form View:


Relate the BUTTON to the field you created:


You will see the new BUTTON on the UI:


Click the BUTTON to edit the LIST VIEW on that screen:


What you want is an inherited view that allows you to CREATE documents (ie: upload them from the List):


Once you refresh the screen, you will see the CREATE button on the list and you can associate your files with the Product that way.


Then you probably also want to edit the Window Action to allow the familiar KANBAN view to be shown:


You will end up with this:


Note that you want to prevent CREATE from the Kanban (on this Window Action only) because if you don't, the Document won't be associated properly to the Product.   Perhaps with more time, I could figure out how to resolve that (or if you are reading and YOU can solve that last piece, please edit my answer)






6
Avatar
Cancelar
Vesa Pentikäinen

Hello Ray,

Your approach looks great for linking documents to product configurations. I tried to follow your instructions, but the functionality seems to be somehow different in Odoo 14.

When trying to create the button in Odoo Studio (step 2), I cannot find the Product(Document) field. I only get the Product Template related standard fields. Could you please check the functionality in Odoo 14 and help me with this issue.

Avatar
Javier
Melhor resposta

Hey! i´m with the same problem in Odoo V16. 
Did you manage to solve it?

I did the same a here but on product.template and it worked on a duplicated database... then i could not reply it anymore. Something i´m missing. 

2
Avatar
Cancelar
Avatar
Hakan Erdem
Melhor resposta

Hello Ray,

This seems grate however, adding documents does not work as expected on v16. I cannot create 


Could you help?

0
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
How to make a document publicly accessible in Documents Module? Resolvido
v12 v13 Documents
Avatar
Avatar
1
jul. 23
7521
Quant's editing is restricted, you can't do this operation.
Inventory
Avatar
Avatar
Avatar
2
nov. 25
415
How to attach specific locations to products
Inventory
Avatar
Avatar
Avatar
2
ago. 25
1431
Integrate Documents App with Custom module
online studio mixin v13 Documents
Avatar
Avatar
1
set. 24
5272
How to allow portal users or individuals with no users access in Odoo to visualize inventory levels Resolvido
stock_location Inventory Documents Quickstart v17
Avatar
Avatar
Avatar
Avatar
4
set. 24
3087
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