Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita 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
  • Proyectos
  • 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
2350 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.

Registrarse
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 en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • 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 estar totalmente integrado.

Sitio web hecho con

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