1
<?xml version="1.0" encoding="utf-8"?>
4
<record model="ir.ui.view" id="product_product_form_view_magerp_sku">
5
<field name="name">product.normal.form_magerp.sku</field>
6
<field name="model">product.product</field>
7
<field name="type">form</field>
8
<field name="inherit_id" ref="magentoerpconnect.product_product_form_view_magerp"/>
9
<field name="arch" type="xml">
11
<field name="default_code" position="attributes">
12
<attribute name="attrs">{'required':[('magento_exportable','=',True)]}</attribute>
14
<field name="magento_sku" position="attributes">
15
<attribute name="attrs"/>
17
<field name="magento_sku" position="attributes">
18
<attribute name="readonly">True</attribute>