Showing posts with label odoo inventory. Show all posts
Showing posts with label odoo inventory. Show all posts

Friday 22 December 2017

Skip Quality Check for some products

Skip Quality Check for some products


Suppose your business have 3 steps receiving process. (Vendor -> Quality control -> Stock)


But in some of the cases you have some products that don't need to check quality. So in this case you want to configure your odoo like to skip quality check for some products.


This one you can do easily by configuring your warehouse default route.


- When you activate 3 step strategies for purchase in Odoo, the route will be created and assigned the warehouse.


So first you need to make the generic step route to product category specific.


To do follow the steps:


1) Make the warehouse route to product or product category specific (by removing warehouse field on route)


Uploaded by Awesome Screenshot Extension


2) Create another route like Supplier -> Stock . (tick apply on product and/or product category)


Uploaded by Awesome Screenshot Extension


3) Assign newly created Route to product/Product category, That's it...


Uploaded by Awesome Screenshot Extension


4) Also assign the 3 step route to 'All' category.


Uploaded by Awesome Screenshot Extension



..Enjoy..

Tuesday 27 June 2017

Use of different location type in Odoo

Vendor Location: Virtual location representing the source location for products coming from your vendors

- This is the locaction you can set on your vendor, may this will be generic or supplier specific.
- This location will be considered when you are purchase something, in your incoming recipt "Source Location Zone".


View: Virtual location used to create a hierarchical structures for your warehouse, aggregating its child locations ; can't directly contain products

Internal Location: Physical locations inside your own warehouses,

- They can be the loading and unloading area of your warehouse, a shelf or a department, etc.

Customer Location: Virtual location representing the destination location for products sent to your customers

Inventory Loss: Virtual location serving as counterpart for inventory operations used to correct stock levels (Physical inventories)

Procurement: Virtual location serving as temporary counterpart for procurement operations when the source (vendor or production) is not known yet. This location should be empty when the procurement scheduler has finished running.

Production: Virtual counterpart location for production operations: this location consumes the raw material and produces finished products

Transit Location: Counterpart location that should be used in inter-companies or inter-warehouses operations

The Virtual Locations are places that do not exist, but in which products can be placed when they are not physically in an inventory yet (or anymore). They come in handy when you want to place lost products out of your stock (in the Inventory loss), or when you want to take into account products that are on their way to your warehouse (Procurements).
(source from : odoo)