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

[8.0] Several improvements on stock_quant_packages_moving_wizard #1345

Open
wants to merge 3 commits into
base: 8.0
Choose a base branch
from

Commits on Feb 2, 2017

  1. Add a test to show that the stock.quant.package.move wizard doesn't work

    Use reserved_quant_ids in stock.move instead of quant_ids
    Add prepare method for stock move creation and add origin field by default
    Use 'fields_list' instead of 'fields' argument in default_get to avoid confusion with "fields" from "from openerp import fields"
    Add visible button on form view of stock.quant and stock.quant.package
    Block selection of destination location = source location in wizard
    Rename 'Source Location' to 'Current Location' in wizard (and other string improvements)
    Use related field for source location instead of onchange
    Give access to button "move quant" on stock.quant even if not in group stock.group_tracking_lot (but keep it for the button on stock.quant.package)
    Display moved quants after execution of the stock.quants.move wizard
    alexis-via committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    da8664b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. Fix access right issue on stock.quant

    Fix missing source_loc field when the line of the wizard is generated by default_get()
    alexis-via committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    3a9a879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d1fb8a View commit details
    Browse the repository at this point in the history