pos icon indicating copy to clipboard operation
pos copied to clipboard

Migration to version 15.0

Open OCA-git-bot opened this issue 3 years ago • 6 comments

Todo

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-15.0

Modules to migrate

  • [ ] pos_access_right
  • [ ] pos_backend_communication
  • [x] pos_cash_move_reason - By @nikolausweingartmair - #864
  • [x] pos_default_partner - By @angelgarciadelachica - #966
  • [ ] pos_empty_home
  • [ ] pos_escpos_status
  • [x] pos_fixed_discount - By @Rad0van - #1051
  • [ ] pos_hide_banknote_button
  • [ ] pos_margin
  • [ ] pos_order_remove_line
  • [ ] pos_order_return
  • [x] pos_payment_change - By @manuelregidor - #899
  • [ ] pos_payment_terminal
  • [x] pos_product_display_default_code - By @manuelregidor - #872
  • [ ] pos_product_sort
  • [x] pos_product_template - By @zamberjo - #1054
  • [x] pos_receipt_hide_price - By @danielduqma - #882
  • [x] pos_report_session_summary - By @Ricardoalso - #946
  • [ ] pos_require_product_quantity - By @EstebanMonge - #974
  • [ ] pos_reset_search
  • [ ] pos_show_config_name
  • [x] pos_supplierinfo_barcode - By @Rad0van - #889
  • [x] pos_supplierinfo_search - By @Rad0van - #890
  • [ ] pos_ticket_without_price
  • [ ] pos_timeout
  • [x] pos_user_restriction - By @juliette-blanc - #1010
  • [ ] pos_warning_exiting

Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list

OCA-git-bot avatar Oct 17 '21 10:10 OCA-git-bot

hello, is there any plan to migrate the pos_fixed_discount to 15.0 atleast?

renzyndrome avatar Oct 07 '22 06:10 renzyndrome

hello there, i want to migrate to V15 for pos_ticket_without_price (oddo module), its the first time i use github and i dont know if this version is already created and i should only download a repository. I'm sorry for my bad English.

JHONNYBEGOD avatar Oct 07 '22 09:10 JHONNYBEGOD

Hi @OPENREDJUAN There's no migration PR to v15 currently for that module so your contribution will be welcome :)

Be sure to follow OCA's general and migrations guidelines:

  • https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst
  • https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-15.0

chienandalu avatar Oct 07 '22 09:10 chienandalu

pos_supplierinfo_barcode #889
pos_supplierinfo_search #890 pos_fixed_discount #891 including fix from #888 ~~pos_receipt_hide_price #892~~ #882 was first

Note: pre-commit is failing for all of these because of some strange error:

[INFO] Initializing environment for https://gitlab.com/PyCQA/flake8.
An unexpected error has occurred: CalledProcessError: command: ('/usr/bin/git', 'fetch', 'origin', '--tags')
return code: 128
expected return code: 0
stdout: (none)
stderr:
    fatal: could not read Username for 'https://gitlab.com/': No such device or address
    
Check the log at /home/runner/.cache/pre-commit/pre-commit.log
Error: Process completed with exit code 3.

Rad0van avatar Nov 25 '22 08:11 Rad0van

I see that pos_report_session_summary is not in the migration list, can someone add it ? I will take care of the migration from 14.0 to 15.0

Ricardoalso avatar Mar 20 '23 15:03 Ricardoalso