[MIG] product_quick_bom: Migration to 12.0

This commit is contained in:
Kevin Khao
2020-01-07 15:36:05 +01:00
committed by ps-tubtim
parent c46da3555a
commit b4878fdd00
12 changed files with 579 additions and 184 deletions

View File

@@ -1,61 +1,76 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
=================
Product Quick Bom
=================
This module was written to create quickly the bom for your product.
Indeed in the product form you now have a new tab "bom" that give you the posibility
to add the bom line directly here
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-oca%2Fmanufacture-lightgray.png?logo=github
:target: https://github.com/oca/manufacture/tree/12.0/product_quick_bom
:alt: oca/manufacture
|badge1| |badge2| |badge3|
This module was written to be able to quickly create the BoM for your product. There is a new "Bill of Materials" tab in the product form view that allows the user to add a BoM and its lines directly.
Beware that this functionality is relevant only when one product template has one Bill of Materials, and works only for product templates for simplicity's sake.
**Table of contents**
.. contents::
:local:
Usage
=====
To use this module, you need to:
* Go to a product form, click on edit, add a line in the bom tab and see that a bom
linked to the product have been created.
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/129/10.0
.. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt
.. branch is "8.0" for example
For further information, please visit:
* https://www.odoo.com/forum/help-1
Go to product form view, click on edit, use the BoM lines field. If there is no BoM for the product yet, you can quickly create one by clicking on the "Create BoM" button.
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/manufacture/issues>`_.
Bugs are tracked on `GitHub Issues <https://github.com/oca/manufacture/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/oca/manufacture/issues/new?body=module:%20product_quick_bom%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
~~~~~~~
* Akretion
Contributors
------------
~~~~~~~~~~~~
* Sébastien Beau <sebastien.beau@aketion.com>
* Sébastien Beau <sebastien.beau@akretion.com>
* Kevin Khao <kevin.khao@akretion.com>
Maintainer
----------
Maintainers
~~~~~~~~~~~
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
.. |maintainer-sebastienbeau| image:: https://github.com/sebastienbeau.png?size=40px
:target: https://github.com/sebastienbeau
:alt: sebastienbeau
.. |maintainer-kevinkhao| image:: https://github.com/kevinkhao.png?size=40px
:target: https://github.com/kevinkhao
:alt: kevinkhao
This module is maintained by the OCA.
Current maintainers:
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
|maintainer-sebastienbeau| |maintainer-kevinkhao|
To contribute to this module, please visit http://odoo-community.org.
This module is part of the `oca/manufacture <https://github.com/oca/manufacture/tree/12.0/product_quick_bom>`_ project on GitHub.
You are welcome to contribute.

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2015 Akretion (http://www.akretion.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

View File

@@ -1,22 +1,17 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2015 Akretion (http://www.akretion.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Product Quick Bom",
"summary": "Create the bom directly from the product",
"version": "10.0.1.0.0",
"version": "12.0.1.0.0",
"category": "mrp",
"website": "https://odoo-community.org/",
"website": "https://github.com/OCA/manufacture",
"author": "Akretion, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"mrp",
],
"data": [
"views/product_view.xml",
],
"depends": ["mrp"],
"data": ["views/product_view.xml"],
"maintainers": ["sebastienbeau", "kevinkhao"],
}

View File

@@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2015 Akretion (http://www.akretion.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import product
from . import bom

View File

@@ -1,25 +0,0 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2015 Akretion (http://www.akretion.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import fields, models, _
class MrpBom(models.Model):
_inherit = 'mrp.bom'
_sql_constraint = (
'uniq_product_template',
'uniq(product_tmpl_id)',
_('You can only have one Bom per product template'),
)
class MrpBomLine(models.Model):
_inherit = 'mrp.bom.line'
product_tmpl_id = fields.Many2one(
comodel_name='product.template',
related='bom_id.product_tmpl_id',
readonly=True,
store=True)

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2015 Akretion (http://www.akretion.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
@@ -6,59 +5,33 @@ from odoo import api, fields, models
class ProductTemplate(models.Model):
_inherit = 'product.template'
_inherit = "product.template"
bom_line_ids = fields.One2many(
comodel_name='mrp.bom.line',
inverse_name='product_tmpl_id',
string='Bom Line',
help='If your product is manufactured you can select '
'here the component to produce them')
@api.model
def _extract_bom_line(self, vals):
return vals.pop('bom_line_ids', {})
@api.multi
def _prepare_bom_vals(self, vals):
self.ensure_one()
return {
'product_tmpl_id': self.id,
'bom_line_ids': vals,
}
@api.multi
def _process_bom_vals(self, vals):
for record in self:
if record.bom_ids:
record.bom_ids[0].write({'bom_line_ids': vals})
@api.depends("bom_ids")
def _compute_bom_id(self):
for rec in self:
if len(rec.bom_ids.ids) == 1:
rec.bom_id = rec.bom_ids[0]
else:
record.env['mrp.bom'].create(self._prepare_bom_vals(vals))
rec.bom_id = self.env["mrp.bom"]
@api.model
def create(self, vals):
bom_vals = self._extract_bom_line(vals)
record = super(ProductTemplate, self).create(vals)
if bom_vals:
record._process_bom_vals(bom_vals)
return record
bom_id = fields.Many2one(
"mrp.bom",
string="Bill of Materials (quick access)",
compute=_compute_bom_id,
store=True,
)
@api.multi
def write(self, vals):
""" default_type is in product and bom so _context ovewrite the default
value for bom with typ:'product' need to becarefull
"""
bom_vals = self._extract_bom_line(vals)
res = super(ProductTemplate, self).write(vals)
if bom_vals:
ctx = self._context.copy()
ctx.pop('default_type', None)
self.with_context(ctx)._process_bom_vals(bom_vals)
return res
# In case there is no bom_id yet, to simplify logic
# we just add a button to create one
def button_create_bom(self):
self.ensure_one()
vals = {
"product_tmpl_id": self.id,
"type": "normal",
}
self.env["mrp.bom"].create(vals)
@api.multi
def unlink(self):
for record in self:
if record.bom_ids:
record.bom_ids.unlink()
return super(ProductTemplate, self).unlink()
specific_bom_line_ids = fields.One2many(
related="bom_id.bom_line_ids", readonly=False
)

View File

@@ -0,0 +1,2 @@
* Sébastien Beau <sebastien.beau@akretion.com>
* Kevin Khao <kevin.khao@akretion.com>

View File

@@ -0,0 +1,3 @@
This module was written to be able to quickly create the BoM for your product. There is a new "Bill of Materials" tab in the product form view that allows the user to add a BoM and its lines directly.
Beware that this functionality is relevant only when one product template has one Bill of Materials, and works only for product templates for simplicity's sake.

View File

@@ -0,0 +1 @@
Go to product form view, click on edit, use the BoM lines field. If there is no BoM for the product yet, you can quickly create one by clicking on the "Create BoM" button.

View File

@@ -0,0 +1,423 @@
<?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">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
<title>Product Quick Bom</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="product-quick-bom">
<h1 class="title">Product Quick Bom</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/oca/manufacture/tree/12.0/product_quick_bom"><img alt="oca/manufacture" src="https://img.shields.io/badge/github-oca%2Fmanufacture-lightgray.png?logo=github" /></a></p>
<p>This module was written to be able to quickly create the BoM for your product. There is a new “Bill of Materials” tab in the product form view that allows the user to add a BoM and its lines directly.</p>
<p>Beware that this functionality is relevant only when one product template has one Bill of Materials, and works only for product templates for simplicitys sake.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#usage" id="id1">Usage</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="usage">
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
<p>Go to product form view, click on edit, use the BoM lines field. If there is no BoM for the product yet, you can quickly create one by clicking on the “Create BoM” button.</p>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/oca/manufacture/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/oca/manufacture/issues/new?body=module:%20product_quick_bom%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#id3">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id4">Authors</a></h2>
<ul class="simple">
<li>Akretion</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#id5">Contributors</a></h2>
<ul class="simple">
<li>Sébastien Beau &lt;<a class="reference external" href="mailto:sebastien.beau&#64;akretion.com">sebastien.beau&#64;akretion.com</a>&gt;</li>
<li>Kevin Khao &lt;<a class="reference external" href="mailto:kevin.khao&#64;akretion.com">kevin.khao&#64;akretion.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id6">Maintainers</a></h2>
<p>Current maintainers:</p>
<p><a class="reference external" href="https://github.com/sebastienbeau"><img alt="sebastienbeau" src="https://github.com/sebastienbeau.png?size=40px" /></a> <a class="reference external" href="https://github.com/kevinkhao"><img alt="kevinkhao" src="https://github.com/kevinkhao.png?size=40px" /></a></p>
<p>This module is part of the <a class="reference external" href="https://github.com/oca/manufacture/tree/12.0/product_quick_bom">oca/manufacture</a> project on GitHub.</p>
<p>You are welcome to contribute.</p>
</div>
</div>
</div>
</body>
</html>

View File

@@ -1,57 +1,57 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2015 Akretion (http://www.akretion.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo.tests.common import TransactionCase
import logging
_logger = logging.getLogger(__name__)
class TestQuickBom(TransactionCase):
def setUp(self):
super(TestQuickBom, self).setUp()
self.computer = self.env.ref(
'product.product_product_5_product_template')
self.ram = self.env.ref('product.product_product_13_product_template')
self.hard_drive = self.env.ref(
'product.product_product_17_product_template')
self.cpu = self.env.ref('product.product_product_22_product_template')
# as we test new BoMs that must not already exist in demo data,
# bolt + screw + ply = lamp
super().setUp()
self.prd_1 = self.env.ref("mrp.product_product_computer_desk_bolt")
self.prd_2 = self.env.ref("mrp.product_product_computer_desk_screw")
self.prd_3 = self.env.ref("mrp.product_product_wood_ply")
self.tmpl_4 = self.env.ref(
"product.product_delivery_02_product_template"
)
def test_create_bom(self):
self.computer.write({'bom_line_ids': [
(0, 0, {'product_id': self.ram.id, 'product_qty': 2, }),
(0, 0, {'product_id': self.hard_drive.id, 'product_qty': 2, }),
(0, 0, {'product_id': self.cpu.id, 'product_qty': 1, })]})
bom = self.computer.bom_ids
self.assertEqual(self.computer.id, bom.product_tmpl_id.id)
self.assertEqual(bom.bom_line_ids[0].product_id.id, self.ram.id)
self.tmpl_4.button_create_bom()
self.tmpl_4.write(
{
"specific_bom_line_ids": [
(0, 0, {"product_id": self.prd_1.id, "product_qty": 2}),
(0, 0, {"product_id": self.prd_2.id, "product_qty": 2}),
(0, 0, {"product_id": self.prd_3.id, "product_qty": 1}),
]
}
)
bom = self.tmpl_4.bom_id
self.assertEqual(self.tmpl_4.id, bom.product_tmpl_id.id)
self.assertEqual(bom.bom_line_ids[0].product_id.id, self.prd_1.id)
self.assertEqual(bom.bom_line_ids[0].product_qty, 2)
self.assertEqual(bom.bom_line_ids[1].product_id.id, self.hard_drive.id)
self.assertEqual(bom.bom_line_ids[1].product_id.id, self.prd_2.id)
self.assertEqual(bom.bom_line_ids[1].product_qty, 2)
self.assertEqual(bom.bom_line_ids[2].product_id.id, self.cpu.id)
self.assertEqual(bom.bom_line_ids[2].product_id.id, self.prd_3.id)
self.assertEqual(bom.bom_line_ids[2].product_qty, 1)
def test_read_bom(self):
bom = self.env['mrp.bom'].create({
'type': 'normal',
'product_tmpl_id': self.computer.id})
bomline1 = self.env['mrp.bom.line'].create({
'product_id': self.ram.id,
'product_qty': 2,
'bom_id': bom.id,
})
bomline2 = self.env['mrp.bom.line'].create({
'product_id': self.hard_drive.id,
'product_qty': 2,
'bom_id': bom.id,
})
bomline3 = self.env['mrp.bom.line'].create({
'product_id': self.cpu.id,
'product_qty': 1,
'bom_id': bom.id,
})
self.assertTrue(bomline1 in self.computer.bom_line_ids)
self.assertTrue(bomline2 in self.computer.bom_line_ids)
self.assertTrue(bomline3 in self.computer.bom_line_ids)
bom = self.env["mrp.bom"].create(
{"type": "normal", "product_tmpl_id": self.tmpl_4.id}
)
bomline1 = self.env["mrp.bom.line"].create(
{"product_id": self.prd_1.id, "product_qty": 2, "bom_id": bom.id}
)
bomline2 = self.env["mrp.bom.line"].create(
{"product_id": self.prd_2.id, "product_qty": 2, "bom_id": bom.id}
)
bomline3 = self.env["mrp.bom.line"].create(
{"product_id": self.prd_3.id, "product_qty": 1, "bom_id": bom.id}
)
self.assertTrue(bomline1 in self.tmpl_4.specific_bom_line_ids)
self.assertTrue(bomline2 in self.tmpl_4.specific_bom_line_ids)
self.assertTrue(bomline3 in self.tmpl_4.specific_bom_line_ids)

View File

@@ -1,20 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<record id="product_template_form_view" model="ir.ui.view">
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_form_view"/>
<field name="priority" eval="200"/>
<field name="arch" type="xml">
<xpath expr="//page[@name='sales']" position="after">
<page name="bom_line" string="Bom line">
<field name="bom_line_ids">
<tree editable="bottom">
<field name="product_id"/>
<field name="product_qty"/>
</tree>
</field>
</page>
</xpath>
</field>
</record>
<record id="product_template_only_form_view_bomlines" model="ir.ui.view">
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_only_form_view"/>
<field name="arch" type="xml">
<xpath expr="//page[@name='sales']" position="after">
<page name="bom_line" string="Bill of Materials">
<div attrs="{'invisible': [('bom_count', '&lt;', 2)]}"
class="alert alert-danger text-center"
role="alert">
<p>The product is linked to several BoMs, modifications must be done BoM-side.</p>
</div>
<div attrs="{'invisible': [('bom_count', '!=', 0)]}"
class="alert alert-danger text-center"
role="alert">
<p>The product doesn't have a BoM yet, you must create one before updating its components.</p>
<button name="button_create_bom" type="object" string="Create BoM"/>
</div>
<field name="specific_bom_line_ids" attrs="{'invisible': [('bom_count', '!=', 1)]}">
<tree editable="bottom">
<field name="product_id"/>
<field name="product_qty"/>
<field name="attribute_value_ids" widget="many2many_tags"/>
</tree>
</field>
</page>
</xpath>
</field>
</record>
</odoo>