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] contract_sale_generation: Migration to 17.0 #1087

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

Commits on May 28, 2024

  1. ADD contract_sale_generation module

    angelmoya authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    26dd550 View commit details
    Browse the repository at this point in the history
  2. [FIX] contract_sale_generation: Isolate sale generation (OCA#118)

    Closes OCA#117
    angelmoya authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    770e74e View commit details
    Browse the repository at this point in the history
  3. [FIX] contract_payment_auto: Fix freze wkhtmltopdf freezed

    moylop260 authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ac5ef98 View commit details
    Browse the repository at this point in the history
  4. [FIX] contract_sale_generation: Useless test

    pedrobaeza authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d13e87e View commit details
    Browse the repository at this point in the history
  5. [10.0][FIX+IMP] contract: Improve usability and don't fail on wrong d…

    …ata (OCA#130)
    
    * [FIX+IMP] contract: Improve usability and don't fail on wrong data
    
    * Cron create invoices masked for avoiding silent errors
    * New constraints for assuring data consistency
    * UI helps for entering consistent data
    * Spanish translation
    * Remove double company_id field on form
    
    * [FIX] contract_sale_generation: Adapt tests to upstream contract
    pedrobaeza authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9178bf2 View commit details
    Browse the repository at this point in the history
  6. [FIX] contract_sale_generation: it doesn't create sales (OCA#141)

    * Change the method called in the view
    * Complete the create_invoice method
    * Bump version + authoring
    * Correct bad call of method
      Small Documentation
    * Add super call in python test
    * FIX bad field names causing bad quantities in sale.order.line
    flotho authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    cc994bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    25e2340 View commit details
    Browse the repository at this point in the history
  8. Translated using Weblate (Galician)

    Currently translated at 100.0% (10 of 10 strings)
    
    Translation: contract-10.0/contract-10.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-10-0/contract-10-0-contract_sale_generation/gl/
    mvrodriguez authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a7b2946 View commit details
    Browse the repository at this point in the history
  9. Translated using Weblate (German)

    Currently translated at 100.0% (10 of 10 strings)
    
    Translation: contract-10.0/contract-10.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-10-0/contract-10-0-contract_sale_generation/de/
    marylla authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4d35572 View commit details
    Browse the repository at this point in the history
  10. Translated using Weblate (Finnish)

    Currently translated at 100.0% (10 of 10 strings)
    
    Translation: contract-10.0/contract-10.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-10-0/contract-10-0-contract_sale_generation/fi/
    jarmokortetjarvi authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5ef57ab View commit details
    Browse the repository at this point in the history
  11. [WIP][12.0][MIG] contract_sale_generation

    murtuzasaleh authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    69fa481 View commit details
    Browse the repository at this point in the history
  12. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (15 of 15 strings)
    
    Translation: contract-12.0/contract-12.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract_sale_generation/pt_BR/
    britoederr authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5add774 View commit details
    Browse the repository at this point in the history
  13. add display type in default values

    flotho authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8c78434 View commit details
    Browse the repository at this point in the history
  14. Translated using Weblate (French)

    Currently translated at 100.0% (15 of 15 strings)
    
    Translation: contract-12.0/contract-12.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract_sale_generation/fr/
    remi-filament authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9637571 View commit details
    Browse the repository at this point in the history
  15. [12.0][FIX] contract: Incorrect product UOM qty dict key for the sale…

    ….order.line
    
    The product UOM qty was not correctly set on the Sale Order Line
    During the creation of a recurring Order from a Contract, the given quantity on the Contract Line was not correctly set on the created Sale Order Line.
    mkxmawilix authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    dab7692 View commit details
    Browse the repository at this point in the history
  16. [14.0][FIX] Travis

    Freni-OSI authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7482221 View commit details
    Browse the repository at this point in the history
  17. [14.0][MIG] contract_sale_generation

    Freni-OSI authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9501c53 View commit details
    Browse the repository at this point in the history
  18. [14.0][IMP] contract_sale_generation

    Use the generation_type field defined now in contract base module.
    
    Improve tests
    rousseldenis authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7d12412 View commit details
    Browse the repository at this point in the history
  19. [IMP] contract_sale_generation: Improve view

    rousseldenis authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6997763 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6637456 View commit details
    Browse the repository at this point in the history
  21. [14.0][IMP] contract_sale_generation: Add hook method to retrieve sal…

    …e line values
    rousseldenis authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    628e54d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c77f020 View commit details
    Browse the repository at this point in the history
  23. [14.0][IMP] contract_sale_generation: Take into account new method fo…

    …r cron
    rousseldenis authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d330ff1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b24ed20 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    504e41c View commit details
    Browse the repository at this point in the history
  26. [14.0][IMP] contract_sale_generation: Remove unused code

    rousseldenis authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    01a5c80 View commit details
    Browse the repository at this point in the history
  27. Added translation using Weblate (Spanish (Argentina))

    ibuioli authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2f0f735 View commit details
    Browse the repository at this point in the history
  28. [14.0][FIX] contract_sale_generation: Recompute next recurring date a…

    …fter generation on contract level
    
    As in contract module, recompute recurring_next_date after sale generation on contract level
    rousseldenis authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    cf664b3 View commit details
    Browse the repository at this point in the history
  29. [14.0][FIX] contract_sale_generation: Add start date on contract leve…

    …l (for recurrency on contract)
    rousseldenis authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c40078b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c20c900 View commit details
    Browse the repository at this point in the history
  31. Translated using Weblate (Catalan)

    Currently translated at 100.0% (15 of 15 strings)
    
    Translation: contract-14.0/contract-14.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-contract_sale_generation/ca/
    Noel000 authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    78f6751 View commit details
    Browse the repository at this point in the history
  32. Translated using Weblate (Italian)

    Currently translated at 73.3% (11 of 15 strings)
    
    Translation: contract-14.0/contract-14.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-contract_sale_generation/it/
    scigghia authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    61e7300 View commit details
    Browse the repository at this point in the history
  33. [MIG] contract_sale_generation: Migration to 15.0

    ntsirintanis authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c048651 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a50f8ab View commit details
    Browse the repository at this point in the history
  35. Translated using Weblate (Italian)

    Currently translated at 93.3% (14 of 15 strings)
    
    Translation: contract-15.0/contract-15.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-15-0/contract-15-0-contract_sale_generation/it/
    francesco-ooops authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    17101df View commit details
    Browse the repository at this point in the history
  36. [MIG] contract_sale_generation: Migration to 16.0

    JesusValdez96 authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    04f71ee View commit details
    Browse the repository at this point in the history
  37. [UPD] Update contract_sale_generation.pot

    oca-ci authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d9d1dff View commit details
    Browse the repository at this point in the history
  38. [UPD] README.rst

    OCA-git-bot authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0b4cb43 View commit details
    Browse the repository at this point in the history
  39. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-16.0/contract-16.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-16-0/contract-16-0-contract_sale_generation/
    weblate authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    add75cb View commit details
    Browse the repository at this point in the history
  40. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 83.3% (10 of 12 strings)
    
    Translation: contract-16.0/contract-16.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-16-0/contract-16-0-contract_sale_generation/pt_BR/
    adrianojprado authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fa13b05 View commit details
    Browse the repository at this point in the history
  41. Translated using Weblate (Spanish)

    Currently translated at 100.0% (12 of 12 strings)
    
    Translation: contract-16.0/contract-16.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-16-0/contract-16-0-contract_sale_generation/es/
    Ivorra78 authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    dcea6be View commit details
    Browse the repository at this point in the history
  42. [UPD] README.rst

    OCA-git-bot authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a51de6c View commit details
    Browse the repository at this point in the history
  43. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-16.0/contract-16.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-16-0/contract-16-0-contract_sale_generation/
    weblate authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    04c2a4a View commit details
    Browse the repository at this point in the history
  44. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (12 of 12 strings)
    
    Translation: contract-16.0/contract-16.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-16-0/contract-16-0-contract_sale_generation/pt_BR/
    adrianojprado authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ef83a50 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    9980cb7 View commit details
    Browse the repository at this point in the history
  46. [UPD] Update contract_sale_generation.pot

    oca-ci authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c956f16 View commit details
    Browse the repository at this point in the history
  47. [BOT] post-merge updates

    OCA-git-bot authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    cf54092 View commit details
    Browse the repository at this point in the history
  48. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-16.0/contract-16.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-16-0/contract-16-0-contract_sale_generation/
    weblate authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6291c09 View commit details
    Browse the repository at this point in the history
  49. Translated using Weblate (Spanish)

    Currently translated at 100.0% (15 of 15 strings)
    
    Translation: contract-16.0/contract-16.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-16-0/contract-16-0-contract_sale_generation/es/
    Ivorra78 authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ff703d7 View commit details
    Browse the repository at this point in the history
  50. Translated using Weblate (Dutch)

    Currently translated at 100.0% (15 of 15 strings)
    
    Translation: contract-16.0/contract-16.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-16-0/contract-16-0-contract_sale_generation/nl/
    ThijsvOers authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2a2989c View commit details
    Browse the repository at this point in the history
  51. Translated using Weblate (Italian)

    Currently translated at 100.0% (15 of 15 strings)
    
    Translation: contract-16.0/contract-16.0-contract_sale_generation
    Translate-URL: https://translation.odoo-community.org/projects/contract-16-0/contract-16-0-contract_sale_generation/it/
    mymage authored and lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b245d0a View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    869ec6d View commit details
    Browse the repository at this point in the history
  53. [MIG] contract_sale_generation: Migration to 17.0

    lmoreno committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3c428b8 View commit details
    Browse the repository at this point in the history