Attachment Url, Image Url

by
Odoo

41.02

v 11.0 v 12.0 Third Party 3
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name app_attachment_url
LicenseAGPL-3
Websitehttps://www.sunpop.cn
Versions 11.0 12.0 16.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Technical Name app_attachment_url
LicenseAGPL-3
Websitehttps://www.sunpop.cn
Versions 11.0 12.0 16.0

App Attachment Url

Use attachment URL and upload data to external storage

Key features:
  • Use attachment URL and upload data or image to external storage
  • Can use url to input image.
  • Uses url instead of transfer binary data between odoo server and client that.
  • In turn, allows to great reduce the load on server. more faster odoo.

How to use

* Run Odoo with ``--load=web,app_attachment_url`` ::

or set the ``server_wide_modules`` option in The Odoo configuration file: [options] (...) server_wide_modules = web,app_attachment_url (...) * Note: without the configuration above the module UI wouldn't work - and you couldn't use `@` button on binary image fields to specify their urls manually. All other functions of the module will work without the ``--load=...``,


The module allows to use url in Binary fields (e.g. in product images). It provides the possibility for uploading files to external storage (ftp, aliyun, qiniu, s3, some web server, etc) and uses url instead of transfer binary data between odoo server and client that, in turn, allows to reduce the load on server. This module is a optimize for https://www.odoo.com/apps/modules/11.0/ir_attachment_url/

How it works

As an example go to Sales → Products menu and open or create new item. Upload any image to the product.

Then

  • Go to Settings → Database Structure → Attachments menu.
  • Add custom filter: Resource Field is set
  • Switch to list view and open the created attachment items: image_small, image_medium, image

In the form that appears change 'Type' to URL and set url in the 'Url' field. As a result you can see related image in your product.

Technical Help & Support

For any type of technical help & support requests, Feel free to contact us

guohuadeng@hotmail.com

Via QQ: 300883

300883@qq.com

Visit our website for more support.

https://www.sunpop.cn

More Powerful addons, Make your odoo very easy to use, easy customize: Supop.cn Odoo Addons

Attachment Url

Installation

  • Install this module in a usual way

Odoo parameters

  • Run Odoo with --load=web,app_attachment_url or set the server_wide_modules option in The Odoo configuration file:
[options]
(...)
server_wide_modules = web,app_attachment_url
(...)
  • Note: without the configuration above the module UI wouldn't work - and you couldn't use @ button on binary image fields to specify their urls manually. All other functions of the module will work without the --load=..., e.g. you can still use ir_attachment_s3 that specifies urls for you in binary image fields.

Usage

  • Go to Sales >> Products >> Products
  • Open a product
  • Upload image to this product or specify image URL
  • Save the changes
  • Go to Settings >> Technical >> Database Structure >> Attachments
  • See related attachment form that contains URL of the image

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.