修改文件位置

This commit is contained in:
胡尧
2024-12-02 16:29:33 +08:00
parent 5406224c6f
commit 7b6538d01e
3 changed files with 1 additions and 1 deletions

View File

@@ -26,7 +26,6 @@
# 'security/ir.model.access.csv',
'views/stock_picking.xml',
'views/stock_product_template.xml',
'views/sale_order_view.xml',
],
# only loaded in demonstration mode
'demo': [

View File

@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="view_order_form_inherit_sf" model="ir.ui.view">
<field name="name">view.sale.order.form.inherit.sf</field>
<field name="inherit_id" ref="sale_stock.view_order_form_inherit_sale_stock_qty"/>
<field name="model">sale.order</field>
<field name="arch" type="xml">
<xpath expr="//page/field[@name='order_line']/form/group/group/div[@name='ordered_qty']/widget[@name='qty_at_date_widget']" position="replace">
</xpath>
<xpath expr="//page/field[@name='order_line']/tree/widget[@name='qty_at_date_widget']" position="replace">
</xpath>
</field>
</record>
</odoo>