Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tryton
Tryton
Commits
9835560ca851
Commit
9835560c
authored
Jan 19, 2023
by
Cédric Krier
Browse files
Create move for produced product without bom as output
Closes
#12024
parent
f907ad193307
Pipeline
#61517
passed with stages
in 14 minutes and 59 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
modules/production/production.py
View file @
9835560c
...
...
@@ -489,7 +489,7 @@
if
not
production
.
bom
:
if
production
.
product
:
move
=
production
.
_move
(
'
in
put'
,
production
.
product
,
production
.
uom
,
'
out
put'
,
production
.
product
,
production
.
uom
,
production
.
quantity
)
if
move
:
move
.
unit_price
=
Decimal
(
0
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment