Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • E-learning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Sociale media-marketing
    • E-mailmarketing
    • Sms-marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Horeca & Hospitality
    • Bar en café
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van mede-eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brouwerij
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Diensten
    • Klusjesman
    • IT-hardware & ondersteuning
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Alle bedrijfstakken bekijken
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijsprogramma
    • Scale Up! Business Game
    • Odoo bezoeken
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Partner worden
    • Diensten voor partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

Import - 'Create if doesn't exist'

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
importcreateodooV13
1 Beantwoorden
6615 Weergaven
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
Annuleer
Avatar
Devendra Kavthekar
Beste antwoord

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
Annuleer
Marco Vogels
Auteur

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
Auteur

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!

Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
OdooV13 write a module to get an excel file as input Opgelost
import excel odooV13
Avatar
Avatar
Avatar
Avatar
3
nov. 23
8765
Import variants per row using xls/csv
import variants odooV13
Avatar
Avatar
Avatar
2
okt. 23
4938
Data Importing and Updation with EA_Import for many2many field
import create update importing
Avatar
0
sep. 22
8395
Odoo Module not appearing Opgelost
apps create developer odooV13
Avatar
Avatar
Avatar
2
mei 21
13252
OdooV13 upload a file and do some processing using the file
import upload excel odooV13
Avatar
Avatar
3
nov. 20
6149
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Partner worden
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 Svenska ภาษาไทย Türkçe українська Tiếng Việt

Odoo is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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