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

[18.0][MIG] account_financial_report: Migration to 18.0 #1253

Open
wants to merge 312 commits into
base: 18.0
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 13, 2024

  1. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (329 of 329 strings)
    
    Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_financial_report/pt_BR/
    eduaparicio authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    797c27b View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (329 of 329 strings)
    
    Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_financial_report/pt_BR/
    eduaparicio authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0f9f682 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3a7872 View commit details
    Browse the repository at this point in the history
  4. [FIX] account_financial_report: Don't fail with installed l10n

    The number of computed account can be greater in certain databases with l10n modules.
    pedrobaeza authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    228db72 View commit details
    Browse the repository at this point in the history
  5. Translated using Weblate (French)

    Currently translated at 10.3% (34 of 329 strings)
    
    Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_financial_report/fr/
    jcleonard2018 authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d6f577e View commit details
    Browse the repository at this point in the history
  6. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (329 of 329 strings)
    
    Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_financial_report/pt_BR/
    marcelsavegnago authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4ba5a0b View commit details
    Browse the repository at this point in the history
  7. Fix display of captions in pdf

    Timon Tschanz authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c6b74b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a562a1 View commit details
    Browse the repository at this point in the history
  9. Translated using Weblate (French)

    Currently translated at 23.1% (76 of 329 strings)
    
    Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_financial_report/fr/
    jcleonard2018 authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    37fa1a1 View commit details
    Browse the repository at this point in the history
  10. Translated using Weblate (French)

    Currently translated at 23.1% (76 of 329 strings)
    
    Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_financial_report/fr/
    yterrettaz authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9dccbd0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d00e7c3 View commit details
    Browse the repository at this point in the history
  12. [FIX] account_financial_report: Avoid slow vacuum due to ondelete=cas…

    …cade
    
    `report_journal_ledger` is auto-vacuumed as any transient model, but has some
    ondelete="cascade" constraints that auto-remove subtables when a record is removed,
    doing this operation very slow when selecting these sub-records.
    
    Letting default ondelete="set null" would result in same performance bottleneck,
    as the select on sub-table is performed the same for setting "null" value on them.
    
    As a solution, and for avoiding a costly index operation, we delete by SQL sub-tables
    rows in advance.
    
    A bit of extra logic has been added for avoiding to remove that records if it's not
    the turn of vacuum the parent table.
    pedrobaeza authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3776828 View commit details
    Browse the repository at this point in the history
  13. Translated using Weblate (French)

    Currently translated at 84.5% (278 of 329 strings)
    
    Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_financial_report/fr/
    Martronic-SA authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7f4b272 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b6c3ed4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b37d8a6 View commit details
    Browse the repository at this point in the history
  16. [IMP] account_financial_report: black, isort

    Ernesto Tejeda authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    cb833dc View commit details
    Browse the repository at this point in the history
  17. [MIG] account_financial_report: Migration to 13.0

    Ernesto Tejeda authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a211860 View commit details
    Browse the repository at this point in the history
  18. [FIX] account_financial_report: general_ledger

    * centralization is only calculated on accounts where 'centralized' is True
    * Cumul. Balance of each move_line fixed
    * Ordering move_lines by date
    * Fix trial_balance xlsx when not show_partner_details
    JoanSForgeFlow authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    54db0dd View commit details
    Browse the repository at this point in the history
  19. [FIX] account_financial_report: Fix error when generating reports

    Some reports crash if account move line implicated are Sections lines or Notes lines in an invoice
    Ernesto Tejeda authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ed078bc View commit details
    Browse the repository at this point in the history
  20. [FIX] account_financial_report: open_items

    * Missing import causes failure when running Open Items with Date At in the past
    traviswaelbro authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4125dd0 View commit details
    Browse the repository at this point in the history
  21. account_financial_report: Increase columns width in general ledger

    Before this commit, amounts such as "10'000.00 CHF" were exceeding their
    columns width. Label column could be reduced as it's printed correctly
    over two different lines.
    grindtildeath authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7a5e6b9 View commit details
    Browse the repository at this point in the history
  22. fixup! account_financial_report: Increase columns width in general le…

    …dger Before this commit, amounts such as "10'000.00 CHF" were exceeding their columns width. Label column could be reduced as it's printed correctly over two different lines.
    Tonow-c2c authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7797900 View commit details
    Browse the repository at this point in the history
  23. FIX missing date in invoice

    The second invoice created has no explicit so taking the current date could lead to failing tests because the invoice is out of search as the the setup sets date_from as time.strftime("%Y-%m-01") and date_to as time.strftime("%Y-%m-28"). So i choose the easy way by setting an explicit date for the invoice.
    Hughes Damry authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4a27fe4 View commit details
    Browse the repository at this point in the history
  24. [IMP] account_financial_report: open_items & aged_partner_balance

    * Now account_ids is empty by default and required
    * Domain is applied in the selection of the accounts
    JoanSForgeFlow authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5184789 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    13c852d View commit details
    Browse the repository at this point in the history
  26. [IMP] account_financial_report: open_items

    * added option "show_partner_details"
    JoanSForgeFlow authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2b1da25 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d5b0fa6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    acf8660 View commit details
    Browse the repository at this point in the history
  29. [IMP] account_financial_report:

    * filter by analytic_account
    JoanSForgeFlow authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5cdd724 View commit details
    Browse the repository at this point in the history
  30. [IMP] account_financial_report:

    * fix speed issue in VAT report
    * rename Cost Center to Analytic Account in General Ledger
    JordiBForgeFlow authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3cf2efa View commit details
    Browse the repository at this point in the history
  31. [FIX] account_financial_report:

    Not showing journal items with amount residual equal to 0
    JoanSForgeFlow authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bae364c View commit details
    Browse the repository at this point in the history
  32. [IMP] account_financial_report: general_ledger

    * "hide account at 0" hides account/partner if inital cumul balance is 0 and there are not movements in the period
    JoanSForgeFlow authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4fb717c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ad9a709 View commit details
    Browse the repository at this point in the history
  34. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (229 of 229 strings)
    
    Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-account_financial_report/es_AR/
    ibuioli authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4f9962c View commit details
    Browse the repository at this point in the history
  35. [FIX] duplicates in es.po

    sbidoul authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    20be4be View commit details
    Browse the repository at this point in the history
  36. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (241 of 241 strings)
    
    Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-account_financial_report/es_AR/
    ibuioli authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b0cd425 View commit details
    Browse the repository at this point in the history
  37. [FIX] translation not loaded

    astirpe authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5221523 View commit details
    Browse the repository at this point in the history
  38. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (242 of 242 strings)
    
    Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-account_financial_report/es_AR/
    ibuioli authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8646cb5 View commit details
    Browse the repository at this point in the history
  39. [FIX+IMP] account_financial_report: data can be None + no context man…

    …gling
    
    Depending on the calling method, data can be something different from a dictionary
    (like `None` if no keyword argument is provided), so this will crash. Example:
    mis_builder is crashing in its tests.
    
    We prevent that checking for a falsy value before trying to access the dictionary.
    
    We also avoid context mangling for non AFR reports (those without the key
    `account_financial_report_lang` in the dictionary), not callign to `with_context`
    in that case.
    pedrobaeza authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    13d0094 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    ae2627d View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    05fab86 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    1995cbe View commit details
    Browse the repository at this point in the history
  43. Translated using Weblate (Romanian)

    Currently translated at 75.5% (185 of 245 strings)
    
    Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-account_financial_report/ro/
    dhongu authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a6882de View commit details
    Browse the repository at this point in the history
  44. Translated using Weblate (Romanian)

    Currently translated at 78.0% (191 of 245 strings)
    
    Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-account_financial_report/ro/
    dhongu authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    884a360 View commit details
    Browse the repository at this point in the history
  45. Translated using Weblate (Romanian)

    Currently translated at 79.2% (194 of 245 strings)
    
    Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-account_financial_report/ro/
    dhongu authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    91d7779 View commit details
    Browse the repository at this point in the history
  46. [UPD] Eficent -> ForgeFlow

    MiquelRForgeFlow authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3804602 View commit details
    Browse the repository at this point in the history
  47. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (245 of 245 strings)
    
    Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-account_financial_report/es_AR/
    ibuioli authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    25619a8 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    1ea33a7 View commit details
    Browse the repository at this point in the history
  49. [MIG] account_financial_report: Migration to 14.0

    Since v14, Odoo defines the `__slots__` attribute in the `BaseModel` class (odoo/odoo@ea3e395)
    This makes it impossible to add attributes to an instance like it was done here in v13.
    The use of the `report_data` dictionary passed between method is the closes and simples solution to this "issue".
    
    TT26415
    
    Co-authored-by: Alex Cuellar <[email protected]>
    2 people authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    54e4da4 View commit details
    Browse the repository at this point in the history
  50. [FIX] account_financial_report: Fix tests

    On multi-company settings, we need to make sure we are searching and creating objects with the correct company associated.
    Also take into account previously created account groups
    
     TT28423
    joao-p-marques authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a7077a4 View commit details
    Browse the repository at this point in the history
  51. [FIX] account_financial_report: Refactor tests

    Use core account test base, helping to ensure we have the correct accounting environment setup.
    If any of the localization modules are loaded, this will make this tests be skipped, instead of simply failing
    
    TT28423
    joao-p-marques authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ac5fd17 View commit details
    Browse the repository at this point in the history
  52. Translated using Weblate (Spanish)

    Currently translated at 94.2% (231 of 245 strings)
    
    Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/es/
    anasuarez1 authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    fcc0ebe View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    96f7ac1 View commit details
    Browse the repository at this point in the history
  54. Translated using Weblate (Spanish (Mexico))

    Currently translated at 0.0% (0 of 245 strings)
    
    Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/es_MX/
    alan196 authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7156e5a View commit details
    Browse the repository at this point in the history
  55. Translated using Weblate (French)

    Currently translated at 93.4% (229 of 245 strings)
    
    Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/fr/
    Yvesldff authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3f13f07 View commit details
    Browse the repository at this point in the history
  56. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (245 of 245 strings)
    
    Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/es_AR/
    ibuioli authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0f7d980 View commit details
    Browse the repository at this point in the history
  57. [FIX] account_financial_report: Actions

    Tardo authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    26da0db View commit details
    Browse the repository at this point in the history
  58. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (245 of 245 strings)
    
    Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/es_AR/
    ibuioli authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6536cfe View commit details
    Browse the repository at this point in the history
  59. [FIX] Default company should not be used since it doesn't mutate when…

    … switching companies.
    Cas Vissers authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c661f11 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    455a1c6 View commit details
    Browse the repository at this point in the history
  61. Translated using Weblate (French (France))

    Currently translated at 97.1% (238 of 245 strings)
    
    Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/fr_FR/
    Yvesldff authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3caf5df View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    1ca813b View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    a4c166b View commit details
    Browse the repository at this point in the history
  64. Translated using Weblate (Dutch)

    Currently translated at 75.5% (185 of 245 strings)
    
    Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/nl/
    bosd authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c44c51e View commit details
    Browse the repository at this point in the history
  65. [FIX] account_financial_report: allow navigation on all fields

    Pass res_id correctly to lines to allow navigation on the fields
    
    In the open items ledger, the res_id attribute of the invoice
    in the report was getting: (id, move_name)
    The result was that, when clicking the line, it would redirect
    to a new record, instead of the existing.
    This passes only the id to the line, solving that issue.
    
    Fix menu item name
    
    TT29371
    joao-p-marques authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    cbfe295 View commit details
    Browse the repository at this point in the history
  66. [FIX] account_financial_report: Fix tests

    Add date to invoice to be able to post
    joao-p-marques authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8d966f1 View commit details
    Browse the repository at this point in the history
  67. [FIX] account_financial_report: Don't include unaffected account if a…

    …ccounts are filtered
    
    When generated a General Ledger or a Trial Balance, if some accounts are already filtered in the wizard don't show the information related to the unaffected earnings account
    
    TT29658
    joao-p-marques authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9e66e00 View commit details
    Browse the repository at this point in the history
  68. [FIX] account_financial_report: filter by correct data in trial balance

    When on a Trial Balance report and filtering by hierarchical accounts or for a foreing currency, an error was produced when generating the report.
    
    The report fields were dependant on data that is no longer present, such as line data.
    
    This uses the correct data provided when generating the report to avoid this errors
    
    TT29261
    joao-p-marques authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    00f709a View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    c0863cd View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    2d8aa81 View commit details
    Browse the repository at this point in the history
  71. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/
    oca-transbot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    96a0e86 View commit details
    Browse the repository at this point in the history
  72. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (248 of 248 strings)
    
    Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/es_AR/
    ibuioli authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f76b9ed View commit details
    Browse the repository at this point in the history
  73. Translated using Weblate (Portuguese)

    Currently translated at 100.0% (248 of 248 strings)
    
    Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/pt/
    pedrocs-exo authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0bc305d View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    cf56660 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    5a280b4 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    31e8fc9 View commit details
    Browse the repository at this point in the history
  77. Translated using Weblate (Spanish)

    Currently translated at 91.5% (227 of 248 strings)
    
    Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/es/
    ernestotejeda authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    23a6eba View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    cf55e56 View commit details
    Browse the repository at this point in the history
  79. [14.0][FIX] account_financial_reporting: wrong view_id

    Abraham Anes authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dd1e11a View commit details
    Browse the repository at this point in the history
  80. [FIX] account_financial_report: Filter column creation to have correc…

    …t offset in Journal Ledger
    
    Fixes OCA#815
    Seems like a missing change from OCA@0e3b4d2
    joao-p-marques authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0e90f07 View commit details
    Browse the repository at this point in the history
  81. Translated using Weblate (Italian)

    Currently translated at 66.5% (165 of 248 strings)
    
    Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/it/
    francesco-ooops authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3baa74a View commit details
    Browse the repository at this point in the history
  82. [13.0][FIX] account_financial_report: Correct all uses of

    self.env.user.company_id. Also move company_id to the
    wizard abstract model.
    LoisRForgeFlow authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a32417a View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    14042bf View commit details
    Browse the repository at this point in the history
  84. [IMP] account_financial_report: abstract for avoiding duplicated code…

    … and increase readability
    JoanSForgeFlow authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    70bda5d View commit details
    Browse the repository at this point in the history
  85. [UPD] Update account_financial_report.pot

    [a0cb11b] [FIX] Journal ledger wizard to inherit from abstract report wizard
    
    Fixes
        AttributeError: type object 'journal.ledger.report.wizard' has no attribute
        'button_export_xlsx'
    
    Regression of OCA#735
    StefanRijnhart authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a80c7de View commit details
    Browse the repository at this point in the history
  86. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (249 of 249 strings)
    
    Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/es_AR/
    ibuioli authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e8c1302 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    81756df View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    5ccfbdb View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    e301992 View commit details
    Browse the repository at this point in the history
  90. [14.0][FIX] account_financial_report: Memory problems setting filters

    Fixes OCA#814
    Abraham Anes authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    27bf80f View commit details
    Browse the repository at this point in the history
  91. Translated using Weblate (Catalan)

    Currently translated at 85.1% (212 of 249 strings)
    
    Translation: account-financial-reporting-15.0/account-financial-reporting-15.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-15-0/account-financial-reporting-15-0-account_financial_report/ca/ (+1 squashed commits)
    jabelchi authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7f3b7f7 View commit details
    Browse the repository at this point in the history
  92. [IMP] account_financial_report: common format for all amounts

    In the open items report, the currency original and residual
    fields were being displayed as regular float fields. With
    this change they are printed with the corresponding format
    for the currency of the journal item.
    LoisRForgeFlow authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    814ff73 View commit details
    Browse the repository at this point in the history
  93. [FIX] account_financial_report: run test after install

    Due to the change at odoo/odoo@15a1b3a
    it is now required to run tests that require CoA after install.
    LoisRForgeFlow authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8a3b406 View commit details
    Browse the repository at this point in the history
  94. Translated using Weblate (Spanish)

    Currently translated at 91.5% (228 of 249 strings)
    
    Translation: account-financial-reporting-15.0/account-financial-reporting-15.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-15-0/account-financial-reporting-15-0-account_financial_report/es/
    pedrobaeza authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1acaa92 View commit details
    Browse the repository at this point in the history
  95. [IMP] account_financial_report: Remove "Cur." column (currency is now…

    … added in "Amount cur.") from general_ledger.
    
    TT38722
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a994ea4 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    4242820 View commit details
    Browse the repository at this point in the history
  97. [IMP] account_financial_report: Hide values that have the same curren…

    …cy as the company currency
    
    An amount_different_company_currency cell type is added to apply the following logic:
    - If the currency is the same as the company's currency, we will leave the value empty.
    - If the currency is different from the company's currency, we will show the value.
    
    TT38722
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7bcfb01 View commit details
    Browse the repository at this point in the history
  98. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (251 of 251 strings)
    
    Translation: account-financial-reporting-15.0/account-financial-reporting-15.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-15-0/account-financial-reporting-15-0-account_financial_report/es_AR/
    ibuioli authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2774aa9 View commit details
    Browse the repository at this point in the history
  99. [FIX] account_financial_report: Sort journal ledger by move_id

    Without this sort, and using auto-sequence, the numbers of the journal
    entries may appear unsorted on the journal ledger. Forcing at least this
    minimum sorting, we assure the items are sorted.
    
    TT38775
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    36c6c3c View commit details
    Browse the repository at this point in the history
  100. [IMP] account_financial_report: Add tax_line_id field to taxes column…

    … in general_ledger
    
    TT38721
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    48471d3 View commit details
    Browse the repository at this point in the history
  101. [IMP] account_financial_report: Refactor

    TT38721
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4792350 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    1fce67c View commit details
    Browse the repository at this point in the history
  103. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (258 of 258 strings)
    
    Translation: account-financial-reporting-15.0/account-financial-reporting-15.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-15-0/account-financial-reporting-15-0-account_financial_report/es_AR/
    ibuioli authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4ec2dce View commit details
    Browse the repository at this point in the history
  104. [FIX] account_financial_report: Don't show cancelled items when click…

    …ing on interactive cells
    
    TT39954
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    82c863f View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    645d8f6 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    3b46408 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    6e10b63 View commit details
    Browse the repository at this point in the history
  108. [FIX] account_financial_report: Trial Balance with 'hide account at 0'

    Ernesto Tejeda authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f111b17 View commit details
    Browse the repository at this point in the history
  109. [FIX] account_financial_report: trial balance hierarchy

    When the report is generated with 'hierarchy' option checked,
    the group hierarchy values are not calculated correctly
    Ernesto Tejeda authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    61bd5aa View commit details
    Browse the repository at this point in the history
  110. [IMP] account_financial_report: Remove 'Computed Accounts' option fro…

    …m 'trial balance'.
    Ernesto Tejeda authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0f516bf View commit details
    Browse the repository at this point in the history
  111. [IMP] account_financial_report: Completes the functionality of hide_p…

    …arent_hierarchy_level field and fix the level of accounts for trial balance
    omar7r authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c4f9eee View commit details
    Browse the repository at this point in the history
  112. [IMP] account_financial_report: Improve domain to reduce code in gene…

    …ral ledger.
    
    TT39754
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    005cfdd View commit details
    Browse the repository at this point in the history
  113. [FIX] account_financial_report: Set the correct value of column 'Cumu…

    …l cur.' in general ledger
    
    TT39754
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6c57936 View commit details
    Browse the repository at this point in the history
  114. [FIX] account_financial_report: Change partner_domain to misc_grouped…

    …_domain in general_ledger.
    
    TT39754
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    065c8f7 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    b627ce9 View commit details
    Browse the repository at this point in the history
  116. [IMP] account_financial_report: change report access groups to only '…

    …Show Full Accounting Features'
    ramiadavid authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2507ea0 View commit details
    Browse the repository at this point in the history
  117. [UPD] Update account_financial_report.pot

    oca-ci authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2f7b0a1 View commit details
    Browse the repository at this point in the history
  118. [UPD] README.rst

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2b174f9 View commit details
    Browse the repository at this point in the history
  119. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/
    weblate authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e19cfb2 View commit details
    Browse the repository at this point in the history
  120. [16.0][FIX] account_financial_report: generate ledger document

    In general ledger report shows an error due to the fact that the ball_curr varible does not generated
    Reyes4711-S73 authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6d37383 View commit details
    Browse the repository at this point in the history
  121. account_financial_report 16.0.1.0.1

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3fb1ff8 View commit details
    Browse the repository at this point in the history
  122. Translated using Weblate (Croatian)

    Currently translated at 70.2% (177 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/hr/
    badbole authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    780b57d View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    83e1e55 View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    b332ef7 View commit details
    Browse the repository at this point in the history
  125. account_financial_report 16.0.1.0.2

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d73e9e8 View commit details
    Browse the repository at this point in the history
  126. [FIX] account_financial_report: General ledger changes:

    - Fix total_bal_curr value from General ledger to prevent wrong values
    - Prevent wrong values
    
    TT41041
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b3eff02 View commit details
    Browse the repository at this point in the history
  127. account_financial_report 16.0.1.1.0

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    41b0364 View commit details
    Browse the repository at this point in the history
  128. [IMP] account_financial_report: Trial balance changes:

    - Show Initial balance and Ending balance only when it is necessary with currency + hide currency column
    - Show currency in the correct column
    - Create a dict with all keys when it does not exist
    - Prevent wrong values
    
    TT41158
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c855dd7 View commit details
    Browse the repository at this point in the history
  129. [UPD] Update account_financial_report.pot

    oca-ci authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a3b0179 View commit details
    Browse the repository at this point in the history
  130. account_financial_report 16.0.1.2.0

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    388172f View commit details
    Browse the repository at this point in the history
  131. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/
    weblate authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5dbfbe0 View commit details
    Browse the repository at this point in the history
  132. [FIX] account_financial_report: endless installation

    Installing the module in a DB with more than 50000 accounts and groups made the install stall.
    
    It turns out this method's implementation produced almost endless recursion. it was also depending on some fields that never were used.
    
    Now it depends on the parent path, so when one group is moved to another parent, its computed accounts are recomputed, and parents' too, recursively.
    
    Now, the method is much more performant, and the module gets installed in the same DB in 30s.
    
    @moduon MT-1900
    
    Co-authored-by: Eduardo De Miguel <[email protected]>
    2 people authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    029bb73 View commit details
    Browse the repository at this point in the history
  133. account_financial_report 16.0.1.2.1

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1cd3802 View commit details
    Browse the repository at this point in the history
  134. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 78.5% (198 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/pt_BR/
    douglascstd authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8882de8 View commit details
    Browse the repository at this point in the history
  135. [IMP] account_financial_report: Remove amount_different_company_curre…

    …ncy type from xlsx
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    54831c0 View commit details
    Browse the repository at this point in the history
  136. account_financial_report 16.0.1.2.2

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2ed36b5 View commit details
    Browse the repository at this point in the history
  137. Added translation using Weblate (Turkish)

    tate11 authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8805e3c View commit details
    Browse the repository at this point in the history
  138. Translated using Weblate (Turkish)

    Currently translated at 77.3% (195 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/tr/
    tate11 authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ea0b247 View commit details
    Browse the repository at this point in the history
  139. [FIX] account_financial_report: Assure the aml order

    If we don't assure the order for the search, there are chances that
    several items for the same account and date appear in a incorrect order:
    
    24/02/2023 - BNK1/2023/02/0011 - ...
    27/02/2023 - BNK1/2023/02/0013 - ...
    27/02/2023 - BNK1/2023/02/0012 - ...
    29/02/2023 - BNK1/2023/02/0014 - ...
    
    TT42098
    pedrobaeza authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    de800a1 View commit details
    Browse the repository at this point in the history
  140. account_financial_report 16.0.1.2.3

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f91d7d4 View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    9af0b56 View commit details
    Browse the repository at this point in the history
  142. account_financial_report 16.0.1.3.0

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    953efaa View commit details
    Browse the repository at this point in the history
  143. Configuration menu
    Copy the full SHA
    6b0de70 View commit details
    Browse the repository at this point in the history
  144. [FIX] account_financial_report: Replace wrong field amount_currency

    … with two fields `debit_amount_currency` and `credit_amount_currency`
    RachidAlassir authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e1399dd View commit details
    Browse the repository at this point in the history
  145. Translated using Weblate (Spanish)

    Currently translated at 98.0% (247 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/es/
    gerard-vacas authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    80feadb View commit details
    Browse the repository at this point in the history
  146. account_financial_report 16.0.1.3.1

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    49ee3ea View commit details
    Browse the repository at this point in the history
  147. [FIX] account_financial_report fix to take the id of the currency if …

    …is set, that fix the following error: opt/odoo/odoo/odoo/models.py", line 3681, in write
    
        field.write(self, vals[fname])
      File "/opt/odoo/odoo/odoo/fields.py", line 3057, in write
        return self.write_batch([(records, value)])
      File "/opt/odoo/odoo/odoo/fields.py", line 3078, in write_batch
        return self.write_real(records_commands_list, create)
      File "/opt/odoo/odoo/odoo/fields.py", line 3254, in write_real
        flush()
      File "/opt/odoo/odoo/odoo/fields.py", line 3216, in flush
        comodel.create(to_create)
      File "<decorator-gen-69>", line 2, in create
      File "/opt/odoo/odoo/odoo/api.py", line 348, in _model_create_multi
        return create(self, arg)
      File "/opt/odoo/odoo/odoo/addons/base/models/ir_fields.py", line 534, in create
        recs = super().create(vals_list)
      File "<decorator-gen-13>", line 2, in create
      File "/opt/odoo/odoo/odoo/api.py", line 348, in _model_create_multi
        return create(self, arg)
      File "/opt/odoo/odoo/odoo/models.py", line 3886, in create
        records = self._create(data_list)
      File "/opt/odoo/odoo/odoo/models.py", line 3992, in _create
        cr.execute(query, params)
      File "<decorator-gen-3>", line 2, in execute
      File "/opt/odoo/odoo/odoo/sql_db.py", line 101, in check
        return f(self, *args, **kwargs)
      File "/opt/odoo/odoo/odoo/sql_db.py", line 301, in execute
        res = self._obj.execute(query, params)
    Exception
    
    The above exception was the direct cause of the following exception:
    
    Traceback (most recent call last):
      File "/opt/odoo/odoo/odoo/http.py", line 641, in _handle_exception
        return super(JsonRequest, self)._handle_exception(exception)
      File "/opt/odoo/odoo/odoo/http.py", line 317, in _handle_exception
        raise exception.with_traceback(None) from new_cause
    psycopg2.ProgrammingError: can't adapt type 'res.currency'
    @ authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3063f83 View commit details
    Browse the repository at this point in the history
  148. account_financial_report 16.0.1.3.2

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1b8166e View commit details
    Browse the repository at this point in the history
  149. Configuration menu
    Copy the full SHA
    8e2fa90 View commit details
    Browse the repository at this point in the history
  150. Configuration menu
    Copy the full SHA
    21692ac View commit details
    Browse the repository at this point in the history
  151. [IMP] account_financial_report: Show move_name in entry column from g…

    …eneral ledger report
    
    It is not necessary to repeat part of the text shown in Ref - Label column.
    
    TT42731
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d8493b3 View commit details
    Browse the repository at this point in the history
  152. account_financial_report 16.0.1.3.3

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7cf2de0 View commit details
    Browse the repository at this point in the history
  153. account_financial_report 16.0.1.3.4

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0890d59 View commit details
    Browse the repository at this point in the history
  154. Translated using Weblate (Italian)

    Currently translated at 62.6% (158 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/it/
    mymage authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    54db8de View commit details
    Browse the repository at this point in the history
  155. Translated using Weblate (French)

    Currently translated at 100.0% (252 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/fr/
    sanrav authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4f95af7 View commit details
    Browse the repository at this point in the history
  156. Translated using Weblate (French (France) (fr_FR))

    Currently translated at 100.0% (252 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/fr_FR/
    sanrav authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    104dfb1 View commit details
    Browse the repository at this point in the history
  157. Translated using Weblate (Italian)

    Currently translated at 62.6% (158 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/it/
    francesco-ooops authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    86296e4 View commit details
    Browse the repository at this point in the history
  158. [FIX] account_financial_report: Prevent error related to currency fro…

    …m General ledger
    
    Use case: Generate report (showing foreign currency) with accounts with defined currency.
    
    Traceback:
    
    File "/odoo/odoo-server/odoo/addons/base/models/ir_qweb_fields.py", line 448, in value_to_html
    fmt = "%.{0}f".format(display_currency.decimal_places)
    AttributeError: 'int' object has no attribute 'decimal_places'
    
    The above exception was the direct cause of the following exception:
    
    Error to render compiling AST
    AttributeError: 'int' object has no attribute 'decimal_places'
    Template: account_financial_report.report_general_ledger_lines
    Path: /t/div/div[2]/t[6]/t[1]/div[1]/t[1]/span/t
    Node: <t t-raw="account_or_group_item_object['init_bal']['bal_curr']" t-options="{'widget': 'monetary', 'display_currency': account['currency_id']}"/>
    
    TT42804
    
    [FIX] account_financial_report: Prevent error related to currency from General ledger
    
    Use case: Generate xlsx report (showing foreign currency) with accounts with defined currency.
    
    Traceback:
    
    File "/opt/odoo/auto/addons/account_financial_report/report/abstract_report_xlsx.py", line 535, in _get_currency_amt_format
        field_name = "{}_{}".format(field_prefix, currency.name)
    AttributeError: 'int' object has no attribute 'name'
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    04426d8 View commit details
    Browse the repository at this point in the history
  159. account_financial_report 16.0.1.3.5

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9a4af8a View commit details
    Browse the repository at this point in the history
  160. Translated using Weblate (Spanish)

    Currently translated at 100.0% (252 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/es/
    Ivorra78 authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    aa7e93e View commit details
    Browse the repository at this point in the history
  161. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 89.2% (225 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/pt_BR/
    adrianojprado authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    50ea55c View commit details
    Browse the repository at this point in the history
  162. [UPD] README.rst

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    731721a View commit details
    Browse the repository at this point in the history
  163. [FIX] account_financial_report: Prevent error related to currency fro…

    …m Trial Balance
    
    Use case: Generate report (showing foreign currency) with accounts with defined currency.
    
    Traceback:
    
    Error to render compiling AST
    AttributeError: 'int' object has no attribute 'decimal_places'
    Template: account_financial_report.report_trial_balance_line
    Path: /t/div/t[3]/t[1]/t/t/div/span/t
    Node: <t t-esc="balance['initial_currency_balance']" t-options="{'widget': 'monetary', 'display_currency': balance['currency_id']}"/>
    
    The error occured while rendering the template account_financial_report.report_trial_balance_line and evaluating the following expression: <t t-esc="balance['initial_currency_balance']" t-options="{'widget': 'monetary', 'display_currency': balance['currency_id']}"/>
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    32a1792 View commit details
    Browse the repository at this point in the history
  164. [FIX] account_financial_report: Initial currency balance value on tri…

    …al balance report
    aritzolea authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4bdb435 View commit details
    Browse the repository at this point in the history
  165. oca-github-bot post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    998162c View commit details
    Browse the repository at this point in the history
  166. Configuration menu
    Copy the full SHA
    38fa6fe View commit details
    Browse the repository at this point in the history
  167. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e00f758 View commit details
    Browse the repository at this point in the history
  168. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/
    weblate authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b791c5e View commit details
    Browse the repository at this point in the history
  169. Translated using Weblate (Spanish)

    Currently translated at 100.0% (252 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/es/
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    64664e6 View commit details
    Browse the repository at this point in the history
  170. Configuration menu
    Copy the full SHA
    e720fae View commit details
    Browse the repository at this point in the history
  171. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b00ad4d View commit details
    Browse the repository at this point in the history
  172. Translated using Weblate (Italian)

    Currently translated at 62.6% (158 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/it/
    francesco-ooops authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    11ee38a View commit details
    Browse the repository at this point in the history
  173. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 89.6% (226 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/pt_BR/
    adrianojprado authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8d29224 View commit details
    Browse the repository at this point in the history
  174. Avoid error on installation with missing analytic account

    When installing the module account_financial_report, a relational table between
    account_move_line and account_analytic_account is created and computed.
    
    However, if an analytic account was used only on draft invoices before being deleted,
    its ID will remain in the JSON column analytic_distibution of account_move_line.
    In that case we get a ForeignKeyViolation because the ID doesn't exist in
    account_analytic_account table.
    
    Therefore, we need to check if the ID exists during the computation to avoid
    inserting it in the relational table and raising the error.
    grindtildeath authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    46cdd27 View commit details
    Browse the repository at this point in the history
  175. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    887f343 View commit details
    Browse the repository at this point in the history
  176. Configuration menu
    Copy the full SHA
    300ce0b View commit details
    Browse the repository at this point in the history
  177. Translated using Weblate (Swedish)

    Currently translated at 14.2% (36 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/sv/
    jakobkrabbe authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a40ca2e View commit details
    Browse the repository at this point in the history
  178. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 98.4% (248 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/pt_BR/
    adrianojprado authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7722e9c View commit details
    Browse the repository at this point in the history
  179. Translated using Weblate (French)

    Currently translated at 100.0% (252 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/fr/
    Alexis de Lattre authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    77715c4 View commit details
    Browse the repository at this point in the history
  180. Translated using Weblate (Dutch)

    Currently translated at 84.9% (214 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/nl/
    Yung-Wa authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d04727b View commit details
    Browse the repository at this point in the history
  181. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 98.8% (249 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/pt_BR/
    adrianojprado authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    484a6a2 View commit details
    Browse the repository at this point in the history
  182. [FIX] account_financial_report: fixing bug when calculation of credit…

    … is dublicated
    Justinas Orechovas authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    45c3b73 View commit details
    Browse the repository at this point in the history
  183. [15.0][FIX] account_financial_report: generate ledger document

    In general ledger report shows an error due to the fact that the ball_curr varible does not generated
    Reyes4711-S73 authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b61a771 View commit details
    Browse the repository at this point in the history
  184. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c11b579 View commit details
    Browse the repository at this point in the history
  185. Translated using Weblate (Spanish)

    Currently translated at 100.0% (252 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/es/
    pedrobaeza authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ad66c85 View commit details
    Browse the repository at this point in the history
  186. Translated using Weblate (Swedish)

    Currently translated at 57.9% (146 of 252 strings)
    
    Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/sv/
    jakobkrabbe authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c580185 View commit details
    Browse the repository at this point in the history
  187. Configuration menu
    Copy the full SHA
    5af7104 View commit details
    Browse the repository at this point in the history
  188. Configuration menu
    Copy the full SHA
    7c0d988 View commit details
    Browse the repository at this point in the history
  189. [FIX] account_financial_report: optimize computation of analytic acco…

    …unts
    
    Installing the module in a big DB was very slow.
    
    I applied several optimizations to the method for working better with big datasets:
    - Prefetch all analytic account distribution.
    - Batch writes as much as possible.
    
    @moduon MT-4982
    yajo authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5b32451 View commit details
    Browse the repository at this point in the history
  190. Configuration menu
    Copy the full SHA
    9339c57 View commit details
    Browse the repository at this point in the history
  191. [IMP] account_financial_report: Add Missing partner support in trial …

    …balance
    
    If there are records without partner_id set and we show the detail of partners
    we need to take into account those records grouped as "Missing partner".
    
    TT47771
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    06cbe48 View commit details
    Browse the repository at this point in the history
  192. Configuration menu
    Copy the full SHA
    69413e5 View commit details
    Browse the repository at this point in the history
  193. [FIX] account_financial_report: show currency name instead of dictionary

    Steps:
    
     - Accounting > Reporting > OCA accounting reports > Journal Ledger
     - Select Date range and activate Foreign Currency
    
    Get "{'name': 'EUR'} " in currency field
    
    Desired: get EUR
    eLBati authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    16a0c15 View commit details
    Browse the repository at this point in the history
  194. [FIX] account_financial_report: Filter correctly by account_type in G…

    …eneral ledger
    
    In v15 it was filtered by the internal_type field (type of account.account.type) to use
    "other" (most of the accounts had it set). Now in v16, there is the account_type field
    exists and has to be compatible. The in or not in operator is set to "simplify" the
    domain and avoid having to set almost all types.
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    fd918af View commit details
    Browse the repository at this point in the history
  195. [IMP] account_financial_report: reversed variable only_one_unaffected…

    …_earnings_account
    norlinhenrik authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    210b62e View commit details
    Browse the repository at this point in the history
  196. Configuration menu
    Copy the full SHA
    ceb7f2b View commit details
    Browse the repository at this point in the history
  197. [UPD] Update account_financial_report.pot

    oca-ci authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a4c18a4 View commit details
    Browse the repository at this point in the history
  198. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    f24905d View commit details
    Browse the repository at this point in the history
  199. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/
    weblate authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    71164ce View commit details
    Browse the repository at this point in the history
  200. Translated using Weblate (Italian)

    Currently translated at 98.4% (248 of 252 strings)
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
    mymage authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    49ae516 View commit details
    Browse the repository at this point in the history
  201. Translated using Weblate (Turkish)

    Currently translated at 76.9% (194 of 252 strings)
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/tr/
    tate11 authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ff15b40 View commit details
    Browse the repository at this point in the history
  202. Configuration menu
    Copy the full SHA
    c06f51d View commit details
    Browse the repository at this point in the history
  203. [UPD] Update account_financial_report.pot

    oca-ci authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    eeec25e View commit details
    Browse the repository at this point in the history
  204. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ed19473 View commit details
    Browse the repository at this point in the history
  205. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/
    weblate authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    29565ee View commit details
    Browse the repository at this point in the history
  206. Translated using Weblate (Spanish)

    Currently translated at 100.0% (267 of 267 strings)
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/es/
    Ivorra78 authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9334b14 View commit details
    Browse the repository at this point in the history
  207. Translated using Weblate (Italian)

    Currently translated at 99.2% (265 of 267 strings)
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
    mymage authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2e3b405 View commit details
    Browse the repository at this point in the history
  208. Configuration menu
    Copy the full SHA
    eb8c378 View commit details
    Browse the repository at this point in the history
  209. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    606dafc View commit details
    Browse the repository at this point in the history
  210. Configuration menu
    Copy the full SHA
    237d943 View commit details
    Browse the repository at this point in the history
  211. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bc3093e View commit details
    Browse the repository at this point in the history
  212. Translated using Weblate (Italian)

    Currently translated at 99.2% (265 of 267 strings)
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
    mymage authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    dd80444 View commit details
    Browse the repository at this point in the history
  213. [IMP] account_financial_report: Change font size

    Set a larger font style for the html report with a
    relative font size to make it responsive. For this,
    a new html_container is defined so that this does
    not affect the other reports and the font style is
    customised only for the report in html view.
    
    TT48995
    pilarvargas-tecnativa authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ad112f2 View commit details
    Browse the repository at this point in the history
  214. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    448dae0 View commit details
    Browse the repository at this point in the history
  215. Translated using Weblate (Swedish)

    Currently translated at 100.0% (267 of 267 strings)
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/sv/
    jakobkrabbe authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c9ca430 View commit details
    Browse the repository at this point in the history
  216. Translated using Weblate (Italian)

    Currently translated at 99.2% (265 of 267 strings)
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
    francesco-ooops authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d359118 View commit details
    Browse the repository at this point in the history
  217. Translated using Weblate (Italian)

    Currently translated at 99.6% (266 of 267 strings)
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
    mymage authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b2c1d1a View commit details
    Browse the repository at this point in the history
  218. Configuration menu
    Copy the full SHA
    f0ccdca View commit details
    Browse the repository at this point in the history
  219. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2048a70 View commit details
    Browse the repository at this point in the history
  220. Translated using Weblate (Spanish)

    Currently translated at 100.0% (267 of 267 strings)
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/es/
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3e97eb7 View commit details
    Browse the repository at this point in the history
  221. Translated using Weblate (Portuguese)

    Currently translated at 100.0% (267 of 267 strings)
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/pt/
    pedrocs-exo authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    38504a8 View commit details
    Browse the repository at this point in the history
  222. Translated using Weblate (Italian)

    Currently translated at 100.0% (267 of 267 strings)
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
    mymage authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d44b29a View commit details
    Browse the repository at this point in the history
  223. Translated using Weblate (Italian)

    Currently translated at 100.0% (267 of 267 strings)
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
    mymage authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c9f1455 View commit details
    Browse the repository at this point in the history
  224. Translated using Weblate (Italian)

    Currently translated at 100.0% (267 of 267 strings)
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
    mymage authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4eac85a View commit details
    Browse the repository at this point in the history
  225. Translated using Weblate (Spanish)

    Currently translated at 100.0% (267 of 267 strings)
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/es/
    carolinafernandez-tecnativa authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    09d15e0 View commit details
    Browse the repository at this point in the history
  226. [FIX] account_financial_report: Export to XLSX after report preview

    Fix ReferenceError: _ is not defined when printing report to xlsx after preview
    carolinafernandez-tecnativa authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e29c8d4 View commit details
    Browse the repository at this point in the history
  227. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    60b244f View commit details
    Browse the repository at this point in the history
  228. Translated using Weblate (Italian)

    Currently translated at 100.0% (267 of 267 strings)
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
    mymage authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b53bbd4 View commit details
    Browse the repository at this point in the history
  229. [FIX] account_financial_report: fix ValueError

    ``analytic_distribution`` is a JSON field where keys are 'account.id' or 'account.id,account.id'
    Eg: https://github.com/odoo/odoo/blob/8479b4e/addons/sale/models/account_move_line.py#L158
    Previous implementation tried to convert to ``int`` the ``analytic_distribution`` dict keys, leading to a ``ValueError``.
    This commit fixes this bug.
    SilvioC2C authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0c816b0 View commit details
    Browse the repository at this point in the history
  230. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    26e0abb View commit details
    Browse the repository at this point in the history
  231. [FIX] account_financial_report: Display the values of Amount cur. + C…

    …umul cur. values in general ledger only if necessary
    
    The currency_id field of the lines is always set, so follow the same logic as
    in report/templates/general_ledger and show the data only if the currency is set
    in the account.
    
    TT51204
    victoralmau authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c2b4eb2 View commit details
    Browse the repository at this point in the history
  232. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6599fe0 View commit details
    Browse the repository at this point in the history
  233. Translated using Weblate (Italian)

    Currently translated at 100.0% (267 of 267 strings)
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
    mymage authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c25eca8 View commit details
    Browse the repository at this point in the history
  234. [FIX] account_financial_report: in XLSX report, display null ending b…

    …alance (just like we display null initial balance)
    alexis-via authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    628aff9 View commit details
    Browse the repository at this point in the history
  235. Configuration menu
    Copy the full SHA
    574062f View commit details
    Browse the repository at this point in the history
  236. Configuration menu
    Copy the full SHA
    27592ac View commit details
    Browse the repository at this point in the history
  237. Configuration menu
    Copy the full SHA
    d9454d4 View commit details
    Browse the repository at this point in the history
  238. Configuration menu
    Copy the full SHA
    9eabd12 View commit details
    Browse the repository at this point in the history
  239. [FIX] account_financial_report : fix wizard model names sent to qweb …

    …reports for vat and aged balance reports
    florian-dacosta authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    5462978 View commit details
    Browse the repository at this point in the history
  240. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8fa2232 View commit details
    Browse the repository at this point in the history
  241. [UPD] Update account_financial_report.pot

    oca-ci authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d65bbe0 View commit details
    Browse the repository at this point in the history
  242. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    815b8f5 View commit details
    Browse the repository at this point in the history
  243. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/
    weblate authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6738c6b View commit details
    Browse the repository at this point in the history
  244. Configuration menu
    Copy the full SHA
    b8b4c55 View commit details
    Browse the repository at this point in the history
  245. [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 chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9a143dc View commit details
    Browse the repository at this point in the history
  246. Configuration menu
    Copy the full SHA
    db858cb View commit details
    Browse the repository at this point in the history
  247. Configuration menu
    Copy the full SHA
    57dddaf View commit details
    Browse the repository at this point in the history
  248. [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 authored and chaule97 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9a9a1f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    a10c361 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    8f9d339 View commit details
    Browse the repository at this point in the history