-
Notifications
You must be signed in to change notification settings - Fork 117
Merging onboarding level 1 tasks #4809
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
Merging onboarding level 1 tasks #4809
Conversation
shzi-odoo
commented
Jul 3, 2025
- Created a new field in the company to separately track the PAY sequence Id's instead of batch Id's
- Created a new function to get the next available ID
- Changed the group of the menu items related to accounting analytics if not activated
- Inside payment registery file I set the new lable of communication field which is shown at the memo to be with the new payment group Id's
…eld for group payments to use in group payment memo
This PR targets the un-managed branch odoo-dev/odoo:18.0-rd-accounting-onboarding-malb, it needs to be retargeted before it can be merged. |
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.
Do a branch by task it will be easier in term of review 😄
@@ -49,3 +49,5 @@ package.json | |||
/man/ | |||
/share/ | |||
/src/ | |||
|
|||
venv/ |
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.
Unnecessary diff that
@@ -167,6 +167,20 @@ class ResCompany(models.Model): | |||
'prefix': 'BATCH/%(year)s/', |
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.
the solution would be to change the BATCH to -> PAY and modify the test accordingly
use group_payment_sequence_id to get it (eventually create it first): e.g PAY/2025/00001 | ||
''' | ||
self.ensure_one() | ||
return self.sudo().group_payment_sequence_id.next_by_id() |
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.
no need for that if the field is gone 😄
Also commit message should follow those guidelines 😄 |
i will close this since it's a merge of multiple task, we will say it's the one for the group of analytic 😄 |