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

[18.0][MIG] product_contract #1137

Draft
wants to merge 168 commits into
base: 18.0
Choose a base branch
from

Commits on Nov 4, 2024

  1. [ADD] product_contract: Create module

    * Add contract functionality to `product.templates`
    * Add logic to create contracts from `sale.order` that contains contract products.
    Ted Salmon authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9a890b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d97e5e5 View commit details
    Browse the repository at this point in the history
  3. [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 sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    cc886fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5666cf3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    feddc38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca03bc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcf06d2 View commit details
    Browse the repository at this point in the history
  8. [IMP] - Create contract on sale order confirmation

    - On Sale Order confirmation, a contract is created for each contract template used on sale order lines
    - A not finished contract can be mentioned on sale order line
    - A sale order line linked to a contract will update it and don't create a new one if it had the same template
    sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    382caab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de2076d View commit details
    Browse the repository at this point in the history
  10. [FIX] - Remove recurring_next_date from sale order line

    recurring_next_date should be computed by contract line to get default value
    sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    971a9b0 View commit details
    Browse the repository at this point in the history
  11. [IMP] - Contract product are ignored on invoicing process

    - Sale order line for contract product pass to nothing to invoice on order confirmation
    - Contract Invoices are linked to sale order line
    sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ac02850 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2f2329f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    99a270a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    028a277 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    df588e1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f89da84 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    22c4c4d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2e70321 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    43bb18d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8a004c6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    dbf6867 View commit details
    Browse the repository at this point in the history
  22. [FIX] - fix onchange

    sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d776f97 View commit details
    Browse the repository at this point in the history
  23. [IMP] - hide recurring_invoicing_type if recurring_rule_type is month…

    …lylastday
    
    for the monthlylastday case, pre-paid is logicly impossible,
    if monthlylastday is set, we consider only post-paid case
    sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d0d8306 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6914757 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ede3512 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b5c50e4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6961e9a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cc5f64a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    22c7282 View commit details
    Browse the repository at this point in the history
  30. [FIX] - fix flake8

    sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a339a03 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ee6adbf View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    cae7829 View commit details
    Browse the repository at this point in the history
  33. [FIX] - fix unit tests

    sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    82c5906 View commit details
    Browse the repository at this point in the history
  34. [IMP] - Add unit test

    sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c4bcab4 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    a35d38f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    15b02c3 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    c86cde8 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    1dd00ec View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    1ee6784 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    1716edc View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    be5587e View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    d06da93 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    050b75f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    81fba5f View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    7178569 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    930b007 View commit details
    Browse the repository at this point in the history
  47. [ADD] Add start_date to contract_line display_name

    In order to help distinguishing lines with the same name
    qgroulard authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3116bdd View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    70149e4 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    b4f7cc6 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    97c55de View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    ba1e57d View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    604c5c4 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    de64af4 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    8d4eb65 View commit details
    Browse the repository at this point in the history
  55. [UPD] README.rst

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d7b1fde View commit details
    Browse the repository at this point in the history
  56. [ADD] icon.png

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    bbf0af7 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    5f0df65 View commit details
    Browse the repository at this point in the history
  58. [UPD] Update product_contract.pot

    oca-travis authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    46a03b9 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: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/
    oca-transbot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a0d8957 View commit details
    Browse the repository at this point in the history
  60. product_contract 12.0.2.0.1

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e6698cc View commit details
    Browse the repository at this point in the history
  61. Translated using Weblate (German)

    Currently translated at 61.0% (25 of 41 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/de/
    marylla authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9570d8e View commit details
    Browse the repository at this point in the history
  62. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (41 of 41 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/pt_BR/
    britoederr authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1f19101 View commit details
    Browse the repository at this point in the history
  63. Translated using Weblate (German)

    Currently translated at 100.0% (41 of 41 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/de/
    rschnapka authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    077df9f View commit details
    Browse the repository at this point in the history
  64. [12.0][FIX] - contract company must be the same as the sale order

    When creating a contract from a sale order the company must be the sale order
    company and not the user company
    sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3694ffa View commit details
    Browse the repository at this point in the history
  65. product_contract 12.0.2.0.2

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c7795eb View commit details
    Browse the repository at this point in the history
  66. [12.0][FIX] - Run onchange contract_type when changing the contract t…

    …emplate
    
    Fix this use-case:
    
    If the contract journal is not set on the contract template the contract is created
    without a journal when confirming the sale order
    sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    69c934f View commit details
    Browse the repository at this point in the history
  67. Translated using Weblate (Croatian)

    Currently translated at 100.0% (41 of 41 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/hr/
    badbole authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b82f785 View commit details
    Browse the repository at this point in the history
  68. Translated using Weblate (French)

    Currently translated at 92.7% (38 of 41 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/fr/
    Martronic-SA authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    dc2720e View commit details
    Browse the repository at this point in the history
  69. [IMP] contract: support pre-paid for monthlylastday

    monthlylastday is (almost) not a special case anymore \o/.
    montlylastday is simply a montly period where the
    periods are aligned on month boundaries.
    The last bit of special casing is that postpaid generates
    invoice the day after the last dasy of the period, except
    for monthlylastday where the invoice is generated on the
    last day of the period. This last exception will disappear
    when we put the offset under user control.
    
    This is a breaking change because the post-paid/pre-paid
    mode becomes relevant for monthlylastday invoicing.
    The field becomes visible in the UI. Code that generate
    monthlylastday contract lines must now correctly set
    the pre-paid/post-paid mode too. Some tests have had
    to be adapted to reflect that.
    sbidoul authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3f58f24 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    c9905b5 View commit details
    Browse the repository at this point in the history
  71. product_contract 12.0.3.0.0

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8a1ee1f View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    1d25863 View commit details
    Browse the repository at this point in the history
  73. [UPD] Update product_contract.pot

    oca-travis authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7825c3f View commit details
    Browse the repository at this point in the history
  74. product_contract 12.0.3.0.1

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    60bcb42 View commit details
    Browse the repository at this point in the history
  75. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/
    oca-transbot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0462fbc View commit details
    Browse the repository at this point in the history
  76. Translated using Weblate (Spanish)

    Currently translated at 100.0% (41 of 41 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/es/
    Nelson Ramírez Sánchez authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4b42bb5 View commit details
    Browse the repository at this point in the history
  77. product_contract 12.0.3.1.0

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2c3035b View commit details
    Browse the repository at this point in the history
  78. [IMP] contract: remove redundant method

    I have detected a method that was created as redundant and with the same
    technique used when preparing the line values, so better to have
    everything together in the same method instead of having it spread.
    pedrobaeza authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1be5c59 View commit details
    Browse the repository at this point in the history
  79. product_contract 12.0.3.1.1

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6adceb2 View commit details
    Browse the repository at this point in the history
  80. Translated using Weblate (Italian)

    Currently translated at 100.0% (41 of 41 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/it/
    Mario Riva authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a318da2 View commit details
    Browse the repository at this point in the history
  81. Translated using Weblate (Spanish)

    Currently translated at 100.0% (41 of 41 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/es/
    Nelson Ramírez Sánchez authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e803f88 View commit details
    Browse the repository at this point in the history
  82. [FIX]contract_count == len(active contracts)

    Oscar Soto authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    283540a View commit details
    Browse the repository at this point in the history
  83. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (41 of 41 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/pt_BR/
    marcelsavegnago authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    97b572c View commit details
    Browse the repository at this point in the history
  84. Translated using Weblate (Portuguese)

    Currently translated at 73.2% (30 of 41 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/pt/
    pedrocs-exo authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f66390a View commit details
    Browse the repository at this point in the history
  85. Translated using Weblate (Portuguese)

    Currently translated at 73.2% (30 of 41 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/pt/
    pedrocs-exo authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a3f0568 View commit details
    Browse the repository at this point in the history
  86. Translated using Weblate (Portuguese)

    Currently translated at 100.0% (41 of 41 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/pt/
    alvarorib authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d233379 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    84999b7 View commit details
    Browse the repository at this point in the history
  88. [IMP] - Improve UX, open contract form if the sale order is related t…

    …o one (same for contract)
    sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0459b54 View commit details
    Browse the repository at this point in the history
  89. product_contract 12.0.3.1.2

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    233bc32 View commit details
    Browse the repository at this point in the history
  90. [FIX] product_contract: set 'Contract template' field company depend

    Ernesto Tejeda authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4a43938 View commit details
    Browse the repository at this point in the history
  91. [FIX] contract_sale_mandate: use property_contract_template_id

    Ernesto Tejeda authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    393a0d5 View commit details
    Browse the repository at this point in the history
  92. [UPD] Update product_contract.pot

    oca-travis authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a1ffd17 View commit details
    Browse the repository at this point in the history
  93. [UPD] README.rst

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3e0001a View commit details
    Browse the repository at this point in the history
  94. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/
    oca-transbot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7022de2 View commit details
    Browse the repository at this point in the history
  95. [UPD] Update product_contract.pot

    oca-travis authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    984073a View commit details
    Browse the repository at this point in the history
  96. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/
    oca-transbot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3679566 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    7314af2 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    f97eac2 View commit details
    Browse the repository at this point in the history
  99. [UPD] Update product_contract.pot

    oca-travis authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    de3ce9f View commit details
    Browse the repository at this point in the history
  100. product_contract 12.0.5.0.0

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    20a86c5 View commit details
    Browse the repository at this point in the history
  101. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/
    oca-transbot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    06f7ab8 View commit details
    Browse the repository at this point in the history
  102. [UPD] Update product_contract.pot

    oca-travis authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9a78f2b View commit details
    Browse the repository at this point in the history
  103. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/
    oca-transbot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    bba3a03 View commit details
    Browse the repository at this point in the history
  104. [12.0][IMP] - Add failing test for creating contract grouped by contr…

    …act template
    
    When creating a contract from SO, the systme should bgoup by contract template
    sale order lines and create one contract per contract template
    
    actually the system group by contract template but create as many contracts as many
    sale order lines.
    sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0d6c7a6 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    a2f4780 View commit details
    Browse the repository at this point in the history
  106. Translated using Weblate (French)

    Currently translated at 100.0% (43 of 43 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/fr/
    svalaeys authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    697be7a View commit details
    Browse the repository at this point in the history
  107. [UPD] Update product_contract.pot

    oca-travis authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    605dd5e View commit details
    Browse the repository at this point in the history
  108. product_contract 12.0.5.0.1

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e72bab1 View commit details
    Browse the repository at this point in the history
  109. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/
    oca-transbot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c04f8b0 View commit details
    Browse the repository at this point in the history
  110. [UPD] Update product_contract.pot

    oca-travis authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ee37c32 View commit details
    Browse the repository at this point in the history
  111. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/
    oca-transbot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b640033 View commit details
    Browse the repository at this point in the history
  112. product_contract 12.0.5.0.2

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5a48ef9 View commit details
    Browse the repository at this point in the history
  113. [FIX] migration from 11.0

    Update product_contract/migrations/12.0.3.0.0/pre-migration.py
    
    Co-Authored-By: Bejaoui Souheil <souheil_bejaoui@hotmail.fr>
    
    Update product_contract/migrations/12.0.3.0.0/pre-migration.py
    
    Co-Authored-By: Bejaoui Souheil <souheil_bejaoui@hotmail.fr>
    
    [FIX]
    sergiocorato authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2831bf3 View commit details
    Browse the repository at this point in the history
  114. Translated using Weblate (Spanish)

    Currently translated at 100.0% (47 of 47 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/es/
    Nelson Ramírez Sánchez authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d600498 View commit details
    Browse the repository at this point in the history
  115. [UPD] README.rst

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5f7a9d4 View commit details
    Browse the repository at this point in the history
  116. [UPD] README.rst

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e0c2d0a View commit details
    Browse the repository at this point in the history
  117. product_contract 12.0.5.0.3

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2504a60 View commit details
    Browse the repository at this point in the history
  118. [UPD] Update product_contract.pot

    oca-travis authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8053d1f View commit details
    Browse the repository at this point in the history
  119. product_contract 12.0.5.0.4

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    177e3d4 View commit details
    Browse the repository at this point in the history
  120. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/
    oca-transbot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3496d6e View commit details
    Browse the repository at this point in the history
  121. [UPD] Update product_contract.pot

    oca-travis authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    12793c9 View commit details
    Browse the repository at this point in the history
  122. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/
    oca-transbot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6dae48a View commit details
    Browse the repository at this point in the history
  123. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (47 of 47 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/pt_BR/
    eduaparicio authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    efbd78e View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    1433b51 View commit details
    Browse the repository at this point in the history
  125. [UPD] Update product_contract.pot

    oca-travis authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6b6c96b View commit details
    Browse the repository at this point in the history
  126. product_contract 12.0.5.1.0

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f920d1c View commit details
    Browse the repository at this point in the history
  127. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/
    oca-transbot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d9c3776 View commit details
    Browse the repository at this point in the history
  128. [UPD] Update product_contract.pot

    oca-travis authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    464f7ac View commit details
    Browse the repository at this point in the history
  129. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/
    oca-transbot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d6d35c5 View commit details
    Browse the repository at this point in the history
  130. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (49 of 49 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/pt_BR/
    fcolus authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    acf02d9 View commit details
    Browse the repository at this point in the history
  131. Translated using Weblate (Spanish)

    Currently translated at 95.9% (47 of 49 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/es/
    pedrobaeza authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7acdc92 View commit details
    Browse the repository at this point in the history
  132. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (49 of 49 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/pt_BR/
    fcolus authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    bceed11 View commit details
    Browse the repository at this point in the history
  133. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (49 of 49 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/pt_BR/
    fcolus authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    498158b View commit details
    Browse the repository at this point in the history
  134. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/
    oca-transbot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1ef497a View commit details
    Browse the repository at this point in the history
  135. Translated using Weblate (French)

    Currently translated at 100.0% (49 of 49 strings)
    
    Translation: contract-12.0/contract-12.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/fr/
    gregory-moka authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    985a7dc View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    a7b046a View commit details
    Browse the repository at this point in the history
  137. Configuration menu
    Copy the full SHA
    4d9843d View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    f915b2c View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    87875d0 View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    0b11f59 View commit details
    Browse the repository at this point in the history
  141. [UPD] Update product_contract.pot

    oca-ci authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    aa54455 View commit details
    Browse the repository at this point in the history
  142. [UPD] README.rst

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    be9da16 View commit details
    Browse the repository at this point in the history
  143. product_contract 14.0.1.0.1

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4dc69c6 View commit details
    Browse the repository at this point in the history
  144. Translated using Weblate (Italian)

    Currently translated at 100.0% (49 of 49 strings)
    
    Translation: contract-14.0/contract-14.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-product_contract/it/
    francesco-ooops authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e15b1c9 View commit details
    Browse the repository at this point in the history
  145. Translated using Weblate (Italian)

    Currently translated at 100.0% (49 of 49 strings)
    
    Translation: contract-14.0/contract-14.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-product_contract/it/
    mymage authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    15f3bd7 View commit details
    Browse the repository at this point in the history
  146. Translated using Weblate (Italian)

    Currently translated at 100.0% (49 of 49 strings)
    
    Translation: contract-14.0/contract-14.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-product_contract/it/
    francesco-ooops authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    48f5d46 View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    3273b37 View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    0b4e038 View commit details
    Browse the repository at this point in the history
  149. analytic_distribution

    Rad0van authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3d64493 View commit details
    Browse the repository at this point in the history
  150. analytic_account_id

    Rad0van authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f2d873b View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    31cd0ad View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    cff155c View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    8b4a606 View commit details
    Browse the repository at this point in the history
  154. [UPD] Update product_contract.pot

    oca-ci authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3147b56 View commit details
    Browse the repository at this point in the history
  155. [BOT] post-merge updates

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8902548 View commit details
    Browse the repository at this point in the history
  156. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-17.0/contract-17.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-17-0/contract-17-0-product_contract/
    weblate authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f977429 View commit details
    Browse the repository at this point in the history
  157. Translated using Weblate (Italian)

    Currently translated at 100.0% (48 of 48 strings)
    
    Translation: contract-17.0/contract-17.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-17-0/contract-17-0-product_contract/it/
    mymage authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e49bde1 View commit details
    Browse the repository at this point in the history
  158. Translated using Weblate (Italian)

    Currently translated at 100.0% (48 of 48 strings)
    
    Translation: contract-17.0/contract-17.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-17-0/contract-17-0-product_contract/it/
    mymage authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c4ed6a0 View commit details
    Browse the repository at this point in the history
  159. [IMP] product_contract: Add contract configurator instead of making t…

    …ree not editable
    
    Before this changes, when trying to edit a line of sale order, it was
    opening the form of the line. But following the way to work of odoo
    with sale event, we have make a new contract configurator that will
    be opened when selecting a product of type contract.
    CarlosRoca13 authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1c95dae View commit details
    Browse the repository at this point in the history
  160. Translated using Weblate (Italian)

    Currently translated at 100.0% (48 of 48 strings)
    
    Translation: contract-17.0/contract-17.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-17-0/contract-17-0-product_contract/it/
    mymage authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5eba8ce View commit details
    Browse the repository at this point in the history
  161. [IMP] product_contract: Add posibility to compute date_start of line …

    …using confirmation date_start
    
    With these changes, we allow the contract line start date to be computed
    using the order confirmation date. When the product is configured with
    any of the options set in contract_start_date_method other than manual,
    the start date will be calculated based on the established date and the
    selected period.
    
    Additionally, we can force the month in which we will work in case the
    frequency is yearly, quarterly, or semesterly.
    
    Is not added support for daily, weekly or monthlylastday in this commit.
    CarlosRoca13 authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9447a3e View commit details
    Browse the repository at this point in the history
  162. [UPD] Update product_contract.pot

    oca-ci authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    36a94ac View commit details
    Browse the repository at this point in the history
  163. [BOT] post-merge updates

    OCA-git-bot authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f8c9fde View commit details
    Browse the repository at this point in the history
  164. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: contract-17.0/contract-17.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-17-0/contract-17-0-product_contract/
    weblate authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ab394b4 View commit details
    Browse the repository at this point in the history
  165. Translated using Weblate (Italian)

    Currently translated at 100.0% (90 of 90 strings)
    
    Translation: contract-17.0/contract-17.0-product_contract
    Translate-URL: https://translation.odoo-community.org/projects/contract-17-0/contract-17-0-product_contract/it/
    mymage authored and sbejaoui committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d8254c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

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

Commits on Nov 21, 2024

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

Commits on Nov 22, 2024

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