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

[16.0][MIG] contract_sale: Migration to 16.0 #915

Closed

Commits on Jan 12, 2023

  1. [ADD] contract_sale (OCA#104)

    Luis M. Ontalba authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    d9ff711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e44f7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52319ff View commit details
    Browse the repository at this point in the history
  4. [FIX+IMP] contract_sale: Several things:

    * README by fragments
    * Adjusted dependency
    * Changed root menu XML-ID
    pedrobaeza authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    2a0857f View commit details
    Browse the repository at this point in the history
  5. [UPD] Update contract_sale.pot

    oca-travis authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    900fcf2 View commit details
    Browse the repository at this point in the history
  6. [UPD] README.rst

    OCA-git-bot authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    89f38b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a3da39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5bb5dc View commit details
    Browse the repository at this point in the history
  9. [UPD] README.rst

    OCA-git-bot authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    646317b View commit details
    Browse the repository at this point in the history
  10. [UPD] Update contract_sale.pot

    oca-travis authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    a092944 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    28c586c View commit details
    Browse the repository at this point in the history
  12. Translated using Weblate (Galician)

    Currently translated at 100.0% (1 of 1 strings)
    
    Translation: contract-12.0/contract-12.0-contract_sale
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract_sale/gl/
    mvrodriguez authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    2449a55 View commit details
    Browse the repository at this point in the history
  13. [UPD] README.rst

    OCA-git-bot authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    552c80f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6e4644c View commit details
    Browse the repository at this point in the history
  15. Translated using Weblate (Chinese (Simplified))

    Currently translated at 100.0% (1 of 1 strings)
    
    Translation: contract-12.0/contract-12.0-contract_sale
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract_sale/zh_CN/
    liweijie0812 authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    2ffb568 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d725826 View commit details
    Browse the repository at this point in the history
  17. [FIX] - default value for active field in contract line

    [FIX] - fix flake8
    sbejaoui authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    09a1f76 View commit details
    Browse the repository at this point in the history
  18. [REF] Contract Sale: split from analytic account

    [REF] Contract Sale: update translations
    ThomasBinsfeld authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    aa15667 View commit details
    Browse the repository at this point in the history
  19. [UPD] Update contract_sale.pot

    oca-travis authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    5bf2533 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    74e3b60 View commit details
    Browse the repository at this point in the history
  21. [12.0][FIX] contract & contract_sale - security fix

    The lowest model access for contract.contract model is group_account_invoice group. However the addon adds two smart buttons to res.partner view without any security restrictions and without compute_sudo attribute on computed fields.
    This causes the view to crash when a user without the proper permissions tries to access the res.partner form view.
    The solution adds groups_id to the partner form views in which the buttons are added, so the only loads when the user has proper permissions.
    Other way to solve it would be to add compute_sudo attribute to the relevant fields, but this causes an access error when the user clicks on the smart buttons.
    enriquemartin authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    9c21b3b View commit details
    Browse the repository at this point in the history
  22. contract_sale 12.0.2.1.0

    OCA-git-bot authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    2729f86 View commit details
    Browse the repository at this point in the history
  23. Added translation using Weblate (Spanish (Chile))

    Nelson Ramírez Sánchez authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    af04a16 View commit details
    Browse the repository at this point in the history
  24. Translated using Weblate (Spanish (Chile))

    Currently translated at 100.0% (1 of 1 strings)
    
    Translation: contract-12.0/contract-12.0-contract_sale
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract_sale/es_CL/
    Nelson Ramírez Sánchez authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    331c3e4 View commit details
    Browse the repository at this point in the history
  25. [UPD] README.rst

    OCA-git-bot authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    e5b5b25 View commit details
    Browse the repository at this point in the history
  26. [UPD] README.rst

    OCA-git-bot authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    f734996 View commit details
    Browse the repository at this point in the history
  27. [IMP] contract: add section and notes in contract line

    Ernesto Tejeda authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    40aeca3 View commit details
    Browse the repository at this point in the history
  28. contract_sale 12.0.3.0.0

    OCA-git-bot authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    a071d1c View commit details
    Browse the repository at this point in the history
  29. Translated using Weblate (Spanish (Chile))

    Currently translated at 100.0% (1 of 1 strings)
    
    Translation: contract-12.0/contract-12.0-contract_sale
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract_sale/es_CL/
    max3903 authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    83b2d5f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1a392df View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8e59a1b View commit details
    Browse the repository at this point in the history
  32. [UPD] Update contract_sale.pot

    oca-travis authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    63b3346 View commit details
    Browse the repository at this point in the history
  33. [UPD] README.rst

    OCA-git-bot authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    abd24ac View commit details
    Browse the repository at this point in the history
  34. [14.0][MIG] contract_sale

    dsolanki-initos authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    3039a01 View commit details
    Browse the repository at this point in the history
  35. [UPD] Update contract_sale.pot

    oca-travis authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    9e0f066 View commit details
    Browse the repository at this point in the history
  36. [UPD] README.rst

    OCA-git-bot authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    0889e3e View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ea84e4b View commit details
    Browse the repository at this point in the history
  38. Translated using Weblate (Spanish (Argentina))

    Currently translated at 100.0% (1 of 1 strings)
    
    Translation: contract-14.0/contract-14.0-contract_sale
    Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-contract_sale/es_AR/
    ibuioli authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    ca116e3 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    b9f7a56 View commit details
    Browse the repository at this point in the history
  40. [UPD] README.rst

    OCA-git-bot authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    1fd5e63 View commit details
    Browse the repository at this point in the history
  41. contract_sale 14.0.1.1.0

    OCA-git-bot authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    472c4eb View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    44ec176 View commit details
    Browse the repository at this point in the history
  43. contract_sale 14.0.1.1.1

    OCA-git-bot authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    6411bb1 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    76ecdf9 View commit details
    Browse the repository at this point in the history
  45. [UPD] Update contract_sale.pot

    oca-ci authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    2564454 View commit details
    Browse the repository at this point in the history
  46. [UPD] README.rst

    OCA-git-bot authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    1e41faa View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    86c25f2 View commit details
    Browse the repository at this point in the history
  48. contract_sale 15.0.1.0.1

    OCA-git-bot authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    bcf7bdd View commit details
    Browse the repository at this point in the history
  49. [FIX] contract: change where security is given to group_account_invoi…

    …ce: from contract_sale to contract
    albariera authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    bfefc5d View commit details
    Browse the repository at this point in the history
  50. contract_sale 15.0.1.1.0

    OCA-git-bot authored and Urvisha-OSI committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    cc045f3 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    fb9e61a View commit details
    Browse the repository at this point in the history