Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Odoo apps module

Subscriure's

Get notified when there's activity on this post

This question has been flagged
odooV17
4 Respostes
3797 Vistes
Avatar
Fatima

Hello,

I would like to add module real Estate in odoo apps, there is 3 module in this app, can i integrate them in the same repository ?


0
Avatar
Descartar
Fatima
Autor

Thank you so much.

Avatar
Cybrosys Techno Solutions Pvt.Ltd
Best Answer

Hi,

Yes, you can integrate all three Real Estate modules into the same repository. To do this, create a main folder in your repository, then add each module as a separate subfolder within it. Place the respective module files in their corresponding subfolders, ensuring each has the proper Odoo module structure. Finally, commit and push the entire structure to your Git repository. This setup keeps all related modules organized in one place, making them easier to manage and deploy together.


Hope this helps.

2
Avatar
Descartar
Avatar
Sandeep Sonare
Best Answer

Yes, you can integrate multiple Odoo modules (such as Real Estate modules) into the same repository. Here's how:


1.  Organize the Repository :

   - Place all modules in a single directory, such as 'custom_addons', with each module in its own folder ('estate_module_1 ',  'estate_module_2 ', etc.).


2.  Ensure Module Independence :

   - Each module should have its own  '__manifest__.py ',  '__init__.py ', models, and views. This ensures that each module operates independently while residing in the same repository.


3.  Handle Dependencies :

   - If any modules depend on others, declare these dependencies in the  '__manifest__.py ' file under the  'depends ' key. This ensures proper loading and integration.


4.  Configure Odoo :

   - Add the custom directory ('custom_addons ') to your Odoo configuration file ( 'odoo.conf ') in the  'addons_path '.


5.  Install and Manage :

   - Once structured, install all modules through the Odoo apps interface and manage them easily within the same repository.


This approach ensures modular organization, easy dependency management, and seamless deployment of multiple Real Estate modules in a single repository.

1
Avatar
Descartar
Avatar
Niyas Raphy (Walnut Software Solutions)
Best Answer

Hi,
You can add all the 3 apps into your repository and register the repository in the odoo apps page, once you scan your repository, all the 3 apps will be listed in the odoo store and 3 apps

And if 3rd app depends on 2nd and 1st, when you download the 3rd app, all the 3 apps will be downloaded from the store

For example, if you download this app from the odoo store: https://apps.odoo.com/apps/modules/17.0/om_account_accountant

all of its dependent app in the repository will also be downloaded:


Thanks

1
Avatar
Descartar
Avatar
Fatima
Autor Best Answer

Hello,

Can you help me pls. when i published the module, there is 2 app published separatly not 1.

0
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
Easypost default package
odooV17
Avatar
Avatar
1
de set. 25
904
Adding a Button in POS
odooV17
Avatar
Avatar
1
de gen. 25
2354
How to Restrict Default CRM Access for All Users in Odoo 17 and Assign Permissions Selectively
odooV17
Avatar
Avatar
1
de nov. 24
2772
Purchase order confirmation data display without time Solved
odooV17
Avatar
Avatar
Avatar
2
de set. 24
2257
Custom Leave Accrual Calculation in Odoo v17
odooV17
Avatar
0
d’ag. 24
2628
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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