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

[12.0][IMP] purchase_landed_cost workflow #897

Closed

Commits on May 20, 2020

  1. [IMP] purchase_landed_cost: Workflow from PO and Pickings

    Improve workflow for Cost Distribution creation.
    
    - Add a 'cost_distribution_ok' field on Purchase Orders and Pickings
    to differentiate those who must be linked to a Cost Distribution
    
    - Add a button to create a new Cost Distribution from Purchase Orders
    and pickings (when 'cost_distribution_ok' is True)
    clementmbr committed May 20, 2020
    Configuration menu
    Copy the full SHA
    aed8bec View commit details
    Browse the repository at this point in the history
  2. [IMP] purchase_landed_cost: Filter PO and Pickings

    Filter Purchase Orders and Pickings by their related Cost Distribution
    state (with the filter 'Required Costs Dist.' if they are not related
    to any while they must be)
    clementmbr committed May 20, 2020
    Configuration menu
    Copy the full SHA
    3e028d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acd7986 View commit details
    Browse the repository at this point in the history
  4. [IMP] purchase_landed_cost: Import pickings 'assigned'

    Allow to import Pickings in state "assigned" (or "done") into a
    draft Cost Distribution (with a blocking message if the user try to
    update products costs with still undone pickings).
    clementmbr committed May 20, 2020
    Configuration menu
    Copy the full SHA
    36dc26f View commit details
    Browse the repository at this point in the history
  5. [FIX] purchase_landed_cost: Hide core landed_cost

    Hide the Configuration option of the core module 'stock_landed_cost'
    in order to avoid the user to install both OCA 'purchase_landed_cost'
    and Oddo core module.
    clementmbr committed May 20, 2020
    Configuration menu
    Copy the full SHA
    8c800d8 View commit details
    Browse the repository at this point in the history