mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-27 14:52:00 +02:00
15 lines
578 B
XML
15 lines
578 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<record id="stock_location_route_view_form_inherit_sale_stock" model="ir.ui.view">
|
|
<field name="name">stock.route.form</field>
|
|
<field name="model">stock.route</field>
|
|
<field name="inherit_id" ref="stock.stock_location_route_form_view"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//group[@name='route_selector']/group[last()]" position="inside">
|
|
<field name="sale_selectable" string="Sales Order Lines"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
</odoo>
|