You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

28 lines
1.2 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Adding a field in res_config_setting view -->
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="name">res.config.settings.view.form.inherit.bill.digitization</field>
<field name="model">res.config.settings</field>
<field name="inherit_id"
ref="account.res_config_settings_view_form"/>
<field name="arch" type="xml">
<xpath expr="//div[@id='account_vendor_bills']"
position="inside">
<div class="col-xs-12 col-md-6 o_setting_box"
id="digitize_bill">
<div class="o_setting_left_pane">
<field name="digitize_bill"/>
</div>
<div class="o_setting_right_pane"
name="digitize_bill_right_pane">
<label for="digitize_bill"/>
<div class="text-muted">
Digitize bill from scanned documents with .jpg, .jpeg or .png extension using OCR and Artificial Intelligence
</div>
</div>
</div>
</xpath>
</field>
</record>
</odoo>