mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] connector_opencart: Exposed product bindings
This commit is contained in:
@@ -9,6 +9,24 @@
|
||||
<xpath expr="//field[@name='barcode']" position="after">
|
||||
<field name="opencart_sku"/>
|
||||
</xpath>
|
||||
<xpath expr="//page[@name='inventory']" position="after">
|
||||
<page name="opencart" string="OpenCart">
|
||||
<field name="opencart_bind_ids"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="product_normal_form_view_inherit" model="ir.ui.view">
|
||||
<field name="name">product.product.form.inherit</field>
|
||||
<field name="model">product.product</field>
|
||||
<field name="inherit_id" ref="product.product_normal_form_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//page[@name='inventory']" position="after">
|
||||
<page name="opencart" string="OpenCart">
|
||||
<field name="opencart_bind_ids" />
|
||||
</page>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user