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

[Alpha][13.0] Add stock_cubiscan #826

Merged
merged 15 commits into from
Mar 30, 2020
Merged

Commits on Mar 24, 2020

  1. Add stock_cubiscan

    p-tombez authored and guewen committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    76eccd3 View commit details
    Browse the repository at this point in the history
  2. [FIX] issues with stock_cubiscan

    * was using a link to product.template in the wizard instead of product.product
    * use product.packaging.type instead of the name of the packaging
    * update product_packaging_type from OCA
    * fix the numbe of digits of the volume
    gurneyalex authored and guewen committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    a485d34 View commit details
    Browse the repository at this point in the history
  3. temporarily disable failing test

    gurneyalex authored and guewen committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    5ef2e1d View commit details
    Browse the repository at this point in the history
  4. Add SSL support in cubiscan device

    damdam-s authored and guewen committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    575e06f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fee888 View commit details
    Browse the repository at this point in the history
  6. Add setuptools files

    guewen committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    a3850e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d1dd4a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Migrate stock_cubiscan to 13.0

    guewen committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    fe4e921 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e4cb57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d600588 View commit details
    Browse the repository at this point in the history
  4. Add readme's source

    guewen committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    6bd008e View commit details
    Browse the repository at this point in the history
  5. Add requirements

    guewen committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    8ab59c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90d4300 View commit details
    Browse the repository at this point in the history
  7. Fix flaky test in cubiscan measures

    The module product_packaging_type creates a packaging type "Default
    Type" with sequence 1. In the test, the "unit" is created with sequence
    1 too, which makes the ordering of the packagings in the test
    "test_cubiscan_measures" undeterministic.
    
    Note: "unit" should not be a packaging type, although the wizard should
    allow to change the width, length and weight of the product too.
    guewen committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    2bbee6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f9a146a View commit details
    Browse the repository at this point in the history