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] pos_order_to_sale_order #1234

Merged
merged 71 commits into from
Sep 24, 2024

Commits on Sep 18, 2024

  1. [8.0] [ADD] pos order to sale order (w/o picking) (OCA#188)

    * [ADD] new module pos_order_to_sale_order
    legalsylvain authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    018fdcb View commit details
    Browse the repository at this point in the history
  2. [FIX] taxes was dropped in the sale order lines. [IMP] Remove limitat…

    …ion of this module (price unit loss, and pricelist) if pos_pricelist is installed
    legalsylvain authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    502aa88 View commit details
    Browse the repository at this point in the history
  3. [BUMP] version

    legalsylvain authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b050974 View commit details
    Browse the repository at this point in the history
  4. Coquille + ajout (BL) pour boutons "vente livrée"

    Quentin Dupont authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    90f611b View commit details
    Browse the repository at this point in the history
  5. [FIX] por_order_to_sale_order: PEP8

    pedrobaeza authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    86997d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae3c9c9 View commit details
    Browse the repository at this point in the history
  7. [FIX] do not allow to create sale order several times;

    [FIX] Remove console.log ;
    [IMP] Do not import js files in backend
    [IMP] apply new readme structure
    [FIX] remove useless demo file
    [FIX] some pylint issues
    [REF] add maintainers and developpment status
    legalsylvain authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9c824c4 View commit details
    Browse the repository at this point in the history
  8. [UPD] README.rst

    OCA-git-bot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c405523 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b1f905 View commit details
    Browse the repository at this point in the history
  10. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: pos-8.0/pos-8.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-8-0/pos-8-0-pos_order_to_sale_order/
    oca-transbot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6755ff3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e82dcd8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d014a32 View commit details
    Browse the repository at this point in the history
  13. [FIX] remove commented code

    Co-authored-by: Iván Todorovich <[email protected]>
    2 people authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    32ffd6c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dc7f8a2 View commit details
    Browse the repository at this point in the history
  15. [UPD] README.rst

    OCA-git-bot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6c55f5a View commit details
    Browse the repository at this point in the history
  16. pos_order_to_sale_order 12.0.1.0.1

    OCA-git-bot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5ab6334 View commit details
    Browse the repository at this point in the history
  17. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: pos-12.0/pos-12.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_order_to_sale_order/
    oca-transbot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c2a34cb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a9d4e9f View commit details
    Browse the repository at this point in the history
  19. Translated using Weblate (Spanish)

    Currently translated at 100.0% (23 of 23 strings)
    
    Translation: pos-12.0/pos-12.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_order_to_sale_order/es/
    danimv5 authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9093314 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    69317b3 View commit details
    Browse the repository at this point in the history
  21. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (23 of 23 strings)
    
    Translation: pos-12.0/pos-12.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_order_to_sale_order/pt_BR/
    augustodinizl authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    aac0723 View commit details
    Browse the repository at this point in the history
  22. pos_order_to_sale_order: Make JS extendable

    Return module's javascript widgets to make them extendable for other modules.
    
    Same idea as OCA#535
    gaikaz authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7005147 View commit details
    Browse the repository at this point in the history
  23. pos_order_to_sale_order 12.0.1.0.2

    OCA-git-bot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0d9fb01 View commit details
    Browse the repository at this point in the history
  24. [FIX] pos_order_to_sale_order : dependencies to sale module is now re…

    …quired in recent odoo version
    legalsylvain authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    959ab90 View commit details
    Browse the repository at this point in the history
  25. [FIX] pos_order_to_sale_order : make the module working if get_order(…

    …) is null, that occures if pos_restaurant is installed
    legalsylvain authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2348160 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c51504e View commit details
    Browse the repository at this point in the history
  27. pos_order_to_sale_order 12.0.1.0.3

    OCA-git-bot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c385d6f View commit details
    Browse the repository at this point in the history
  28. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: pos-12.0/pos-12.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_order_to_sale_order/
    oca-transbot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    82a5b2e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    21579cb View commit details
    Browse the repository at this point in the history
  30. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: pos-12.0/pos-12.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_order_to_sale_order/
    oca-transbot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1f5514f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f8c4f87 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    5d91d47 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a9e4439 View commit details
    Browse the repository at this point in the history
  34. [UPD] README.rst

    OCA-git-bot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0cd562b View commit details
    Browse the repository at this point in the history
  35. [PORT] pos_order_to_sale_order from 13.0 to 16.0:

    - REF : Move pos.config configuration into res.config.settings
    - REF : adapt JS and XML code to new OWL framework
    - REF : Adapt python code to removal of onchange (simplification)
    - IMP : Add action icons
    - ADD : Add 'invoiced 'action
    - IMP : Append PoS customer note in the sale order line name field
    - IMP : Add tests
    legalsylvain authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7ade5e1 View commit details
    Browse the repository at this point in the history
  36. [UPD] Update pos_order_to_sale_order.pot

    oca-ci authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9bfe652 View commit details
    Browse the repository at this point in the history
  37. [UPD] README.rst

    OCA-git-bot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    53534cb View commit details
    Browse the repository at this point in the history
  38. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: pos-16.0/pos-16.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_order_to_sale_order/
    weblate authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8953319 View commit details
    Browse the repository at this point in the history
  39. [UPD] Update pos_order_to_sale_order.pot

    oca-ci authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d401780 View commit details
    Browse the repository at this point in the history
  40. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: pos-16.0/pos-16.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_order_to_sale_order/
    weblate authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2d0148f View commit details
    Browse the repository at this point in the history
  41. [FIX] pos_order_to_sale_order

    set correct image path in the description of the module.
    legalsylvain authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f80e06b View commit details
    Browse the repository at this point in the history
  42. [UPD] README.rst

    OCA-git-bot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    52dfb73 View commit details
    Browse the repository at this point in the history
  43. pos_order_to_sale_order 16.0.1.0.2

    OCA-git-bot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2e514ef View commit details
    Browse the repository at this point in the history
  44. Added translation using Weblate (Italian)

    mymage authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5cf5026 View commit details
    Browse the repository at this point in the history
  45. Translated using Weblate (Italian)

    Currently translated at 100.0% (21 of 21 strings)
    
    Translation: pos-16.0/pos-16.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_order_to_sale_order/it/
    mymage authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    35f560a View commit details
    Browse the repository at this point in the history
  46. Translated using Weblate (Spanish)

    Currently translated at 66.6% (14 of 21 strings)
    
    Translation: pos-16.0/pos-16.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_order_to_sale_order/es/
    FLNerea authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4b98fe7 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    68b27e8 View commit details
    Browse the repository at this point in the history
  48. pos_order_to_sale_order 16.0.1.0.3

    OCA-git-bot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0ccf216 View commit details
    Browse the repository at this point in the history
  49. [IMP] pos_order_to_sale_order: Improvement for the ability to use the…

    … result of sales order creation after inheritance
    GabbasovDinar authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2f82643 View commit details
    Browse the repository at this point in the history
  50. pos_order_to_sale_order 16.0.1.0.4

    OCA-git-bot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    aaa2301 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    bf0e60e View commit details
    Browse the repository at this point in the history
  52. pos_order_to_sale_order 16.0.1.0.5

    OCA-git-bot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e826bc9 View commit details
    Browse the repository at this point in the history
  53. Translated using Weblate (Spanish)

    Currently translated at 100.0% (21 of 21 strings)
    
    Translation: pos-16.0/pos-16.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_order_to_sale_order/es/
    Ivorra78 authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5ef5722 View commit details
    Browse the repository at this point in the history
  54. Translated using Weblate (Spanish)

    Currently translated at 100.0% (21 of 21 strings)
    
    Translation: pos-16.0/pos-16.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_order_to_sale_order/es/
    lbpatri authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    534c791 View commit details
    Browse the repository at this point in the history
  55. Translated using Weblate (Spanish)

    Currently translated at 100.0% (21 of 21 strings)
    
    Translation: pos-16.0/pos-16.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_order_to_sale_order/es/
    lbpatri authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    dc799df View commit details
    Browse the repository at this point in the history
  56. Translated using Weblate (Spanish)

    Currently translated at 100.0% (21 of 21 strings)
    
    Translation: pos-16.0/pos-16.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_order_to_sale_order/es/
    Ivorra78 authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7d32a6c View commit details
    Browse the repository at this point in the history
  57. [UPD] README.rst

    OCA-git-bot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5fb0895 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    0114bdd 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: pos-16.0/pos-16.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_order_to_sale_order/
    weblate authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3f6622e View commit details
    Browse the repository at this point in the history
  60. Translated using Weblate (Italian)

    Currently translated at 100.0% (21 of 21 strings)
    
    Translation: pos-16.0/pos-16.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_order_to_sale_order/it/
    mymage authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8edaf2e View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    4d05d51 View commit details
    Browse the repository at this point in the history
  62. [IMP] pos_order_to_sale_order : use customer_note to prepare sale ord…

    …er line name fields
    legalsylvain authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e399a86 View commit details
    Browse the repository at this point in the history
  63. [IMP] pos_order_to_sale_order : performance : directly overload _get_…

    …sale_order_line_multiline_description_sale to avoid to write on sale.order.line after having creating the sale.order.line
    legalsylvain authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    875ace4 View commit details
    Browse the repository at this point in the history
  64. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1f9aedc View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    1beed92 View commit details
    Browse the repository at this point in the history
  66. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5645004 View commit details
    Browse the repository at this point in the history
  67. Translated using Weblate (Portuguese (Brazil))

    Currently translated at 100.0% (21 of 21 strings)
    
    Translation: pos-16.0/pos-16.0-pos_order_to_sale_order
    Translate-URL: https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_order_to_sale_order/pt_BR/
    Rodrigo Macedo authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f31545a View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    dd96861 View commit details
    Browse the repository at this point in the history
  69. [BOT] post-merge updates

    OCA-git-bot authored and chaule97 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0338169 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    77b228a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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