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

[WIP][13.0] mig stock scanner #222

Closed
wants to merge 42 commits into from
Closed

Conversation

fmdl
Copy link

@fmdl fmdl commented Nov 2, 2019

No description provided.

@oca-clabot
Copy link

Hey @fmdl, thank you for your Pull Request.

It looks like some users haven't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement here: http://odoo-community.org/page/cla
Here is a list of the users:

Appreciation of efforts,
OCA CLAbot

@pedrobaeza pedrobaeza added this to the 13.0 milestone Nov 4, 2019
@OCA-git-bot OCA-git-bot mentioned this pull request Nov 4, 2019
9 tasks
Sylvain GARANCHER and others added 27 commits April 14, 2020 17:03
…69d61'

git-subtree-dir: stock_scanner
git-subtree-mainline: ca2b48d
git-subtree-split: 607ce95
…ons, in addition to the current working directory
when the number of elements to display is long, the
'Selected' display is written on top of the last element.
This makes selecting the last element of the string difficult
because the label can be completely hidden from view.

This fixes the issue by reserving the last line for the Selection
display.
With the new API migration, some changes were not applied in the script
- The read method now always returns a list (even on a single id)
- The context argument is now at the end, so we need to add the load
    argument when not using named arguments
While writing the missing unit tests, some minor bugs were fixed.
…hen some data is wrong in the scenario files
…alues

This allows to access the temporary values by using 'json_tmp_valX',
     which will automatically (de)serialize the data. This is useful to
     store complex data structures in the temporary values, without
     having to manually do the serialization in the scenario's code.
change __openerp__.py to __manifest__.py
* migrate Login / Logout scenario to use tmp_values
* rewrite the helper properties to store these values in the
  serialized fields tmp_values
* add a computed field to display the tmp_values in a table in
  the hardware form view.
Chris Tribbeck and others added 15 commits April 14, 2020 17:03
…A#134)

Added mangement for steps and transitions having identical names and fixed XML ID file naming
This is a fix that avoid error on install when
comapny name has changed
The value of the user's `password` field is encrypted if `auth_crypt` is installed, so that would make this test fail.

The password is always going to be "demo" anyways, so I just hardcode it here to make the test pass in integrated environments.

Notice that this is the common usage, and in fact this same file uses it in other places, both [to test it fails][1] and [to test it works][2].

[1]: https://github.com/OCA/stock-logistics-barcode/blob/d432b52538c9b9ddb35c05ade7bb9dec5ccc1c51/stock_scanner/tests/test_stock_scanner.py#L217
[2]: https://github.com/OCA/stock-logistics-barcode/blob/d432b52538c9b9ddb35c05ade7bb9dec5ccc1c51/stock_scanner/tests/test_stock_scanner.py#L272
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: stock-logistics-barcode-12.0/stock-logistics-barcode-12.0-stock_scanner
Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-barcode-12-0/stock-logistics-barcode-12-0-stock_scanner/
@fmdl
Copy link
Author

fmdl commented Apr 14, 2020

cc @ctr-subteno-it

@fmdl fmdl closed this Aug 8, 2020
@fmdl fmdl reopened this Jun 16, 2021
@rousseldenis
Copy link
Sponsor Contributor

@fmdl

@github-actions
Copy link

github-actions bot commented Nov 6, 2022

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Nov 6, 2022
@github-actions github-actions bot closed this Dec 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

Successfully merging this pull request may close these issues.