-
Notifications
You must be signed in to change notification settings - Fork 86
[ADD] construction developer: new module for construction industry #1502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
fw-bot
wants to merge
2
commits into
odoo:saas-19.1
from
odoo-dev:saas-19.1-19.0-construction-developer-vava-486596-fw
Closed
[ADD] construction developer: new module for construction industry #1502
fw-bot
wants to merge
2
commits into
odoo:saas-19.1
from
odoo-dev:saas-19.1-19.0-construction-developer-vava-486596-fw
Conversation
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
Collaborator
Author
|
@vava-odoo cherrypicking of pull request #1472 failed. stdout: Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?). In the former case, you may want to edit this PR message as well. More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
This commit adds an extended industry module for construction with: - 'Show Line Numbering': On sale orders and invoices, modify views to make the sequence numbers of the lines visible. - 'Progress Management': In project, handle the SOL progress to easily invoice customers (added in PR:1275). Task-5135963
3bdb81c to
5be60a8
Compare
This commit moves the chatter down in order to display the full width of the Sales Order Lines in the progress view. task-5238284
5be60a8 to
3640f36
Compare
Collaborator
robodoo
pushed a commit
that referenced
this pull request
Jan 7, 2026
This commit adds an extended industry module for construction with: - 'Show Line Numbering': On sale orders and invoices, modify views to make the sequence numbers of the lines visible. - 'Progress Management': In project, handle the SOL progress to easily invoice customers (added in PR:1275). Task-5135963 Part-of: #1502 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>
robodoo
pushed a commit
that referenced
this pull request
Jan 7, 2026
This commit moves the chatter down in order to display the full width of the Sales Order Lines in the progress view. task-5238284 closes #1502 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>
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.

This PR adds a new module for construction. While construction remains fully standard, construction_developer is built on top of it, with some customizations (see commits).
task-5386776
Forward-Port-Of: #1472