mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[MIG] account_move_line_product: Migration to 17.0
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
# Copyright 2017-19 ForgeFlow, S.L.
|
# Copyright 2017-2024 ForgeFlow, S.L.
|
||||||
# (<https://www.forgeflow.com>)
|
# (<https://www.forgeflow.com>)
|
||||||
# Copyright 2019 Rubén Bravo <rubenred18@gmail.com>
|
# Copyright 2019 Rubén Bravo <rubenred18@gmail.com>
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
{
|
{
|
||||||
"name": "MRP BOM Component Menu",
|
"name": "MRP BOM Component Menu",
|
||||||
"version": "16.0.1.0.0",
|
"version": "17.0.1.0.0",
|
||||||
"category": "Manufacturing",
|
"category": "Manufacturing",
|
||||||
"website": "https://github.com/OCA/manufacture",
|
"website": "https://github.com/OCA/manufacture",
|
||||||
"author": "ForgeFlow," "Odoo Community Association (OCA)",
|
"author": "ForgeFlow," "Odoo Community Association (OCA)",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
To use this module, you need to:
|
To use this module, you need to:
|
||||||
|
|
||||||
1. Go to menu *Manufacturing -\> Master Data -\> Bill of Material
|
1. Go to menu *Manufacturing -\> Products -\> Bill of Material
|
||||||
Components*.
|
Components*.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<!-- Copyright 2017 ForgeFlow
|
<!-- Copyright 2017-2024 ForgeFlow
|
||||||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
||||||
<odoo>
|
<odoo>
|
||||||
<record id="mrp_bom_line_tree_view" model="ir.ui.view">
|
<record id="mrp_bom_line_tree_view" model="ir.ui.view">
|
||||||
<field name="name">mrp.bom.line.tree.view</field>
|
<field name="name">mrp.bom.line.tree.view</field>
|
||||||
<field name="model">mrp.bom.line</field>
|
<field name="model">mrp.bom.line</field>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<tree create="0">
|
<tree create="0" delete="0">
|
||||||
<field name="bom_id" />
|
<field name="bom_id" />
|
||||||
<field name="product_id" />
|
<field name="product_id" />
|
||||||
<field name="product_qty" />
|
<field name="product_qty" />
|
||||||
|
|||||||
Reference in New Issue
Block a user