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
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social 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
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Guest House
    • Drankenhandelaar
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Solar Energy Systems
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC Services
    Others
    • Nonprofit Organization
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for 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

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
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

How to disable 'Export' & 'Mass mailing' menuitems?

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
partnerv7
3 Antwoorden
13814 Weergaven
Avatar
SANTIAGO SAN MARTIN

How can I disable the option to export partners to CSV or XLS in OpenERP 7. Or to send them a mass mailing?

As I read, this can be done by changing permissions to ir.export.linea and ir.export for a group of users. But what happens is that by giving the 'Export' button actually opens the alert window saying that you don't have permission, but if the user closes this alert, behind is the fully accessible and functional export window!

In the other hand, unchecking the Import/Export option in general settings only works for 'Import' not for 'Export'.

8
Avatar
Annuleer
Bonnet Denis

Does someone have a new answer for disable Export menuitem? We want to allow this only to a group of our choice. Someone knows how to do that?

Nicolas Lopez

Dido you find a way to disable it? I'm having the same issue.

Avatar
Andreas Brueckl
Beste antwoord

So you can disable 'Mass Mailing':

  1. goto Settings -> Actions -> Window Actions
  2. Search for 'Mass Mailing'
  3. Set allowed User Groups in the Security Tab (e.g. Administration / Settings)
1
Avatar
Annuleer
SANTIAGO SAN MARTIN
Auteur

Thank you, but there is no "mass mailing" in Windows Actions. The similar one (mail.compose.message) affects to all kind of mailings.

Andreas Brueckl

This should be the correct window action! Try to set User Groups. The Destination Model is 'mail.compose.message' and the action name is 'Mass Mailing'. But if you have another language than English then the action name is different.

SANTIAGO SAN MARTIN
Auteur

OK, it seems that is in the same context {'default_composition_mode': 'mass_mail'}. And do you know where to find the export menuitem?

Andreas Brueckl

I have search for it and I only found it in the code of the 'web' module. It seams to be visible for every object and I did not find a way how to hide it. However if a user wants to export the data he/she could also copy and paste, it only takes longer than the export. What I want to say: If someone wants to export data you can not prevent him.

SANTIAGO SAN MARTIN
Auteur

You are right, it's impossible to prevent it. For now what we did is to set the limit of records to view/select to 25 instead of the default of 80. So its only possible to export by 25 in 25.

AJ Schrafel Paper Corp

Sorry, but that is not a good excuse. Just because somebody could manually copy one record at a time does not mean that you should allow them to export. Making the export feature an immutable item on every tree view menu is bad security. Atleast give administrators the ability to disable it completely for all users until a proper ACL scheme is implemented.

Andreas Brueckl

If someone has read access to a certain object he can also use the XMLRPC interface to read-out all values. So you can not prevent this.

AJ Schrafel Paper Corp

yes, but you can disable XMLRPC read access.

Avatar
SANTIAGO SAN MARTIN
Auteur Beste antwoord

Thank you, but there is no "mass mailing" in Windows Actions. The similar one (mail.compose.message) affects to all kind of mailings.

0
Avatar
Annuleer
Avatar
Carlos Liébana Anero
Beste antwoord

You can take a look to remove_openerp_export from anybox. Not enough karma to post link.

0
Avatar
Annuleer
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
How to open child contact in separate view
partner v7
Avatar
Avatar
1
nov. 22
5298
How do we set a hierarchy for partners?
partner v7
Avatar
1
jun. 17
13676
How do I create shipping address for non-commercial customers?
partner v7
Avatar
Avatar
1
mrt. 15
4460
Add new partner type v7.
partner v7
Avatar
Avatar
1
mrt. 15
7028
How to define a default country value for the partner form in my custom module?
partner v7
Avatar
Avatar
Avatar
2
mrt. 15
8282
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
  • Word een Partner
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 ภาษาไทย 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