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_analytic_required: Migration to 17.0 #669

Merged
merged 89 commits into from
Jul 30, 2024

Commits on Jun 18, 2024

  1. Move my module account_analytic_required from extra-addons to account…

    …-analytic
    Alexis de Lattre authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    03eab6a View commit details
    Browse the repository at this point in the history
  2. [IMP] account_analytic_required: do not enforce policy when credit=de…

    …bit=0.0
    
    This is useful in some situations where the tax generates move lines with credit=debit=0.0 with a non-zero tax amount (for instance with tax code VAT-IN-V82-21-EU-S in l10n_be). Without this patch the transaction would be rejected when analytic policy is 'required', since analytic accounts are not propagated through taxes in 6.1.
    sbidoul authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    96443a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afaf753 View commit details
    Browse the repository at this point in the history
  4. account_analytic_required: migration V7

    Laetitia Gangloff authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bdbbe1c View commit details
    Browse the repository at this point in the history
  5. [FIX] Move substitution arguments out of _() call

    [RFR] Line length of affected code
    [UPD] Update pot file with newly generated code strings
    [ADD] Dutch translations
    Stefan Rijnhart authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    64e75a1 View commit details
    Browse the repository at this point in the history
  6. account_analytic_required: in openerp.py replace *_xml by data, leave…

    … two lines before new class.
    Laetitia Gangloff authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3de70be View commit details
    Browse the repository at this point in the history
  7. [IMP] account_analytic_required/tests

    sbidoul authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    841c7c9 View commit details
    Browse the repository at this point in the history
  8. [FIX] account_analytic_required allowed policy violation to slip thro…

    …ugh when changing analytic account
    sbidoul authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    71478d6 View commit details
    Browse the repository at this point in the history
  9. Validate with flake8.

    Update import path.
    Alexis de Lattre authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3243d0c View commit details
    Browse the repository at this point in the history
  10. Add policy for analytic accounting in tree view.

    Alexis de Lattre authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    dafd432 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    92bfe98 View commit details
    Browse the repository at this point in the history
  12. Launchpad automatic translations update.

    Launchpad Translations on behalf of account-core-editors authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4885efc View commit details
    Browse the repository at this point in the history
  13. lint the whole repo

    lepistone authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e52520d View commit details
    Browse the repository at this point in the history
  14. delete # noqa in __init__.py imports

    lepistone authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    09fc9fa View commit details
    Browse the repository at this point in the history
  15. make all files not installable

    lepistone authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8a16133 View commit details
    Browse the repository at this point in the history
  16. move all modules to __unported__

    lepistone authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    cde20fc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    29cb956 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9b283fc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9a11fef View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8da8a8f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c1319f9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d5f2c36 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    247f1ec View commit details
    Browse the repository at this point in the history
  24. [IMP] analytic policy must be required otherwise the checks will break

    It has a default value, so this is fine.
    sbidoul authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b31c4d7 View commit details
    Browse the repository at this point in the history
  25. [IMP] account_analytic_required: make test use [ids] in write

    For compatibility with account_constraints.
    sbidoul authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1d9e736 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0554142 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    bcf61d7 View commit details
    Browse the repository at this point in the history
  28. [FIX] account_analytic_(plan)_required: make policies translatable

    Plus: use lambda trick in the selection field for readability
    sbidoul authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    de4c08e View commit details
    Browse the repository at this point in the history
  29. Add OCA as author of OCA addons

    In order to get visibility on https://www.odoo.com/apps the OCA board has
    decided to add the OCA as author of all the addons maintained as part of the
    association.
    gurneyalex authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    af7f40c View commit details
    Browse the repository at this point in the history
  30. remove deprecated test suite declarations

    these cause Warnings during the tests
    gurneyalex authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    63b0f57 View commit details
    Browse the repository at this point in the history
  31. [UPD] prefix versions with 8.0

    sbidoul authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b47a64f View commit details
    Browse the repository at this point in the history
  32. [MIG] Make modules uninstallable

    pedrobaeza authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b8c59a8 View commit details
    Browse the repository at this point in the history
  33. [9.0][PORT] account_analytic_required

    yvaucher authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    321359d View commit details
    Browse the repository at this point in the history
  34. Fix class name in super

    guewen authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    30978e3 View commit details
    Browse the repository at this point in the history
  35. Use float_is_zero

    yvaucher authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    35f3bff View commit details
    Browse the repository at this point in the history
  36. Use api.constrains

    yvaucher authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9f2c27c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    0647900 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2284e0a View commit details
    Browse the repository at this point in the history
  39. [MIG] Make modules uninstallable

    pedrobaeza authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b28e855 View commit details
    Browse the repository at this point in the history
  40. [MIG] Rename manifest files

    pedrobaeza authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2eaf40e View commit details
    Browse the repository at this point in the history
  41. Port account_analytic_required to v10

    alexis-via authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    336de9a View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    6c2b850 View commit details
    Browse the repository at this point in the history
  43. [IMP] Use new api to extend selection

    cubells authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d533b40 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8d2d273 View commit details
    Browse the repository at this point in the history
  45. [MIG] account_analytic_required: Migrate to 11.0

    Artem Kostyuk authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e435130 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    03471a5 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    550cf49 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    c13f04f View commit details
    Browse the repository at this point in the history
  49. Translated using Weblate (Português (Brasil))

    Currently translated at 100,0% (14 of 14 strings)
    
    Translation: account-analytic-11.0/account-analytic-11.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-11-0/account-analytic-11-0-account_analytic_required/pt_BR/
    Rodrigo Macedo authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    dac4073 View commit details
    Browse the repository at this point in the history
  50. Translated using Weblate (Arabic)

    Currently translated at 85.7% (12 of 14 strings)
    
    Translation: account-analytic-11.0/account-analytic-11.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-11-0/account-analytic-11-0-account_analytic_required/ar/
    osoul authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a8c02b2 View commit details
    Browse the repository at this point in the history
  51. Translated using Weblate (Arabic)

    Currently translated at 100.0% (14 of 14 strings)
    
    Translation: account-analytic-11.0/account-analytic-11.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-11-0/account-analytic-11-0-account_analytic_required/ar/
    yaseentai authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e1d2f3f View commit details
    Browse the repository at this point in the history
  52. Translated using Weblate (Spanish)

    Currently translated at 28.6% (4 of 14 strings)
    
    Translation: account-analytic-11.0/account-analytic-11.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-11-0/account-analytic-11-0-account_analytic_required/es/
    DarioLodeiros authored and peluko00 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c637d2a View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    c65e2b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    74614c0 View commit details
    Browse the repository at this point in the history
  2. Translated using Weblate (Spanish)

    Currently translated at 100.0% (14 of 14 strings)
    
    Translation: account-analytic-12.0/account-analytic-12.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-12-0/account-analytic-12-0-account_analytic_required/es/
    josepmy authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8e6db76 View commit details
    Browse the repository at this point in the history
  3. [UPD] README.rst

    OCA-git-bot authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fc98b76 View commit details
    Browse the repository at this point in the history
  4. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (14 of 14 strings)
    
    Translation: account-analytic-12.0/account-analytic-12.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-12-0/account-analytic-12-0-account_analytic_required/pt_BR/
    marcelsavegnago authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    35fbbf3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d24ef55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f6adfc View commit details
    Browse the repository at this point in the history
  7. Translated using Weblate (Catalan)

    Currently translated at 21.4% (3 of 14 strings)
    
    Translation: account-analytic-13.0/account-analytic-13.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-13-0/account-analytic-13-0-account_analytic_required/ca/
    eduardgm authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e4ab601 View commit details
    Browse the repository at this point in the history
  8. pre-commit update

    OCA-git-bot authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1215430 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae628b5 View commit details
    Browse the repository at this point in the history
  10. Translated using Weblate (German)

    Currently translated at 100.0% (14 of 14 strings)
    
    Translation: account-analytic-13.0/account-analytic-13.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-13-0/account-analytic-13-0-account_analytic_required/de/
    psc authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    df2eea2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    31169ad View commit details
    Browse the repository at this point in the history
  12. [UPD] README.rst

    OCA-git-bot authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    da65bb1 View commit details
    Browse the repository at this point in the history
  13. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-analytic-13.0/account-analytic-13.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-13-0/account-analytic-13-0-account_analytic_required/
    oca-transbot authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fddf9c8 View commit details
    Browse the repository at this point in the history
  14. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (12 of 12 strings)
    
    Translation: account-analytic-13.0/account-analytic-13.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-13-0/account-analytic-13-0-account_analytic_required/pt_BR/
    Rodrigo Macedo authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6d2ca3a View commit details
    Browse the repository at this point in the history
  15. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-analytic-13.0/account-analytic-13.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-13-0/account-analytic-13-0-account_analytic_required/
    oca-transbot authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    bbebdce View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    082a9bf View commit details
    Browse the repository at this point in the history
  17. Translated using Weblate (Catalan)

    Currently translated at 100.0% (12 of 12 strings)
    
    Translation: account-analytic-14.0/account-analytic-14.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-14-0/account-analytic-14-0-account_analytic_required/ca/
    pere-aquarian authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5c5961f View commit details
    Browse the repository at this point in the history
  18. Translated using Weblate (Spanish)

    Currently translated at 100.0% (12 of 12 strings)
    
    Translation: account-analytic-14.0/account-analytic-14.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-14-0/account-analytic-14-0-account_analytic_required/es/
    pere-aquarian authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5398255 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    558707a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    560123d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    336ca0a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    80a76a0 View commit details
    Browse the repository at this point in the history
  23. [FIX] account_analytic_required: action_post() instead of post() meth…

    …od to avoid warning
    Luis D. Lafaurie authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e823d8b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    eaebd9c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    87b7d58 View commit details
    Browse the repository at this point in the history
  26. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (12 of 12 strings)
    
    Translation: account-analytic-16.0/account-analytic-16.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-16-0/account-analytic-16-0-account_analytic_required/pt_BR/
    adrianojprado authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    df1b2c7 View commit details
    Browse the repository at this point in the history
  27. Translated using Weblate (Spanish)

    Currently translated at 100.0% (12 of 12 strings)
    
    Translation: account-analytic-16.0/account-analytic-16.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-16-0/account-analytic-16-0-account_analytic_required/es/
    Ivorra78 authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    777c7db View commit details
    Browse the repository at this point in the history
  28. [UPD] README.rst

    OCA-git-bot authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2239f35 View commit details
    Browse the repository at this point in the history
  29. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-analytic-16.0/account-analytic-16.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-16-0/account-analytic-16-0-account_analytic_required/
    weblate authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    3e25dce View commit details
    Browse the repository at this point in the history
  30. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (12 of 12 strings)
    
    Translation: account-analytic-16.0/account-analytic-16.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-16-0/account-analytic-16-0-account_analytic_required/pt_BR/
    adrianojprado authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b7ff9e5 View commit details
    Browse the repository at this point in the history
  31. [TRN] remove fr_FR.po

    Co-authored-by: Alexis de Lattre <[email protected]>
    2 people authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f100069 View commit details
    Browse the repository at this point in the history
  32. Added translation using Weblate (Italian)

    mymage authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    005f027 View commit details
    Browse the repository at this point in the history
  33. Translated using Weblate (Swedish)

    Currently translated at 100.0% (12 of 12 strings)
    
    Translation: account-analytic-16.0/account-analytic-16.0-account_analytic_required
    Translate-URL: https://translation.odoo-community.org/projects/account-analytic-16-0/account-analytic-16-0-account_analytic_required/sv/
    jakobkrabbe authored and peluko00 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a54a5e1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    c8147c5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    23a1cc2 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    edb375c View commit details
    Browse the repository at this point in the history