This question has been flagged
3598 Views

Hello all,

My goal : I want to attrib the sale and purchase pricelist to partners with XML file.

Trying to import in a custom module this XML code :

<?xml version="1.0" encoding="utf-8"?>
<openerp>
    <data>
        <record id="report_lapagept.partner_fm" model="res.partner">
            <field name="property_product_pricelist" ref="product.list4"/>
            <field name="property_product_pricelist_purchase" ref="purchase.list4"/>
        </record>
  
    </data>
</openerp>

 

I get this error : 

bla bla bla

IntegrityError: update or delete on table "res_partner" violates foreign key constraint "res_users_partner_id_fkey" on table "res_users"

DETAIL:  Key (id)=(1179) is still referenced from table "res_users".

 

Is it something we can do with a XML file?

Thanks

Avatar
Discard