mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
27 lines
1.3 KiB
XML
27 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
<!-- 补货规则设置 -->
|
|
<record id="action_procurement_rule_app" model="ir.actions.act_window">
|
|
<field name="name">Global Procurement Rules</field>
|
|
<field name="res_model">stock.location.route</field>
|
|
<field name="type">ir.actions.act_window</field>
|
|
<field name="view_type">form</field>
|
|
<field name="view_mode">tree,form</field>
|
|
<field name="help" type="html">
|
|
<p class="oe_view_nocontent_create">
|
|
Click to add a route.
|
|
</p>
|
|
<p>You can define here the main routes that run through
|
|
your warehouses and that define the flows of your products. These
|
|
routes can be assigned to a product, a product category or be fixed
|
|
on procurement or sales order. </p>
|
|
</field>
|
|
</record>
|
|
<menuitem id="app_menu_procurement_rules" action="action_procurement_rule_app"
|
|
parent="felive_menu_stock_config_settings" sequence="60"/>
|
|
<!-- 推式规则设置 -->
|
|
<menuitem id="felive_menu_stock_location_path" name="Global Push Rules" action="stock.stolocpath" parent="felive_menu_stock_config_settings"
|
|
sequence="70"/>
|
|
</data>
|
|
</odoo> |