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

[MIG][12.0] mig pos_customer_display #437

Merged
merged 48 commits into from
May 19, 2020

Commits on Jan 9, 2020

  1. Initial check-in of the module pos_customer_display.

    Auélien DUMAINE authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    d0f5463 View commit details
    Browse the repository at this point in the history
  2. Initial check-in of the module pos_payment_terminal.

    Auélien DUMAINE authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    f324452 View commit details
    Browse the repository at this point in the history
  3. pos_customer_display bugfix : new massage on deleting orderLine and f…

    …ixing unit_price computation on adding orderLine
    Auélien DUMAINE authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    a6af3c8 View commit details
    Browse the repository at this point in the history
  4. Fix copyright headers

    PEP8 stuff
    Alexis de Lattre authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    d0f07cf View commit details
    Browse the repository at this point in the history
  5. pos_payment_terminal : bigger button for start transaction with touch…

    …screen
    Auélien DUMAINE authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    52b0d8c View commit details
    Browse the repository at this point in the history
  6. Add french translation

    Auélien DUMAINE authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    e9c2313 View commit details
    Browse the repository at this point in the history
  7. FIX Adapt JS code to recent changes in the code of POS v8

    Update module description with my recent tests with new hardware
    Alexis de Lattre authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    4756937 View commit details
    Browse the repository at this point in the history
  8. pos_payment_terminal: add missing css file

    pos_customer_display: FIX JS code and make it more robust
    Alexis de Lattre authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    9ab59c3 View commit details
    Browse the repository at this point in the history
  9. [FIX] lenght -> length

    [IMP] Change is now displayed on the LCD when entered (avoid to keep displaying the change with the "next customer")
    Rename function names to easier understanding
    Alexis de Lattre authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    1dc4ca8 View commit details
    Browse the repository at this point in the history
  10. FIX bugs

    Remove paiment method from LCD message
    Add missing POT file
    Update FR translation
    Alexis de Lattre authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    bf8560b View commit details
    Browse the repository at this point in the history
  11. Add message on POS open

    Remove code that was not working
    FIX bug in removeOrderLine
    Update translation
    Alexis de Lattre authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    564bd50 View commit details
    Browse the repository at this point in the history
  12. Add Spanish translation by Alejandro Amador (thanks for your contribu…

    …tion !)
    
    Move CSS definition from pos_payment_terminal_view.xml to pos_payment_terminal.xml
    Small cleanups
    Alexis de Lattre authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    b7a31a8 View commit details
    Browse the repository at this point in the history
  13. Update ES translation by Alejandro Amador

    Alexis de Lattre authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    5fab8d8 View commit details
    Browse the repository at this point in the history
  14. PEP8

    Alexis de Lattre authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    c8324aa View commit details
    Browse the repository at this point in the history
  15. Add license key in __openerp__.py

    yvaucher authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    50edb53 View commit details
    Browse the repository at this point in the history
  16. Add OCA as author of OCA addons

    In order to get visibility on https://www.odoo.com/apps the OCA board has
    decided to add the OCA as author of all the addons maintained as part of the
    association.
    gurneyalex authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    01bb345 View commit details
    Browse the repository at this point in the history
  17. Added dutch translation

    JosDeGraeve authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    a08d670 View commit details
    Browse the repository at this point in the history
  18. [IMP] Add German Language

    unknown authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    7f70219 View commit details
    Browse the repository at this point in the history
  19. [FIX] correcting some chars

    unknown authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    0265c0d View commit details
    Browse the repository at this point in the history
  20. pos_customer_display: Add button "Display Total to Customer" and port…

    … to new API
    
    pos_payment_terminal: code cleanup
    Alexis de Lattre authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    eae6096 View commit details
    Browse the repository at this point in the history
  21. Cleaner inheritance implementation in pos_customer_display

    Better debug logs in hw_* modules for LCD and Telium
    alexis-via authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    40f2edc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bbee581 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d9c95a2 View commit details
    Browse the repository at this point in the history
  24. Make some messages of customer display configurable

    JS code cleanup: harmonize identation
    alexis-via authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    b359486 View commit details
    Browse the repository at this point in the history
  25. PEP8

    alexis-via authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    9d6691a View commit details
    Browse the repository at this point in the history
  26. FIX when clicking on "Display Total to Customer", the query is now se…

    …nt only once to the POSbox
    
    Patch written with the kind help of Sylvain Calador
    alexis-via authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    032a179 View commit details
    Browse the repository at this point in the history
  27. [UPD] prefix versions with 8.0

    sbidoul authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    faa616b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a8fc9c3 View commit details
    Browse the repository at this point in the history
  29. [MIG] Rename manifest files

    pedrobaeza authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    08c4b72 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e5bcc84 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    0f470d5 View commit details
    Browse the repository at this point in the history
  32. Port pos_customer_display to v10

    Remove the "Show total to customer" button, which is not need given the new user interface of the POS: the big "Payment" button has this role now.
    Add README.rst
    alexis-via authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    3b13c7f View commit details
    Browse the repository at this point in the history
  33. Display relevant info on LCD when Qty/price/discount is forced via th…

    …e buttons of the POS frontend
    alexis-via authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    ebdf5a4 View commit details
    Browse the repository at this point in the history
  34. Remove comment

    alexis-via authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    901568d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4e6fcbb View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4cbc497 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    a6e532f View commit details
    Browse the repository at this point in the history
  38. [fix] compability between pos_customer_display and pos_pricelist (OCA…

    …#210)
    
    * [fix] compability between pos_customer_display and pos_pricelist
    gaelTorrecillas authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    faf1c61 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6fb4375 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    3413636 View commit details
    Browse the repository at this point in the history
  41. [CI] Fix .rst lint errors (OCA#276)

    * [CI] Fix .rst lint errors
    * [FIX] licence Key
    chienandalu authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    1e30883 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    041cea6 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    8f3e8a7 View commit details
    Browse the repository at this point in the history
  44. [ADD] icon.png

    OCA-git-bot authored and legalsylvain committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    56bdbcc View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    41a612e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. [MIG] pos_customer_display: Migration to 12.0

    [REF] OCA Convention
    - rename files.
    - split js file into many files. (models, screens, etc.)
    [FIX] make default "welcome" and "good bye" message translatable
    [REF] add the possibility to have other format of LCD Customer display.
    
    fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! [MIG] pos_customer_display: Migration to 12.0 [REF] OCA Convention. rename files.
    
    fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! [MIG] pos_customer_display: Migration to 12.0 [REF] OCA Convention. rename files.
    
    fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! [MIG] pos_customer_display: Migration to 12.0 [REF] OCA Convention. rename files.
    
    fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! [MIG] pos_customer_display: Migration to 12.0 [REF] OCA Convention. rename files.
    
    fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! [MIG] pos_customer_display: Migration to 12.0 [REF] OCA Convention. rename files.
    
    fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! [MIG] pos_customer_display: Migration to 12.0 [REF] OCA Convention. rename files.
    legalsylvain committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    07737ab View commit details
    Browse the repository at this point in the history
  2. fixup! [MIG] pos_customer_display: Migration to 12.0 [REF] OCA Conven…

    …tion - rename files. - split js file into many files. (models, screens, etc.) [FIX] make default "welcome" and "good bye" message translatable [REF] add the possibility to have other format of LCD Customer display.
    legalsylvain committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    e47f1fe View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. fixup! fixup! [MIG] pos_customer_display: Migration to 12.0 [REF] OCA…

    … Convention - rename files. - split js file into many files. (models, screens, etc.) [FIX] make default "welcome" and "good bye" message translatable [REF] add the possibility to have other format of LCD Customer display.
    legalsylvain committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    d28e812 View commit details
    Browse the repository at this point in the history