Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Conocimientos
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Do I need to compile it?

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
module
3 Respuestas
11859 Vistas
Avatar
Frankie Chan

Hello, I am new to openerp and I would like to take the first step in it.

I have installed Ubuntu, Eclipse, python and pydev.

Furtheremore, I have downloaded the SOURCE from this page (the third item on this page: https://www.odoo.com/page/download).

I can run the file openerp-server.py with Eclipse.

Now, I also downloaded the module from "http://thierry-godin.developpez.com/openerp/tutorial-module-creation-pos-modification-english-version/#LIX".

It is said that I only place the files in "\etc" and add the path in "\etc\openerp-server.conf" and the module will appear after running the file "openerp-server.py".

I tried to do it but I cannot get what I expected.

What should I do now?

Thanks.

 

0
Avatar
Descartar
Frankie Chan
Autor

Thanks. But the modules still cannot be shown. Here are the steps I have taken: 1) Copy the folder "modules-openerp" inside /opt. The folder can be downloaded here (please unzip it): https://www.dropbox.com/s/2tivo9k21tadnl2/modules-openerp.zip 2)sudo nano /etc/openerp-server.conf 3)add the sentece  "addons_path = /opt/modules-openerp" at the end of the file 4)/etc/init.d/openerp-server force-reload 5)Open Firefox: http://localhost:8089 6)Login 7)Settings-->Installed Modules-->Remove the filter "installed" at the top right hand corner Are the steps above correct? Anythings missing? Thanks.

Avatar
Marvin Taboada
Mejor respuesta

Hello Frankie Chan,

Provided you have corrently set the "addons_path" option pointing to the parent directory where your downloaded module is located (it is used to specify "additional addons paths"), you will find your module listed and ready to be installed under "Settings > Modules > Installed Modules" by deactivating the "Installed" filter. This sections lists installed/available-for-install modules in your filesystem.

Your module won't be listed under "Settings > Modules > Apps", that section lists featured modules in the Apps Store.

As Kasper has already mentioned, you don't have to worry about compiling your OpenERP module. The Python interpreter will compile it automatically when you install the module from OpenERP.

If by any chance you are not sure if the "addons_path" option in the configuration file is taking effect, you can use the "--addons-path=EXTRA_ADDONS_PATH" command line option instead.

Regards.

0
Avatar
Descartar
Avatar
Kasper Souren
Mejor respuesta

Python compiles .py files into .pyc files automatically. You never have to worry about compiling Python (I've been using it for more than a decade and never worried about compilation, except when C, C++ or Fortran are added in the mix). And as far as I understood Odoo is only Python code.

0
Avatar
Descartar
Avatar
Ludo - 21South
Mejor respuesta

If you did not already, you should follow the installation guide from the documentation:

https://doc.openerp.com/install/linux/

0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
Error when importing module Product Bidding In ECommerce in odoo 17
module
Avatar
Avatar
1
jul 24
2628
Missing required value for the field 'Model' (model_id)
module
Avatar
Avatar
1
ene 24
6524
View newly installed Module
module
Avatar
Avatar
Avatar
2
mar 23
3556
How to check for installed modules from my __init__.py?
module
Avatar
Avatar
3
jun 20
11465
Helpdesk Module
module
Avatar
Avatar
Avatar
2
mar 20
10031
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

Website made with

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