[IMP] construction{_developer}: update demo data - #2806
Closed
fw-bot wants to merge 6 commits into
Closed
Conversation
Collaborator
Author
|
@frva-odoo @vava-odoo cherrypicking of pull request #2771 failed. stdout: Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?).
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
Collaborator
|
@frva-odoo @trcazier as expected there are a few conflicts. I'd suggest to do the minimal here to have something similar to 19.4, but let's not spend too much time on this since there is a rework task for demo data anyway |
frva-odoo
force-pushed
the
master-saas-19.4-construction-demo-keynote-frva-557693-fw
branch
from
August 21, 2026 13:17
02f7a85 to
560ef34
Compare
Author
|
@frva-odoo @vava-odoo this forward port of #2771 is awaiting action (not merged or closed). |
trcazier
force-pushed
the
master-saas-19.4-construction-demo-keynote-frva-557693-fw
branch
5 times, most recently
from
September 1, 2026 11:06
196b237 to
30179b6
Compare
Update demo datas related to sale orders, purchase orders, invoices and stock moves to have clean data to analyse when looking at the margins earned through a project. Task-6470254 X-original-commit: 687fc74
If MO in the past: On backorder creation: MO1: start, now MO2: now, now+1d On full completion: MO: start, x_date_planned_end task-6487518
trcazier
force-pushed
the
master-saas-19.4-construction-demo-keynote-frva-557693-fw
branch
from
September 1, 2026 11:21
30179b6 to
07cc678
Compare
vava-odoo
reviewed
Sep 1, 2026
trcazier
force-pushed
the
master-saas-19.4-construction-demo-keynote-frva-557693-fw
branch
from
September 1, 2026 13:22
07cc678 to
9b8059f
Compare
In addition: - Add informative margin field on pricelist item - Make unit prices 0 - Fix the dashboard increment qty computation to rely on MO state task-6487518
trcazier
force-pushed
the
master-saas-19.4-construction-demo-keynote-frva-557693-fw
branch
from
September 1, 2026 13:35
9b8059f to
2af988b
Compare
vava-odoo
approved these changes
Sep 1, 2026
…ect name starts with S
…because of location Before this commit, creating a SO with a simple, non-BOM template product (so with no BOM on any SOL) crashes if a route with x_select_dest_on_po was used because it tried to unconditionally apply the SO's location to the picking, even if it didn't exist, leading to a crash. This commit fixes this by restricting the automation to only modify the pickings with that setting if the SO actually has a location.
Collaborator
Collaborator
|
Merge method set to rebase and fast-forward. |
robodoo
pushed a commit
that referenced
this pull request
Sep 3, 2026
If MO in the past: On backorder creation: MO1: start, now MO2: now, now+1d On full completion: MO: start, x_date_planned_end task-6487518 Part-of: #2806 Signed-off-by: Vallaeys Valentin (vava) <vava@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Sep 3, 2026
In addition: - Add informative margin field on pricelist item - Make unit prices 0 - Fix the dashboard increment qty computation to rely on MO state task-6487518 Part-of: #2806 Signed-off-by: Vallaeys Valentin (vava) <vava@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Sep 3, 2026
…ect name starts with S Part-of: #2806 Signed-off-by: Vallaeys Valentin (vava) <vava@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Sep 3, 2026
Part-of: #2806 Signed-off-by: Vallaeys Valentin (vava) <vava@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
Sep 3, 2026
…because of location Before this commit, creating a SO with a simple, non-BOM template product (so with no BOM on any SOL) crashes if a route with x_select_dest_on_po was used because it tried to unconditionally apply the SO's location to the picking, even if it didn't exist, leading to a crash. This commit fixes this by restricting the automation to only modify the pickings with that setting if the SO actually has a location. closes #2806 Signed-off-by: Vallaeys Valentin (vava) <vava@odoo.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Update demo datas related to sale orders, purchase orders, invoices and stock moves to have clean data to analyse when looking at the margins earned through a project.
Task-6470254
Forward-Port-Of: #2771