[WIP]pms_api_rest: external clients API

This commit is contained in:
Darío Lodeiros
2023-07-11 11:09:05 +02:00
parent 1cea2c946f
commit 6c107d5371
5 changed files with 264 additions and 24 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="product_template_view_form" model="ir.ui.view">
<field name="name">view.product.template.form.inherited</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_form_view" />
<field name="arch" type="xml">
<xpath expr="//field[@name='company_id']" position="after">
<field name="channel_available" />
</xpath>
</field>
</record>
</odoo>