mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[FIX] mrp_multi_level: add view in manifest
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
"views/stock_location_views.xml",
|
"views/stock_location_views.xml",
|
||||||
"wizards/mrp_inventory_procure_views.xml",
|
"wizards/mrp_inventory_procure_views.xml",
|
||||||
"views/mrp_inventory_views.xml",
|
"views/mrp_inventory_views.xml",
|
||||||
|
"views/mrp_move_views.xml",
|
||||||
"views/mrp_planned_order_views.xml",
|
"views/mrp_planned_order_views.xml",
|
||||||
"wizards/mrp_multi_level_views.xml",
|
"wizards/mrp_multi_level_views.xml",
|
||||||
"views/mrp_menuitem.xml",
|
"views/mrp_menuitem.xml",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo noupdate="1">
|
<odoo noupdate="1">
|
||||||
<record id="group_change_mrp_procure_qty" model="res.groups">
|
<record id="group_change_mrp_procure_qty" model="res.groups">
|
||||||
<field name="name">Change procure quantity in MRP</field>
|
<field name="name">Change procure quantity in MRP</field>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<record model="ir.ui.view" id="mrp_area_tree">
|
<record model="ir.ui.view" id="mrp_area_tree">
|
||||||
<field name="name">mrp.area.tree</field>
|
<field name="name">mrp.area.tree</field>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<record id="mrp_inventory_form" model="ir.ui.view">
|
<record id="mrp_inventory_form" model="ir.ui.view">
|
||||||
<field name="name">mrp.inventory.form</field>
|
<field name="name">mrp.inventory.form</field>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<menuitem name="MRP" id="menu_mrp_mrp" parent="mrp.menu_mrp_root" sequence="22" />
|
<menuitem name="MRP" id="menu_mrp_mrp" parent="mrp.menu_mrp_root" sequence="22" />
|
||||||
<menuitem
|
<menuitem
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<record id="mrp_move_view_form" model="ir.ui.view">
|
<record id="mrp_move_view_form" model="ir.ui.view">
|
||||||
<field name="name">mrp.move.form</field>
|
<field name="name">mrp.move.form</field>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<record model="ir.ui.view" id="product_mrp_area_tree">
|
<record model="ir.ui.view" id="product_mrp_area_tree">
|
||||||
<field name="name">product.mrp.area.tree</field>
|
<field name="name">product.mrp.area.tree</field>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<record model="ir.ui.view" id="view_mrp_product_product_form">
|
<record model="ir.ui.view" id="view_mrp_product_product_form">
|
||||||
<field name="name">view.product.mrp.area.product.form</field>
|
<field name="name">view.product.mrp.area.product.form</field>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<record id="product_template_only_form_view_mrp" model="ir.ui.view">
|
<record id="product_template_only_form_view_mrp" model="ir.ui.view">
|
||||||
<field name="name">product.template.product.form.mrp</field>
|
<field name="name">product.template.product.form.mrp</field>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<record id="view_location_form" model="ir.ui.view">
|
<record id="view_location_form" model="ir.ui.view">
|
||||||
<field name="name">stock.location.form</field>
|
<field name="name">stock.location.form</field>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<!-- Make Procurement with security access right -->
|
<!-- Make Procurement with security access right -->
|
||||||
<record id="view_mrp_inventory_procure_wizard" model="ir.ui.view">
|
<record id="view_mrp_inventory_procure_wizard" model="ir.ui.view">
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<record id="view_run_mrp_multi_level_wizard" model="ir.ui.view">
|
<record id="view_run_mrp_multi_level_wizard" model="ir.ui.view">
|
||||||
<field name="name">Run MRP</field>
|
<field name="name">Run MRP</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user