Skip to content
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

Open
wants to merge 5 commits into
base: 17.0
Choose a base branch
from

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    282b303 View commit details
    Browse the repository at this point in the history
  2. [IMP] account_financial_report: localize date format on VAT report

    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.
    toita86 authored and henrybackman committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1680645 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd23f55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    245b141 View commit details
    Browse the repository at this point in the history
  5. [FIX] account_financial_report: fix account_type field

    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.
    henrybackman committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f980e17 View commit details
    Browse the repository at this point in the history