Field Binary Drag | Drag and Drop Binary Field | Drag and Drop File to Binary Fiels
by AVERIANS https://www.averians.com
Odoo
$ 17.71
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Sales (sale_management)
• Discuss (mail) • Invoicing (account) |
| Lines of code | 437 |
| Technical Name |
ais_field_binary_drag |
| License | See License tab |
| Website | https://www.averians.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Sales (sale_management)
• Discuss (mail) • Invoicing (account) |
| Lines of code | 437 |
| Technical Name |
ais_field_binary_drag |
| License | See License tab |
| Website | https://www.averians.com |
Field Binary Drag | Drag and Drop Binary Field | Drag and Drop File to Binary Fiels
This module enables Odoo users to Drag and drop files directly onto binary fields in Odoo forms.
01
Add Widget to Binary Field.
Add widget on XML file (drop_zone_binary)
<?xml version="1.0" encoding="UTF-8"?><odoo><data><record id="view_order_form_drop_zone_binary" model="ir.ui.view">
<field name="name">sale.order.form.drop.zone.binary</field>
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<xpath expr="//notebook" position="inside">
<page string="Signed Document" name="signed_document_page">
<group>
<group string="Upload Signed Copy">
<field
name="signed_document_file"
widget="drop_zone_binary"
filename="signed_document_filename"
/>
<field name="signed_document_filename" invisible="1"/>
</group>
<group string="Instructions">
<div class="text-muted small ps-2 pt-1">
<p>
Drag and drop a PDF or image onto the field above,
or click Upload to browse your files.
</p>
<p>
This field uses the drop_zone_binary widget
provided by the Field Binary Drag module.
</p>
</div>
</group>
</group>
</page>
</xpath>
</field>
</record>
</data>
</odoo>
02
Drag and Drop
Get Help From Us!
Field Binary Drag | Drag and Drop Binary Field | Drag and Drop File to Binary Fiels
- This module enables Odoo users to Drag and drop files directly onto binary fields in Odoo forms.
Installation
- Copy ais_field_binary_drag module to addons folder
- Install the module normally like other modules.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module