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

Development Environment on Windows OS

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
developmentwindows7
2 Respostas
23992 Visualizações
Avatar
umer farooq

Hello,

I want to start development of my custom module that will help me in adding fields and for other purposes I am using :

-->Windows 7 -->Openerp7 Allinone Setup -->Version of (OpenERP 7.0-20131112-002438) -->PostgreSQL version 1.16.1(Installed with OpenERP) Is it Possible to develop Mymodule(Custom Module) in this environment and how please help me in it. I often get better and concise and people seem to be more confident discussion development on Ubuntu and barely can see a good post for Windows OS development. Detailed Answer Would be appreciated . Thanks.

0
Avatar
Cancelar
Avatar
Eric
Melhor resposta

Hello. You can definitely develop custom modules in Windows. I am currently completing one right now for my job. I know it can be difficult learning how to complete one at first, but once you get the hang of it, then it isnt so bad. Take a look at this developer memento:

https://www.openerp.com/files/memento/OpenERP_Technical_Memento_latest.pdf

This information will cover the requirements you need to complete your custom module in OpenERP. Also, the Eclipse IDE is a good development tool to use when developing custom modules in OpenERP. Here is another link on how you can setup eclipse to develop OpenERP modules:

https://accounts.openerp.com/forum/Help-1/question/22239

0
Avatar
Cancelar
umer farooq
Autor

Thanks Eric for your concern,Can you give me the source code of your custom module that would be very helpful for me to initiate,I want my custom module to be inherited with other classes and whatever changes I make in my custom module appears on Existing OpenERP class or Form Thank You,I hope my question is clear:)

Eric

Well my module isnt finished yet, and I dont think I can attach it on here for you. But if you look in your addons directory and find the 'note' module, open it up and take a look at the code in there. The module is not very large, and it uses some inheritance on the python files and in the xml view file. I think that would be a good place to start.

umer farooq
Autor

Eric in my Installed version in addons there is no module with the name of note :(

Eric

Sorry about that. Here is a link that will take you to a page where you can download it. Just click download in the bottom right corner of the page. https://www.openerp.com/apps/7.0/note/

Avatar
Pornima Mane
Melhor resposta

yes of course you can develop your own module in windows OS but I personally feel its more convenient and reliable to develop module in ubuntu as compare to Windows OS. after installation of your openerp and postgres create user for openerp in postgres then add that user to config.py file of openerp. then u have to install eclips or aptana studio in u r system that will be helpful to you see the code of various files then import openerp addons to eclips/aptana. if u installing aptana then after importing your openerp addons in it. right click on addons add new pydev package and name it. then u will see your module in addons with init file. then add other required files (__openerp__.py,*.py, *.xml etc) then create new database in openerp and give access rights to user by settings->user>access rights. then click on update modules list and after that click on installed modules u will see installed modules in then remove filter installed in search tab situated at right upper corner (by clicking cross ) then u can see all the available modules in your addons. then search your module in it. then install it. here is how you can develop your custom module in openerp with windows OS.

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 all branches for user active automatically after login his account?
development
Avatar
Avatar
Avatar
3
nov. 25
291
MrpBom _skip_bom_line skips line of product that has two multi-choice attribute values when both are selected in Apply to variant
development
Avatar
Avatar
1
nov. 25
217
How to create a new field have 2 related field by developer mode
development
Avatar
Avatar
2
out. 25
549
i face one error while edit my website
development
Avatar
0
out. 25
662
How to add market price of the product to the Odoo 18 Community POS receipt?
development
Avatar
0
out. 25
584
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