-
Notifications
You must be signed in to change notification settings - Fork 81
[IMP] excise_management: weekly excise report automation #1271
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
Open
amas-odoo
wants to merge
2
commits into
odoo:19.0
Choose a base branch
from
odoo-dev:19.0-excise-management-report-externalIds-amas
base: 19.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[IMP] excise_management: weekly excise report automation #1271
amas-odoo
wants to merge
2
commits into
odoo:19.0
from
odoo-dev:19.0-excise-management-report-externalIds-amas
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
6212653 to
8dc8de9
Compare
745debf to
055642c
Compare
pgu-odoo
reviewed
Nov 17, 2025
Contributor
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.
@amas-odoo Good work!
@vava-odoo PR is ready for your review.
pgu-odoo
reviewed
Nov 17, 2025
Contributor
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.
@amas-odoo Good work!
@vava-odoo PR is ready for your review.
vava-odoo
reviewed
Nov 17, 2025
055642c to
45b9b14
Compare
vava-odoo
reviewed
Nov 18, 2025
19bc3dd to
96de1bd
Compare
vava-odoo
reviewed
Nov 19, 2025
0568bfa to
2aae0a9
Compare
…ation - Capture transfer external IDs from transfer form and expose transfer IDs in invoice form. - Add new model to manage weekly Excise Reports. - Implement scheduled action running every Sunday to: - Create a new Excise Report for the past week. - Set report date range, label, and computation status (in progress). - Create a To-Do activity: "Excise Report <year>W<week>" assigned to the designated reporter, due +1 week. - Keep existing "Excises" report view, but: - Remove default grouping by week (keep only by fiscal deposit move). - Remove "Excise Amount" measure from default display, keep only quantity visible. - Add new menu item "Excise Reports" listing all Excise Report records. - Exposed the “New” button to allow users to manually create excise reports. - Made key excise report form fields (Name, Period, State) editable. - Removed the “Mark as Done” button from excise reports. - Reworked the scheduled action to generate excise report. - Updated demo data for the beverage distributor: added excise report demo data. task-5106520
2aae0a9 to
3eeb99b
Compare
ca61eb3 to
b6ff68f
Compare
Replaced automation-based report line generation with a compute trigger using a dedicated boolean field. Key updates: - Added computed boolean field `x_details_computation` on `x_excise_report` to trigger `ir_action_compute_excise_report_line` - Implemented server action to: • fetch relevant stock moves • group data by excise category and move type • create report lines and bind stock moves • update `x_line_ids` and mark computation status
b6ff68f to
0858b91
Compare
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.

Task ID: 5106520