-
-
Notifications
You must be signed in to change notification settings - Fork 617
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
[17.0][FW] account_financial_report: multiple ports from 14.0 #1233
base: 17.0
Are you sure you want to change the base?
[17.0][FW] account_financial_report: multiple ports from 14.0 #1233
Conversation
5adefb5
to
032fee9
Compare
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.
Not much context, but code looks good
Well, the CI is red, so first, that should be fixed. |
You're right, I missed this, |
Yes, this was the existing issue and it has now been resolved by changing the field in General Ledger Wizard to |
Before this change, the date format in the VAT report print was not sensible to the company's localization. The date string has been converted to a Date field to ensure the correct format aligns with the company's localization.
93daacf
to
520d07a
Compare
When porting from v14 to v17, the `account_account.user_type_id` has been changed to `account_type`. Previously `general_ledger_wizard` was able to store multiple account types through the `account_type_ids` field. To simplify the forward porting, for now only one `account_type` can be selected in the wizard.
520d07a
to
f980e17
Compare
@WesleyOliveira98 While forward porting your changes, I made a change to the General Ledge Wizard to accommodate changes in 17.0. This has a functional impact:
Could I ask you to review the port and my changes? |
Port of the following PRs from 14.0 to 17.0: