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

Link case of 24 to single unit without Beverage Industry add-on

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
inventoryconversioncases
1 Responder
1271 Visualizações
Avatar
Johan Wolmarans

When you activate Beverage Industry you get new fields to link a case of 24 and a single together.

I need this fuction but dont need the deposit function. In retail i want to link for example a box of paper with a ream of paper or a case of baked beans with a single bakebean. Is it possible to activate those fields on a normal database that it not link to beverage industry

0
Avatar
Cancelar
Johan Wolmarans
Autor

Would it be possible to suggest to odoo to add that option in the settings menu. In retail it is used a lot. And to explain to your people how to create difficult BOM is not an option. For now i will activate the beverage and delete the samples and just ignore the deposits. 

Thanks

Avatar
Christoph Farnleitner
Melhor resposta

There is no actual way to just 'activate' these fields. However, next to other details that should be irrelevant at the moment (such as defining a help tour), beverage_distributor doesn't do much more than

  • specify a list of dependencies (a list of modules that will be installed along with this industry 'package') (https://github.com/odoo/industry/blob/18.0/beverage_distributor/__manifest__.py#L6)
  • defines several defaults and dummy records
  • defines several additional fields (https://github.com/odoo/industry/blob/18.0/beverage_distributor/data/ir_model_fields.xml)


Since you seem to be after these additional fields from the last point, you have several options. For example

  • investigate on https://github.com/odoo/industry/tree/18.0/beverage_distributor, extract the functionality you actually need and put it into your own module
  • reverse-engineer the additional fields from the product form using Odoo Studio and manually create them, again using Studio or with a custom module, in your database
  • consider getting in touch with a partner to assist you with your specific requirements (https://www.odoo.com/partners), or
  • consider a Success Pack from Odoo (https://www.odoo.com/de_DE/pricing-packs)


I usually do not recommend the use of Studio as it holds the potential of significantly increasing the cost of future upgrade (i.e. from Odoo 18 to Odoo 19). Certain modification, when well documented of what and why it is done, can justify it though. A headstart on how Odoo Studio works can be found here: https://www.odoo.com/slides/31

0
Avatar
Cancelar
Christoph Farnleitner

Also, since I forgot to mention it explicitly as it is part of that configuration already, you can try to just utilize the 'Packages' functionality that allows you to define various selling packs - https://www.odoo.com/slides/slide/5762

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
Odoo Inventory - Reference warehouse visit Netherlands - >1000 orders per day
inventory
Avatar
Avatar
1
nov. 25
149
Odoo Inventory Valuation Report
inventory
Avatar
Avatar
Avatar
Avatar
3
nov. 25
7364
Inventory rotation or inventory turnover
inventory
Avatar
Avatar
1
out. 25
1755
Lot/Serial Number Resolvido
inventory
Avatar
Avatar
Avatar
2
set. 25
958
track inventory history
inventory
Avatar
Avatar
1
ago. 25
1787
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