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
    • e-learning
    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

How to configure Planning for multicompany ?

Suscribirse

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

Se marcó esta pregunta
projecttimesheetplanningmulticompany
2 Respuestas
2349 Vistas
Avatar
Yoann Guirimand

Our group is made of 2 compagnies A and B . 
=> Employees from both company have access to the 2 compagnies A and B in Odoo

=> Employees from both company work on a joint project, hold by company A (this part is OK)

=> Employees from both company A and B can enter timesheet for the project from company A (this part is OK)

=> On the planning mode, I cannot schedule employees from both compagnies on the same project. To select an employee of company B, I need to change company B, and cannot select my project related to company A.

How to unlock this (in Odoo Studio), to schedule resource from both company on a shared project ? I do not expect anything blocking in the behaviour as the projects and the timesheets are already working well in multicompany




0
Avatar
Descartar
Yoann Guirimand
Autor

I finally had to modify the domain straight in the python code through a custom module - which works well by the way. But I do not see any reason why it cannot be edited as other domains through studio or Technical > record rules

Avatar
Mahmoud El Bouyahyaoui
Mejor respuesta

In Odoo, the scheduling of resources for a project is based on the company that the project belongs to. To allow employees from both companies A and B to be scheduled on the same project, you can make the following changes in Odoo Studio:

  1. Create a new company-independent project category: In the Project app, create a new project category that is not linked to any specific company. You can then assign this category to the joint project.

  2. Remove the company constraint on the resource allocation: In the Project app, go to the "Resource Allocation" view and remove the company constraint on the resource allocation. This will allow employees from both companies A and B to be assigned to the joint project.

  3. Add a new filter for the resource allocation : In the Project app, go to the "Resource Allocation" view and add a new filter based on the project category, so that only the joint project is displayed in the resource allocation view.

  4. Modify the access rights: In the Users and Groups app, give employees from both companies A and B access to the new project category and the new resource allocation view.

  5. Update the project form view: In the Project app, go to the form view of the project and add the new project category and the new resource allocation fields to the form view.

Keep in mind that this is just an example and it should be adapted to your specific use case.

It's also important to note that you'll need to test the changes before applying them in production as it may have side effects on other parts of the system.

0
Avatar
Descartar
Yoann Guirimand
Autor

Thank you for your answer Mahmoud. Unfortunately my project need to remain linked to company A, to keep the link with Sales Order, Analytic Account, Budget, Invoicing...
I do not see that feasible with your approach of a project that is no more linked to a company (unless I misunderstood something in your proposal ?)

Avatar
Yoann Guirimand
Autor Mejor respuesta

Note: 

Editing resource_id domain on planning.slot.form through studio is not supported






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
How to display project name instead of role on Planning Gantt view?
project planning
Avatar
Avatar
2
sept 25
1173
Fault upon creating 2 planning Lines to a project
project planning
Avatar
Avatar
1
ago 24
2789
Odoo 16 planning module versus projet planning
project planning
Avatar
Avatar
1
mar 23
3727
Problem with project with Multi-companies Resuelto
project multicompany
Avatar
Avatar
Avatar
4
jul 22
7103
Planning only on weekday, no weekends. Resuelto
project planning
Avatar
Avatar
1
nov 21
3638
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