Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] account_cutoff_start_end_dates: Migration to 17.0 #3

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

Commits on Nov 27, 2023

  1. Initial check-in of my cut-off modules

    Alexis de Lattre authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f8052c1 View commit details
    Browse the repository at this point in the history
  2. Coding style enhancements (osv.Model -> orm.Model, from . import xxx)

    Alexis de Lattre authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f06c017 View commit details
    Browse the repository at this point in the history
  3. Add _prepare functions to allow to inherit before create

    Use assert
    Remove .keys()
    No space before colon
    PEP8/Flake8 : getting closer to compliancy
    Alexis de Lattre authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8b0c5d0 View commit details
    Browse the repository at this point in the history
  4. Forgot to move some code to the new _prepare function.

    Alexis de Lattre authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    625f06f View commit details
    Browse the repository at this point in the history
  5. Remove the unnecessary "and True or False" after 'xxx' not in context…

    ….get('type', '-')
    Alexis de Lattre authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1c0af64 View commit details
    Browse the repository at this point in the history
  6. Reduce flake8 warnings (cut lines and comments, space after coma insi…

    …de domains)
    
    On account.account, type must be <> 'view' and <> 'closed'
    Alexis de Lattre authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b3473e8 View commit details
    Browse the repository at this point in the history
  7. My christmas present to the PEP8 fundamentalists : there is not even …

    …a single warning left !
    
    Add translation template files.
    Alexis de Lattre authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d99ac4b View commit details
    Browse the repository at this point in the history
  8. all modules unported to odoo 8.0

    gurneyalex authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a5e4c85 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    14e1f71 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d11b6c View commit details
    Browse the repository at this point in the history
  11. [MIG] account_cutoff_prepaid 8.0

    Alexis de Lattre authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    263ca8d View commit details
    Browse the repository at this point in the history
  12. [IMP] account_cutoff_prepaid: add hooks

    The signature of existing methods is preserved.
    sbidoul authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d921282 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    51b1e20 View commit details
    Browse the repository at this point in the history
  14. Add missing default oca icons

    yvaucher authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c38a6fb View commit details
    Browse the repository at this point in the history
  15. [UPD] prefix versions with 8.0

    sbidoul authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    fcb8446 View commit details
    Browse the repository at this point in the history
  16. [MIG] Make modules uninstallable

    pedrobaeza authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7eca2db View commit details
    Browse the repository at this point in the history
  17. [MIG] Rename manifest files

    pedrobaeza authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    20e340c View commit details
    Browse the repository at this point in the history
  18. Port account_cutoff_base and account_cutoff_prepaid to Odoo v9

    Extract a new module account_invoice_start_end_dates from account_cutoff_prepaid
    alexis-via authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    96e2f07 View commit details
    Browse the repository at this point in the history
  19. Add some hooks that are in 8.0

    adrienpeiffer authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6cbe07f View commit details
    Browse the repository at this point in the history
  20. Take into account the remarks of Pedro:

    Use triple double quotes for docstring
    Replace <openerp> by <odoo> in XML
    Remove <data> tags in XML
    Remove POT files
    alexis-via authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b00bbe6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    fa0603f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    50856e5 View commit details
    Browse the repository at this point in the history
  23. [IMP] Add some tests to improve the code coverage

    Sylvain Van Hoof authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a787338 View commit details
    Browse the repository at this point in the history
  24. [MIG] account_cutoff_base: Migration to 11.0

    oleksandrpaziuk authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4696fea View commit details
    Browse the repository at this point in the history
  25. [UPD] Update account_cutoff_base.pot

    oca-travis authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    141912f View commit details
    Browse the repository at this point in the history
  26. Translated using Weblate (German)

    Currently translated at 100,0% (73 of 73 strings)
    
    Translation: account-closing-11.0/account-closing-11.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-11-0/account-closing-11-0-account_cutoff_base/de/
    rschnapka authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e0da236 View commit details
    Browse the repository at this point in the history
  27. [MIG] account_cutoff_base: Migration to 12.0

    Jeroen Evens authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    62c536e View commit details
    Browse the repository at this point in the history
  28. [12.0-mig-account] fixing review comments

    Jeroen Evens authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2ec6a88 View commit details
    Browse the repository at this point in the history
  29. [UPD] Update account_cutoff_base.pot

    oca-travis authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    409394d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    36fbd41 View commit details
    Browse the repository at this point in the history
  31. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8bdc8d6 View commit details
    Browse the repository at this point in the history
  32. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-12.0/account-closing-12.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-12-0/account-closing-12-0-account_cutoff_base/
    oca-transbot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    064d99b View commit details
    Browse the repository at this point in the history
  33. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    af09c20 View commit details
    Browse the repository at this point in the history
  34. moved cutoff menu in submenu menu_finance_entries

    Lara Baggio authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    369ae70 View commit details
    Browse the repository at this point in the history
  35. account_cutoff_base 12.0.1.0.1

    OCA-git-bot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b18f3f5 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    db3d38b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    54d6330 View commit details
    Browse the repository at this point in the history
  38. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    546f0fb View commit details
    Browse the repository at this point in the history
  39. Up-port improvements from v12

    Fix bug in v13 (assert converted to raise without inverting the condition !)
    Use button to switch to forecast mode.
    Improve v13 migration: update record rules, defaulf method for company_id, company_id in domain
    alexis-via authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5044cb0 View commit details
    Browse the repository at this point in the history
  40. Black and other pre-commit stuff

    alexis-via authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2059ebc View commit details
    Browse the repository at this point in the history
  41. FIX visibility of forecast button

    Default value for cutoff date is end date of previous fiscal year
    alexis-via authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ccb1bf8 View commit details
    Browse the repository at this point in the history
  42. Remove unused variable

    alexis-via authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5db472f View commit details
    Browse the repository at this point in the history
  43. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8b092f1 View commit details
    Browse the repository at this point in the history
  44. Add option move_partner

    code is not required on account.analytic.account, so we can't use it in
    list view
    alexis-via authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0dac218 View commit details
    Browse the repository at this point in the history
  45. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    dd4e484 View commit details
    Browse the repository at this point in the history
  46. [UPD] Update account_cutoff_base.pot

    oca-travis authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5baa0d1 View commit details
    Browse the repository at this point in the history
  47. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-13.0/account-closing-13.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-13-0/account-closing-13-0-account_cutoff_base/
    oca-transbot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c33859b View commit details
    Browse the repository at this point in the history
  48. Translated using Weblate (Spanish (Argentina))

    Currently translated at 68.3% (71 of 104 strings)
    
    Translation: account-closing-13.0/account-closing-13.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-13-0/account-closing-13-0-account_cutoff_base/es_AR/
    ibuioli authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    f9b7385 View commit details
    Browse the repository at this point in the history
  49. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (104 of 104 strings)
    
    Translation: account-closing-13.0/account-closing-13.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-13-0/account-closing-13-0-account_cutoff_base/es_AR/
    ibuioli authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    85b8fa9 View commit details
    Browse the repository at this point in the history
  50. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-13.0/account-closing-13.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-13-0/account-closing-13-0-account_cutoff_base/
    oca-transbot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b62ce2d View commit details
    Browse the repository at this point in the history
  51. [FIX] account_cutoff_base: res company

    company.py should be loaded first due to used field
    default_cutoff_move_partner on account_cutoff.py
    teewux authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9bf829d View commit details
    Browse the repository at this point in the history
  52. [MIG] account_cutoff_base to v14

    Now include account_cutoff_accrual_base, as suggested in issue OCA#133
    alexis-via authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e2df644 View commit details
    Browse the repository at this point in the history
  53. [UPD] Update account_cutoff_base.pot

    oca-travis authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    bcec5a1 View commit details
    Browse the repository at this point in the history
  54. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    77a8f95 View commit details
    Browse the repository at this point in the history
  55. [14.0][FIX] account_cutoff_base: Move domains where they are used

    Avoid ValidationError on res.company views update as company_id field
    does not exist there
    rousseldenis authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4bf6f3b View commit details
    Browse the repository at this point in the history
  56. [UPD] Update account_cutoff_base.pot

    oca-travis authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ac6fb2f View commit details
    Browse the repository at this point in the history
  57. account_cutoff_base 14.0.1.1.0

    OCA-git-bot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    3236e34 View commit details
    Browse the repository at this point in the history
  58. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-14.0/account-closing-14.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_cutoff_base/
    oca-transbot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    679e645 View commit details
    Browse the repository at this point in the history
  59. account_cutoff_base: widget="text" on name field (same as on account.…

    …move)
    
    Add optional="show/hide" on some fields of cutoff lines
    alexis-via authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    42a3b51 View commit details
    Browse the repository at this point in the history
  60. Translated using Weblate (Italian)

    Currently translated at 45.5% (61 of 134 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_cutoff_base/it/
    francesco-ooops authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    cf0e2bd View commit details
    Browse the repository at this point in the history
  61. account_cutoff_base 14.0.1.2.0

    OCA-git-bot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    231c21b View commit details
    Browse the repository at this point in the history
  62. Translated using Weblate (Italian)

    Currently translated at 51.4% (69 of 134 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_cutoff_base/it/
    francesco-ooops authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    77d5333 View commit details
    Browse the repository at this point in the history
  63. Translated using Weblate (Italian)

    Currently translated at 76.8% (103 of 134 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_cutoff_base/it/
    francesco-ooops authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ce122fc View commit details
    Browse the repository at this point in the history
  64. Translated using Weblate (Italian)

    Currently translated at 87.3% (117 of 134 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_cutoff_base/it/
    primes2h authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    adcc718 View commit details
    Browse the repository at this point in the history
  65. Translated using Weblate (Italian)

    Currently translated at 100.0% (134 of 134 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_cutoff_base/it/
    primes2h authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d59cacf View commit details
    Browse the repository at this point in the history
  66. Translated using Weblate (Italian)

    Currently translated at 100.0% (134 of 134 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_cutoff_base/it/
    primes2h authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6415605 View commit details
    Browse the repository at this point in the history
  67. Translated using Weblate (Italian)

    Currently translated at 100.0% (134 of 134 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_cutoff_base/it/
    primes2h authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    dfa8a11 View commit details
    Browse the repository at this point in the history
  68. Translated using Weblate (Italian)

    Currently translated at 100.0% (134 of 134 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_cutoff_base/it/
    AntonioMariaVigliotti authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4e46a77 View commit details
    Browse the repository at this point in the history
  69. [IMP] : black, isort, prettier

    yankinmax authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e09abc1 View commit details
    Browse the repository at this point in the history
  70. [IMP] account_cutoff_base: pylint

    yankinmax authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0621577 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    c430945 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    6d8f23a View commit details
    Browse the repository at this point in the history
  73. [UPD] Update account_cutoff_base.pot

    oca-ci authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8b5ba13 View commit details
    Browse the repository at this point in the history
  74. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (134 of 134 strings)
    
    Translation: account-closing-15.0/account-closing-15.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-15-0/account-closing-15-0-account_cutoff_base/es_AR/
    ibuioli authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    937cbec View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    add98af View commit details
    Browse the repository at this point in the history
  76. account_cutoff_base: forward-port source_move_state from v14

    Revert price_unit to fields.Float() and price_origin to fields.Char()
    Forward port post_cutoff_move on res.company from v14
    Add ACLs for account readonly group
    Remove duplicate-xml-fields, cf https://github.com/OCA/maintainer-tools/issues/558
    Add name_get() on account.cutoff
    Rename field move_label to move_ref
    Update code to be able to add additional states (e.g. 'forecast' state introduced account_cutoff_start_end_dates)
    Cleanup and improve views
    alexis-via authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    74e0f54 View commit details
    Browse the repository at this point in the history
  77. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c9226ff View commit details
    Browse the repository at this point in the history
  78. [UPD] Update account_cutoff_base.pot

    oca-ci authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    64a17e2 View commit details
    Browse the repository at this point in the history
  79. account_cutoff_base: update README

    alexis-via authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    febd14e View commit details
    Browse the repository at this point in the history
  80. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ec8be10 View commit details
    Browse the repository at this point in the history
  81. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/
    weblate authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4131ca3 View commit details
    Browse the repository at this point in the history
  82. Translated using Weblate (Italian)

    Currently translated at 90.4% (123 of 136 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/it/
    mymage authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8bc4ca0 View commit details
    Browse the repository at this point in the history
  83. Translated using Weblate (Italian)

    Currently translated at 90.4% (123 of 136 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/it/
    mymage authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c249d52 View commit details
    Browse the repository at this point in the history
  84. Translated using Weblate (Italian)

    Currently translated at 90.4% (123 of 136 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/it/
    mymage authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e04b107 View commit details
    Browse the repository at this point in the history
  85. Translated using Weblate (Italian)

    Currently translated at 90.4% (123 of 136 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/it/
    mymage authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    93923d3 View commit details
    Browse the repository at this point in the history
  86. Translated using Weblate (Italian)

    Currently translated at 90.4% (123 of 136 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/it/
    mymage authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    119c7f5 View commit details
    Browse the repository at this point in the history
  87. Translated using Weblate (French)

    Currently translated at 53.6% (73 of 136 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/fr/
    sanrav authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b18b3e6 View commit details
    Browse the repository at this point in the history
  88. Translated using Weblate (French)

    Currently translated at 100.0% (136 of 136 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/fr/
    sanrav authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    23d0633 View commit details
    Browse the repository at this point in the history
  89. Translated using Weblate (Italian)

    Currently translated at 90.4% (123 of 136 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/it/
    mymage authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c2f7d00 View commit details
    Browse the repository at this point in the history
  90. [UPD] Update account_cutoff_base.pot

    oca-ci authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    3d98051 View commit details
    Browse the repository at this point in the history
  91. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/
    weblate authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    471f878 View commit details
    Browse the repository at this point in the history
  92. Translated using Weblate (French)

    Currently translated at 100.0% (137 of 137 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/fr/
    sanrav authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1a702c1 View commit details
    Browse the repository at this point in the history
  93. Translated using Weblate (French (France) (fr_FR))

    Currently translated at 36.4% (50 of 137 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/fr_FR/
    sanrav authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    dc3c87e View commit details
    Browse the repository at this point in the history
  94. Translated using Weblate (Italian)

    Currently translated at 89.7% (123 of 137 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/it/
    francesco-ooops authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    05bedd1 View commit details
    Browse the repository at this point in the history
  95. Translated using Weblate (Italian)

    Currently translated at 89.7% (123 of 137 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/it/
    mymage authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0a8dcf3 View commit details
    Browse the repository at this point in the history
  96. cutoff modules: improve strings

    Remove deprecated POT files
    alexis-via authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    71a8a21 View commit details
    Browse the repository at this point in the history
  97. Translated using Weblate (French)

    Currently translated at 100.0% (137 of 137 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/fr/
    Alexis de Lattre authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    232a4e3 View commit details
    Browse the repository at this point in the history
  98. [UPD] Update account_cutoff_base.pot

    oca-ci authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c17cb85 View commit details
    Browse the repository at this point in the history
  99. account_cutoff_base 16.0.1.1.0

    OCA-git-bot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5882ace View commit details
    Browse the repository at this point in the history
  100. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/
    weblate authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a9186f3 View commit details
    Browse the repository at this point in the history
  101. Translated using Weblate (Catalan)

    Currently translated at 16.5% (22 of 133 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/ca/
    eccit-quim authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    62921d4 View commit details
    Browse the repository at this point in the history
  102. Translated using Weblate (Spanish)

    Currently translated at 100.0% (133 of 133 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/es/
    Ivorra78 authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b7b1733 View commit details
    Browse the repository at this point in the history
  103. account_cutoff_base: simplify config for taxes

    For all countries where the provision account for taxes is the same for
    all taxes, you can now configure the 2 provision accounts for taxes on
    the accounting configuration page.
    This commit also fixes a bug in the generation of the move when you have a default tax on the revenue/expense account.
    alexis-via authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4397d67 View commit details
    Browse the repository at this point in the history
  104. Translated using Weblate (French)

    Currently translated at 99.2% (132 of 133 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/fr/
    Alexis de Lattre authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6533fa7 View commit details
    Browse the repository at this point in the history
  105. [UPD] Update account_cutoff_base.pot

    oca-ci authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    839df0b View commit details
    Browse the repository at this point in the history
  106. account_cutoff_base 16.0.1.2.0

    OCA-git-bot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    db9ce8c View commit details
    Browse the repository at this point in the history
  107. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/
    weblate authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    fefafc8 View commit details
    Browse the repository at this point in the history
  108. Translated using Weblate (Spanish)

    Currently translated at 97.7% (132 of 135 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/es/
    Ivorra78 authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    096515c View commit details
    Browse the repository at this point in the history
  109. Translated using Weblate (Spanish)

    Currently translated at 100.0% (135 of 135 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/es/
    Ivorra78 authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    58cbfab View commit details
    Browse the repository at this point in the history
  110. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    dc7f786 View commit details
    Browse the repository at this point in the history
  111. [UPD] Update account_cutoff_base.pot

    oca-ci authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    764ce7b View commit details
    Browse the repository at this point in the history
  112. Translated using Weblate (Italian)

    Currently translated at 85.9% (116 of 135 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/it/
    mymage authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7273b97 View commit details
    Browse the repository at this point in the history
  113. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/
    weblate authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    433f34c View commit details
    Browse the repository at this point in the history
  114. Translated using Weblate (Spanish)

    Currently translated at 100.0% (135 of 135 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/es/
    Ivorra78 authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    419166c View commit details
    Browse the repository at this point in the history
  115. [UPD] Update account_cutoff_base.pot

    oca-ci authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9a00ca8 View commit details
    Browse the repository at this point in the history
  116. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/
    weblate authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    183394f View commit details
    Browse the repository at this point in the history
  117. Translated using Weblate (Spanish)

    Currently translated at 100.0% (134 of 134 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/es/
    Ivorra78 authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ae5dc49 View commit details
    Browse the repository at this point in the history
  118. [FIX] account_cutoff_base: tax in view

    jbaudoux authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    58d9ed8 View commit details
    Browse the repository at this point in the history
  119. [UPD] Update account_cutoff_base.pot

    oca-ci authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    dfb45bb View commit details
    Browse the repository at this point in the history
  120. [BOT] post-merge updates

    OCA-git-bot authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ef03bc1 View commit details
    Browse the repository at this point in the history
  121. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_base
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_base/
    weblate authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1d1e11f View commit details
    Browse the repository at this point in the history
  122. [TRN] remove fr_FR.po

    Co-authored-by: Alexis de Lattre <alexis@via.ecp.fr>
    2 people authored and thaolt99 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4e441b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Port account_cutoff_base and account_cutoff_prepaid to Odoo v9

    Extract a new module account_invoice_start_end_dates from account_cutoff_prepaid
    alexis-via authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e8f828e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    782d7b4 View commit details
    Browse the repository at this point in the history
  3. account_invoice_start_end_dates: Migration to 11.0

    oleksandrpaziuk authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8a3fe8f View commit details
    Browse the repository at this point in the history
  4. Savepoint tests invoice_start

    mpanarin authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3572231 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    439537b View commit details
    Browse the repository at this point in the history
  6. account_invoice_start_end_dates: Migration to 12.0 account_invoice_st…

    …art_end_dates: fixing tests fixing product not found convert mline dates to string fixing flake8 account_invoice_start_end_dates: fixing tests fixing product not found convert mline dates to string fixing flake8 putting removed licences back fix tests fix flake8 fix pylint issues
    
    [12.0-mig-account] fix unit tests
    
    fixup! [12.0-mig-account] fix unit tests
    
    fixup! fixup! [12.0-mig-account] fix unit tests
    Jeroen Evens authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    12db0e1 View commit details
    Browse the repository at this point in the history
  7. README.rst

    OCA-git-bot authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fc5b8b0 View commit details
    Browse the repository at this point in the history
  8. icon.png

    OCA-git-bot authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    08f98b6 View commit details
    Browse the repository at this point in the history
  9. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-12.0/account-closing-12.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-12-0/account-closing-12-0-account_invoice_start_end_dates/
    oca-transbot authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    646e075 View commit details
    Browse the repository at this point in the history
  10. README.rst

    OCA-git-bot authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e6717ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e5341d7 View commit details
    Browse the repository at this point in the history
  12. Black

    alexis-via authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6321876 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f120952 View commit details
    Browse the repository at this point in the history
  14. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9798fc8 View commit details
    Browse the repository at this point in the history
  15. Black and other pre-commit stuff

    alexis-via authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f7b55b3 View commit details
    Browse the repository at this point in the history
  16. FIX visibility of forecast button

    Default value for cutoff date is end date of previous fiscal year
    alexis-via authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    defaa32 View commit details
    Browse the repository at this point in the history
  17. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c0ad412 View commit details
    Browse the repository at this point in the history
  18. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c5e5c5c View commit details
    Browse the repository at this point in the history
  19. [FIX] lint issues

    sbidoul authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    70ad7f1 View commit details
    Browse the repository at this point in the history
  20. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-13.0/account-closing-13.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-13-0/account-closing-13-0-account_invoice_start_end_dates/
    oca-transbot authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    38430c2 View commit details
    Browse the repository at this point in the history
  21. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-13.0/account-closing-13.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-13-0/account-closing-13-0-account_invoice_start_end_dates/
    oca-transbot authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    22c3fd1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    500c89e View commit details
    Browse the repository at this point in the history
  23. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8df408c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3c3978f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d8e381c View commit details
    Browse the repository at this point in the history
  26. Translated using Weblate (French (France))

    Currently translated at 88.2% (15 of 17 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_invoice_start_end_dates/fr_FR/
    Yvesldff authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    99aec63 View commit details
    Browse the repository at this point in the history
  27. Translated using Weblate (Portuguese)

    Currently translated at 100.0% (14 of 14 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_invoice_start_end_dates/pt/
    pedrocs-exo authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    47aedaa View commit details
    Browse the repository at this point in the history
  28. Translated using Weblate (Italian)

    Currently translated at 100.0% (14 of 14 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_invoice_start_end_dates/it/
    SicurSam authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c4b5fb1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4ea0a2a View commit details
    Browse the repository at this point in the history
  30. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    2f0567f View commit details
    Browse the repository at this point in the history
  31. Translated using Weblate (French)

    Currently translated at 100.0% (14 of 14 strings)
    
    Translation: account-closing-15.0/account-closing-15.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-15-0/account-closing-15-0-account_invoice_start_end_dates/fr/
    gregory-moka authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    34fdeb4 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b0b6e9b View commit details
    Browse the repository at this point in the history
  33. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0e2812f View commit details
    Browse the repository at this point in the history
  34. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-16.0/account-closing-16.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates/
    weblate authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f980a49 View commit details
    Browse the repository at this point in the history
  35. Added translation using Weblate (German)

    marylla authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    cb40d05 View commit details
    Browse the repository at this point in the history
  36. Translated using Weblate (German)

    Currently translated at 100.0% (14 of 14 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates/de/
    marylla authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    dc9151f View commit details
    Browse the repository at this point in the history
  37. [UPD] Update account_invoice_start_end_dates.pot

    oca-ci authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ea934ce View commit details
    Browse the repository at this point in the history
  38. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-16.0/account-closing-16.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates/
    weblate authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8f0d2ee View commit details
    Browse the repository at this point in the history
  39. Translated using Weblate (Italian)

    Currently translated at 100.0% (13 of 13 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates/it/
    mymage authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e35dc9c View commit details
    Browse the repository at this point in the history
  40. [IMP] account_invoice_start_end_dates: add start/end dates in tree vi…

    …ew of move lines
    alexis-via authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a747380 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    011743b View commit details
    Browse the repository at this point in the history
  42. Translated using Weblate (Croatian)

    Currently translated at 100.0% (13 of 13 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates/hr/
    badbole authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6a95f6b View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    cbd1071 View commit details
    Browse the repository at this point in the history
  44. Translated using Weblate (Persian)

    Currently translated at 15.3% (2 of 13 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates/fa/
    mostafabarmshory authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ba1da20 View commit details
    Browse the repository at this point in the history
  45. Translated using Weblate (French)

    Currently translated at 100.0% (13 of 13 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates/fr/
    sanrav authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d30294c View commit details
    Browse the repository at this point in the history
  46. Translated using Weblate (French (France) (fr_FR))

    Currently translated at 100.0% (13 of 13 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates/fr_FR/
    sanrav authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f72a255 View commit details
    Browse the repository at this point in the history
  47. Translated using Weblate (Italian)

    Currently translated at 100.0% (13 of 13 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates/it/
    mymage authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    631c70b View commit details
    Browse the repository at this point in the history
  48. Translated using Weblate (Italian)

    Currently translated at 100.0% (13 of 13 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates/it/
    mymage authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    183f9f8 View commit details
    Browse the repository at this point in the history
  49. Translated using Weblate (French)

    Currently translated at 100.0% (13 of 13 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates/fr/
    Alexis de Lattre authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    19cb049 View commit details
    Browse the repository at this point in the history
  50. cutoff modules: improve strings

    Remove deprecated POT files
    alexis-via authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b5f6c96 View commit details
    Browse the repository at this point in the history
  51. [UPD] Update account_invoice_start_end_dates.pot

    oca-ci authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f97d0ff View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    557ff03 View commit details
    Browse the repository at this point in the history
  53. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-16.0/account-closing-16.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates/
    weblate authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8e98892 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    06add89 View commit details
    Browse the repository at this point in the history
  55. Translated using Weblate (Spanish)

    Currently translated at 100.0% (13 of 13 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates/es/
    Ivorra78 authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0808cac View commit details
    Browse the repository at this point in the history
  56. Translated using Weblate (Croatian)

    Currently translated at 92.3% (12 of 13 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates/hr/
    badbole authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    06552ac View commit details
    Browse the repository at this point in the history
  57. Translated using Weblate (French)

    Currently translated at 100.0% (13 of 13 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates/fr/
    sofien-moalla authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ac9bd4a View commit details
    Browse the repository at this point in the history
  58. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    006c99c View commit details
    Browse the repository at this point in the history
  59. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-16.0/account-closing-16.0-account_invoice_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_invoice_start_end_dates/
    weblate authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    68f199f View commit details
    Browse the repository at this point in the history
  60. [TRN] remove fr_FR.po

    Co-authored-by: Alexis de Lattre <alexis@via.ecp.fr>
    2 people authored and thaolt99 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    02d6b9e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    a86eb2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61e96b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

Commits on Dec 8, 2023

  1. Merge PR OCA#284 into 17.0

    Signed-off-by gurneyalex
    OCA-git-bot committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    512e7b6 View commit details
    Browse the repository at this point in the history
  2. [UPD] Update account_cutoff_base.pot

    oca-ci committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    856ba4b View commit details
    Browse the repository at this point in the history
  3. [BOT] post-merge updates

    OCA-git-bot committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e6be133 View commit details
    Browse the repository at this point in the history
  4. Merge PR OCA#286 into 17.0

    Signed-off-by gurneyalex
    OCA-git-bot committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    59227d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebebeaf View commit details
    Browse the repository at this point in the history
  6. [BOT] post-merge updates

    OCA-git-bot committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    095a6a0 View commit details
    Browse the repository at this point in the history
  7. [MIG] account_cutoff_start_end_dates to v14

    This module account_cutoff_start_end_dates is a merge of account_cutoff_prepaid (from v13) and account_cutoff_accrual_dates (from v12), as discussed on issue OCA#133
    alexis-via authored and thaolt99 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    c1ba5e0 View commit details
    Browse the repository at this point in the history
  8. [MIG] account_cutoff_start_end_dates: added pre_init_hook to handle m…

    …igration
    
    [UPD] Update account_cutoff_start_end_dates.pot
    fredzamoabg authored and thaolt99 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    080abc7 View commit details
    Browse the repository at this point in the history
  9. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e042f66 View commit details
    Browse the repository at this point in the history
  10. Translated using Weblate (Italian)

    Currently translated at 61.1% (11 of 18 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_cutoff_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_cutoff_start_end_dates/it/
    primes2h authored and thaolt99 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2219cb9 View commit details
    Browse the repository at this point in the history
  11. Translated using Weblate (Italian)

    Currently translated at 100.0% (18 of 18 strings)
    
    Translation: account-closing-14.0/account-closing-14.0-account_cutoff_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_cutoff_start_end_dates/it/
    primes2h authored and thaolt99 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4bd60f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    440bf32 View commit details
    Browse the repository at this point in the history
  13. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    30dfe81 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8991771 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0e5d2ee View commit details
    Browse the repository at this point in the history
  16. account_cutoff_start_end_dates: forecast is now a specific state

    To simplify the code and the user interface, the forecast mode doesn't
    use a boolean field any more; it is now a specific "state".
    Migration script is provided.
    alexis-via authored and thaolt99 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e24cf46 View commit details
    Browse the repository at this point in the history
  17. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    f72811d View commit details
    Browse the repository at this point in the history
  18. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_start_end_dates/
    weblate authored and thaolt99 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    cc65557 View commit details
    Browse the repository at this point in the history
  19. cutoff modules: improve strings

    Remove deprecated POT files
    alexis-via authored and thaolt99 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9daa176 View commit details
    Browse the repository at this point in the history
  20. Translated using Weblate (French)

    Currently translated at 100.0% (18 of 18 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_start_end_dates/fr/
    Alexis de Lattre authored and thaolt99 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7d3f027 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9816f8d View commit details
    Browse the repository at this point in the history
  22. Translated using Weblate (Spanish)

    Currently translated at 100.0% (18 of 18 strings)
    
    Translation: account-closing-16.0/account-closing-16.0-account_cutoff_start_end_dates
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-16-0/account-closing-16-0-account_cutoff_start_end_dates/es/
    Ivorra78 authored and thaolt99 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    36d9fb7 View commit details
    Browse the repository at this point in the history
  23. [UPD] README.rst

    OCA-git-bot authored and thaolt99 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d2e6f74 View commit details
    Browse the repository at this point in the history
  24. [TRN] remove fr_FR.po

    Co-authored-by: Alexis de Lattre <alexis@via.ecp.fr>
    2 people authored and thaolt99 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    ed6e7cb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fb9b935 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7d82bcd View commit details
    Browse the repository at this point in the history