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

[12.0][MIG] - account_invoice_accrual migration to 12.0 #113

Closed
wants to merge 81 commits into from

Commits on May 14, 2019

  1. Add account_invoice_accrual module

    Laetitia Gangloff authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    fd005e5 View commit details
    Browse the repository at this point in the history
  2. Crash without model=model_name

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    8e7a79a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec0f4b4 View commit details
    Browse the repository at this point in the history
  4. Some fixes to make yml tests happy

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    59ca0d9 View commit details
    Browse the repository at this point in the history
  5. Flake8 and pylint issues

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    d8853ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    589a568 View commit details
    Browse the repository at this point in the history
  7. Avoid to copy accural_move_id

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    6d8769f View commit details
    Browse the repository at this point in the history
  8. Type isn't initialized

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    557efb7 View commit details
    Browse the repository at this point in the history
  9. Use accrual date to set date on analytic line not invoice date that c…

    …an be not initialized
    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    224beba View commit details
    Browse the repository at this point in the history
  10. Add README

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    86fc9a1 View commit details
    Browse the repository at this point in the history
  11. Account_invoice_accrual refactoring : * Remove accrual information on…

    … res_partner * Use default cutoff journal which is on company * Use accrual accounts defined on account_cutoff_accraul_base * Use accounts mapping which is implemented in account_cutoff_base * Adapt test suite
    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    0a530ba View commit details
    Browse the repository at this point in the history
  12. Remove/reversal accrual : * Remove accrual in case of cancel or unlin…

    …k invoice if accrual entry is draft * Remove accrual in case of invoice's validation if accrual entry is draft and if entry genereted by the validation is on the same period as accrual * Otherwise, accrual entry is reversed
    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    3a056ed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c09bd34 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6796690 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0487f6c View commit details
    Browse the repository at this point in the history
  16. Flake8 issue

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    026aa16 View commit details
    Browse the repository at this point in the history
  17. Remove description for manifest

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    39f5be7 View commit details
    Browse the repository at this point in the history
  18. Add OCA as author

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    1cf80b8 View commit details
    Browse the repository at this point in the history
  19. Remove active key on the manifest

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    e750525 View commit details
    Browse the repository at this point in the history
  20. Context isn't propagated

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    3b7c07f View commit details
    Browse the repository at this point in the history
  21. No need to check contest here.

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    4f571b3 View commit details
    Browse the repository at this point in the history
  22. Check context

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    39f1059 View commit details
    Browse the repository at this point in the history
  23. Missing context propagation

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    f2984a9 View commit details
    Browse the repository at this point in the history
  24. Replace OpenERP by Odoo

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    8a1c8ce View commit details
    Browse the repository at this point in the history
  25. Add new account on YAML test

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    fb193a4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    57d86f4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3f37464 View commit details
    Browse the repository at this point in the history
  28. Add licence badge

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    f34c022 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ccb8f7e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f7ebbe8 View commit details
    Browse the repository at this point in the history
  31. False isn't necessary

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    97675f4 View commit details
    Browse the repository at this point in the history
  32. Use accrual default journal

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    e620cf3 View commit details
    Browse the repository at this point in the history
  33. Accrual_move_name isn't necessary

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    d45de7f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8a92ee7 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    70c5fcd View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    cb97d3c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f09a7aa View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    5abfa00 View commit details
    Browse the repository at this point in the history
  39. account_invoice_accrual: simplify and partially migrate to new api

    Main motivation for this change is that the override of account_reversal
    is fragile, error prone and may not work in all situations (in particular
    when reversal are done with another mean than the wizard). So it's
    better to leave the link to accrual_move_id even after reversal: it
    does no harm.
    sbidoul authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    d31ef49 View commit details
    Browse the repository at this point in the history
  40. account_invoice_accrual: restore the Reverse Accrual button

    This is just a shortcut to the Reverse wizard on the accrual move.
    sbidoul authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    e846cfe View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f9e0165 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    c4848dd View commit details
    Browse the repository at this point in the history
  43. Improve indentation

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    b528fd1 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    5337174 View commit details
    Browse the repository at this point in the history
  45. account_invoice_accrual: fix test

    sbidoul authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    5054830 View commit details
    Browse the repository at this point in the history
  46. OCA Transbot updated translations from Transifex

    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    
    OCA Transbot updated translations from Transifex
    oca-transbot authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    d0faf64 View commit details
    Browse the repository at this point in the history
  47. account_invoice_accrual migration

    Cédric Pigeon authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    a72ac0b View commit details
    Browse the repository at this point in the history
  48. Add setup

    Cédric Pigeon authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    c53e790 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    d4415c4 View commit details
    Browse the repository at this point in the history
  50. pep8

    sbidoul authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    3021803 View commit details
    Browse the repository at this point in the history
  51. [FIX] fix failing tests dur to wrong reversal method

    Cédric Pigeon authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    6af0482 View commit details
    Browse the repository at this point in the history
  52. Improve work on dates

    Cédric Pigeon authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    d971108 View commit details
    Browse the repository at this point in the history
  53. Replace openerp by odoo

    Cédric Pigeon authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    85b8ce3 View commit details
    Browse the repository at this point in the history
  54. [IMP] Improve inheritance.

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    160504e View commit details
    Browse the repository at this point in the history
  55. [IMP] Improve inheritance and allows to pass keywargs parameter durin…

    …g accrual reversal
    benwillig authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    a96539d View commit details
    Browse the repository at this point in the history
  56. [CHG] Use invoice instead of self

    adrienpeiffer authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    19f39db View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    07d3a15 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    d61d05a View commit details
    Browse the repository at this point in the history
  59. [IMP] account_invoice_accrual README

    sbidoul authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    0a1fe07 View commit details
    Browse the repository at this point in the history
  60. add readme fragments

    sbidoul authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    dfa8435 View commit details
    Browse the repository at this point in the history
  61. clarify module description

    sbidoul authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    163b916 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    c6d3f1b View commit details
    Browse the repository at this point in the history
  63. [FIX] fix after rebase; moved accrual_taxes to base accrual module; f…

    …ixed journal and number for accrual move and reversal
    jbaudoux authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    d4e00df View commit details
    Browse the repository at this point in the history
  64. [FIX] set active_id(s) in context already for reverse wizard creation…

    … to solve journal issue
    jbaudoux authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    9ee6b48 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    834d219 View commit details
    Browse the repository at this point in the history
  66. Use return account for refund invoices

    jbaudoux authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    5b965fa View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    80b07ea View commit details
    Browse the repository at this point in the history
  68. add contributor

    sbidoul authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    fe0cfb2 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    7ae87e6 View commit details
    Browse the repository at this point in the history
  70. Translated using Weblate (German)

    Currently translated at 100,0% (39 of 39 strings)
    
    Translation: account-closing-10.0/account-closing-10.0-account_invoice_accrual
    Translate-URL: https://translation.odoo-community.org/projects/account-closing-10-0/account-closing-10-0-account_invoice_accrual/de/
    rschnapka authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    6a4e396 View commit details
    Browse the repository at this point in the history
  71. Fix typo self.env.context

    jbaudoux authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    eea71ef View commit details
    Browse the repository at this point in the history
  72. [UPD] README.rst

    OCA-git-bot authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    a089d75 View commit details
    Browse the repository at this point in the history
  73. [FIX] account_invoice_acccrual: pep8

    sbidoul authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    5998cf4 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    f3bdcc6 View commit details
    Browse the repository at this point in the history
  75. [UPD] README.rst

    OCA-git-bot authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    66f0250 View commit details
    Browse the repository at this point in the history
  76. Update translation files

    Updated by Update PO files to match POT (msgmerge) hook in Weblate.
    oca-transbot authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    d5fd323 View commit details
    Browse the repository at this point in the history
  77. [ADD] icon.png

    OCA-git-bot authored and sbejaoui committed May 14, 2019
    Configuration menu
    Copy the full SHA
    846edc0 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Configuration menu
    Copy the full SHA
    5873be6 View commit details
    Browse the repository at this point in the history
  2. [ADD] setup.py

    sbejaoui committed May 15, 2019
    Configuration menu
    Copy the full SHA
    960ee48 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Fix po file

    sbejaoui committed May 16, 2019
    Configuration menu
    Copy the full SHA
    2359e94 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

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