mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
[WIP] Add BinaryField documentation
This commit adds the documentation related to the component BinaryField
This commit is contained in:
@@ -96,6 +96,10 @@ Reference List
|
||||
- Technical name
|
||||
- Type
|
||||
- Short Description
|
||||
* - :ref:`BinaryField <frontend/fields/binary_field>`
|
||||
- `binary`
|
||||
- `binary`
|
||||
- transfer files with the client
|
||||
* - :ref:`BooleanFavoriteField <frontend/fields/boolean_favorite_field>`
|
||||
- `boolean_favorite`
|
||||
- `boolean`
|
||||
@@ -198,6 +202,18 @@ Reference List
|
||||
- display URLs
|
||||
|
||||
|
||||
.. _frontend/fields/binary_field:
|
||||
|
||||
BinaryField
|
||||
----------
|
||||
|
||||
- Location: `@web/fields/image_field`
|
||||
- Technical name: `image`
|
||||
- Supported types: `binary`
|
||||
|
||||
The purpose of this component is to upload files to the web client. In readonly
|
||||
mode, you may be able to download the file available from the field.
|
||||
|
||||
.. _frontend/fields/boolean_favorite_field:
|
||||
|
||||
BooleanFavoriteField
|
||||
|
||||
Reference in New Issue
Block a user