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

ir_attachment.location for V8?

Subscriure's

Get notified when there's activity on this post

This question has been flagged
v8filestorereportsparameterlocal
9 Respostes
33815 Vistes
Avatar
Hannes Hörting

Hello!

Are the Option ir_attachment.location available in V8? "https://accounts.openerp.com/forum/Help-1/question/529/"

I want to save my PDF´s on the local disc. Or is there another way to do this?

I put in Technical/Paramater/Systemparamter: "ir_attachment.location" with the value "file:///filestore"

Generate a folder with "filestore" in the root of openERP and set chmod 777 and chown openerp.

But no files are saved. Server restarted of course.

Thank you!

5
Avatar
Descartar
Avatar
Bole
Best Answer

In V8 filestore is used by default.. no need for extra setup...

If user runnig odoo has home set to /opt/odoo , then default filestore location is:
/opt/odoo/.local/share/Odoo/filestore/database_name

it can be set in config file with new  config setting:

data_dir = /path/to/desired/Odoo

In that path, odoo will create folders: addons, filestore and session

in filestore odoo server will create a new folder for each database,  and in database, 
in table ir_attachment will be stored path relative to /path/to/desired/Odoo/filestore/db_name ... to actual file...


This folder will contain all attachments (from backend, and also all website materials like pictures etc...)

Hope this helps..

 

p.s.

odoo user should have rw acces to that folder, but under any cicrcumstances should it be 777 , never ever do that! 640 is quite good, and everything shlud work with that permissions !

7
Avatar
Descartar
Tobias Frankl

Good Answer The filenames "asfdlhjasdfasdf6a7sdf67adsf7z" are not a great help if one wants to access files from outside odoo. Is there a workaround to have human readable filenames?

yuri

I'm interested on that too.

Avatar
Ashish Singh
Best Answer

Suppose we set data_dir = /path/to/desired/Odoo in odoo-server.conf file , Now i want to read data_dir path in my custome module , So how can i read data_dir in my module?                                                                            

 

 

 

2
Avatar
Descartar
Avatar
George
Best Answer

Hi friends,

i am using windows server when i use data_dir = D:\Development\Workspace\odoo-8.0-20150317\doo_documents like this i get error while click on the page


Traceback (most recent call last):

File "D:\Development\Workspace\odoo-8.0-20150317\openerp\http.py", line 530, in _handle_exception

return super(JsonRequest, self)._handle_exception(exception)

File "D:\Development\Workspace\odoo-8.0-20150317\openerp\http.py", line 1399, in _dispatch_nodb

func, arguments = self.nodb_routing_map.bind_to_environ(request.httprequest.environ).match()

File "C:\Python27\lib\site-packages\werkzeug-0.9.4-py2.7.egg\werkzeug\routing.py", line 1433, in match

raise NotFound()

NotFound: 404: Not Found


Please help me to solve this issue

1
Avatar
Descartar
Avatar
Winyoo
Best Answer

For Odoo 8, you need only to change the location in "openerp-server.conf". 

There is a row with "data_dir = ...." You can change to the place that you want. 

For example, mine is "data_dir = C:\Odoo Attach"

 

You don't need to modify "System Parameters", because it is set to be "file" as a default.

0
Avatar
Descartar
Avatar
Andreas Marpmann
Best Answer

Try it after move "filestore" into /opt/openerp/server/openerp/filestore

0
Avatar
Descartar
Avatar
Mathias Colpaert
Best Answer

Has anybody succeeded in storing files on server, with Odoo v8?

 

@Andreas, Do you think it is possible?

0
Avatar
Descartar
Avatar
Rafael
Best Answer

Hi! I have a problem with odoo 8. When i attach any file, this file is saved both filestore and bd. If i upload a file with 1200kb, making du to filestore I view that grown 1200kb, but when i backup my bd, it also has grown 1200kb! With openerp 7 did no happen this

0
Avatar
Descartar
yuri

Is this still happening? Should I check my instalation to see if that is happening?

Avatar
wizardz
Best Answer

I have this problem with that :


Hi, When I'm trying to install Aeroolib I get error:

chown: cannot access ‘/var/lib/odoo’: No such file or directory

I think thats because I installed Odoo in an other directory.

Is there a way to clean this? I mean to install aeroolib aeroo-docs with odoo in the directory /opt/odoo?

Odoo is installed in /opt/odoo, not in /var/lib/odoo.

Thanks for all the help

0
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
[V8] How to get DATA_DIR Solved
v8 filestore
Avatar
Avatar
Avatar
4
de jul. 15
8489
Why won't the header appear in a PDF report? Solved
v8 reports wkhtmltopdf
Avatar
Avatar
Avatar
Avatar
Avatar
5
de maig 23
20603
[SOLVED] how to add record number in reports ? Solved
v8 qweb reports
Avatar
Avatar
2
d’oct. 22
7214
Why is the wrong currency symbol displayed? Solved
v8 currency reports
Avatar
Avatar
1
de març 15
6857
Odoo v8 - Qweb Footer without horizontal line (top border) Solved
v8 qweb reports footer
Avatar
Avatar
2
de gen. 25
10555
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