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

Import - 'Create if doesn't exist'

Suscribirse

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

Se marcó esta pregunta
importcreateodooV13
1 Responder
6256 Vistas
Avatar
Marco Vogels

Hello,

I want to upload some labels together with my products but these labels aren't always the same. I want to be able to create them while importing my list. This is possible in developer mode as there is the checkbox 'Create if doesn't exist' but this checkbox is not there if not in developer mode. I want my users to use the same function. How can I change this? I want this when I am also not in developer mode.

Kind regards,

Marco

0
Avatar
Descartar
Avatar
Devendra Kavthekar
Mejor respuesta

Hello Marco,

You will have to remove the group - 'base.group_no_one' from the the import views.

After removing, you should the option irrespective of if you are in developer mode or not.


To do this:

You can open the import screen and then 'edit the form view' - (which can be opened from Bug icon top titlebar - in top right corner)


Update 1:

Hello Marco, I just checked code for you, this might need customization as the 'create if does not exist' block is added only if the developer mode is on!!

\https://github.com/odoo/odoo/blob/13.0/addons/base_import/static/src/xml/base_import.xml#L116

https://github.com/odoo/odoo/blob/13.0/addons/base_import/static/src/js/import_action.js#L437


0
Avatar
Descartar
Marco Vogels
Autor

Hi Deventra,
If I go to Products > Import, the option of 'Edit View: Form' is not there in the import screen. If I go find it another way through models, views and fields, neither can I find anything related to this import page. The only import I can find is Import Module, here I can indeed change or remove this group.

If I go find it through "base.group_no_one", which is "Extra Rights / Technical Features". Nothing is connected to this group that has to do with the import screen. But the problem is, IT IS connected. Somehow the Import page cannot be changed. Do you have any ideas?

Marco Vogels
Autor

Hi Deventra,
I see your Update 1. I found it through this path also in my server. Thank you greatly! I won't be changing it myself but I will have it forwarded to the server developer as I am not fully capable to do the correct changes. I understand that "if (config.isDebug())" refers to the developer mode but no clue how to go from there. He will sort it out. Thanks again!

¿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
OdooV13 write a module to get an excel file as input Resuelto
import excel odooV13
Avatar
Avatar
Avatar
Avatar
3
nov 23
8294
Import variants per row using xls/csv
import variants odooV13
Avatar
Avatar
Avatar
2
oct 23
4560
Data Importing and Updation with EA_Import for many2many field
import create update importing
Avatar
0
sept 22
8119
Odoo Module not appearing Resuelto
apps create developer odooV13
Avatar
Avatar
Avatar
2
may 21
12543
OdooV13 upload a file and do some processing using the file
import upload excel odooV13
Avatar
Avatar
3
nov 20
5840
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