Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

My user cannot create a project, even when he has privileges

Subscriure's

Get notified when there's activity on this post

This question has been flagged
projectcreateoperation
7 Respostes
12970 Vistes
Avatar
Jaime

I have a user with Manager privileges to the project module. When the user tries to create a new project this error appears:

Access Denied

The requested operation cannot be completed due to security restrictions. Please contact your system administrator.

(Document type: Project, Operation: create)

What is the cause of this / how can I fix it?

Regards, Jaime

3
Avatar
Descartar
Francesco OpenCode

I've the some problem.

Avatar
Yusuf
Best Answer

I had almost the same problem as you, except that in my case, the operation was read: (Document type: Project, Operation: read)

After going through some of the related issues, I had a look at the record rules (Settings --> Technical --> Security --> Record Rules), and I saw one named Public members. I edited it and unticked the Active field, and all my users can now create projects.

I think this record rule was created when I once activated the portal, but somehow when I deactivated it, the rule was not disabled/removed.

2
Avatar
Descartar
Avatar
Francesco OpenCode
Best Answer

Set the voice Privacy on All Users! It works for me!

1
Avatar
Descartar
Avatar
Cameron
Best Answer

1) I had this problem - Just removed "project" addon and re-installed - CAREFULL not sure ifyou will loose data!

2) Check the user is in Settings>Users>Groups - Search "Project" >Project / User AND Project/Manager

EDIT

1) Could try removing and replacing the User

EDIT 2

Are these values the same (right click and open new tab to view)

image description

image description

1
Avatar
Descartar
johnCogitae

I've exactly the same configuration...

Avatar
Casper Madsen
Best Answer

It might be related to help.openerp.com/question/27651/why-is-there-no-team-members-to-add-in-project ?

0
Avatar
Descartar
Avatar
johnCogitae
Best Answer

Hi, I've try all of your solution, but my user still cannot create a project ... I really don't understand what's the problem here...

0
Avatar
Descartar
Avatar
Darius Donisanu
Best Answer

There might be a problem if you added a record rule - ['|',('user_id','=',False),('user_id','=',user.id)] - sometimes can affect some functions, especially if is global and not all inputs - read/create/detele/write - are marked. Uninstalling the module or deleting some groups are not viable solutions. Of course, you should put your project manager user as a Employee also. This might help. If you still have problems, contact me.

Regards, Darius.

dariusgdonisanu@gmail.com

0
Avatar
Descartar
Avatar
Akash Verma
Best Answer

Hi Guys !!

We are an IT development company based in India, We are Gold partners with Oracle and are experts in ERP implementation.

We have also developed a Mini ERP to meet the needs of the SME's.

We get very good reviews for our end-to-end IT services from our clients.

We can cater to any requirement in IT and that too in affordable prices.

Why should a modest budget mean you have to compromise on the quality of the services or products.

Do give us a call to discuss your needs and rest assured for the best services.

Best Regards,

Akash Verma

Sr. Business Development Manager

SRDT Pvt. Ltd.

+91-8176047544

-2
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
User Project create >> error
project error operation
Avatar
Avatar
1
de març 15
5607
expand option is not visible in the pop up window
project
Avatar
Avatar
1
de nov. 25
247
Does Odoo support Sub Projects? ie: nesting of Projects?
project
Avatar
Avatar
Avatar
3
d’oct. 25
3971
Sub-Tasks: Can I copy/paste a set of them?
project
Avatar
Avatar
Avatar
2
de set. 25
1278
Custom Task Properties Show with ID When Exporting to Excel – How to Show Only Value? Solved
project
Avatar
Avatar
Avatar
2
de set. 25
2090
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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