-
Notifications
You must be signed in to change notification settings - Fork 82
[ADD] construction developer: new module for construction industry #1472
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
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
frva-odoo
approved these changes
Dec 26, 2025
Contributor
frva-odoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see anything to say, the move looks perfect to me to have them all in one module. However, are we removing the work items features definitely ?
0419395 to
00189ac
Compare
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
This commit moves the chatter down in order to display the full width of the Sales Order Lines in the progress view. task-5238284
00189ac to
250bf1f
Compare
Collaborator
Author
|
@robodoo r+ rebase-ff |
Collaborator
|
Merge method set to rebase and fast-forward. |
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: #1472 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 #1472 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>
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: #1472 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>
This was referenced Jan 7, 2026
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