Skip to Content
Menu

ICA Record Confirmation

by ,
Odoo
v 18.0 Third Party 9
Download for v 18.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 29
Technical Name ica_record_confirmation
LicenseLGPL-3
You bought this module and need support? Click here!

Use Case

In Odoo, Add your form view:
will be show confirmation dialoag every record creation and write
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
    <record id="view_partner_form" model="ir.ui.view">
        <field name="name">view_partner_form</field>
        <field name="model">res.partner</field>
        <field name="inherit_id" ref="base.view_partner_form"/>
        <field name="arch" type="xml">
            <xpath expr="//form" position="attributes">
                <attribute name="js_class">show_confirmation_form_view</attribute>
            </xpath>
        </field>
    </record>
</odoo>

```

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, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.