Changes in quants in Odoo 11 , 12 - odoo

Up to Odoo 10, I used Quants fields inventory_value, cost in some of my reports to calculate purchase cost, etc.... and also I used quants relation to moves in some cases.
Now as I started working with Odoo 12 I see that there are no relations from stock.quant to stock.move and stock_quant_move_rel table is gone.
As I can see, now I can not even check inventory value in Odoo 12?
So maybe can someone explain these changes that were made, and how is workflow is changed, because I'm a little bit lost now.

In inventory there is inventory valuation menu under reporting you can check inventory value product wise or In product template you can check quantity on hand to check stock quant.

Related

Purchase in point of sale odoo 14

I want to use Point of Sale odoo 14 community version. I want to know how i can handle purchase using POS so, qty to be sale update auto?
In product what is purpose of Can be Purchased. How i can made purchase?
First I will give second question's answer.
Can be sold: If it is checked, you will be able to select the product in the Sales Order Lines
Can be purchased: If it is checked, you will be able to select the product in the Purchase Order Lines
So you want to handle your purchases in POS so my answer is NO, YOU CAN NOT without doing customization or by using third party module example

How to revaluate done inventory in odoo 10.0

I am using odoo community version 10.0 edition
I have done opening stock for financial year april 2018
now today it seems some changes for some products related unit price so I want to update it
I have changed cost price from product form view and again generate report for opening stock of april 2018 by going to the following menu sequence
Inventory -> Inventory at date
But no effects
How can I do that ?
Probably you are in doing the periodic inventory valuation entry, Right? If yes then you may have to record entries before change the product qty to get accurate report.

Automated action to update the qty in hand instead of forecast qty

We are working on several Sales Platform (e.g. Prime Minister, Ebay) that generate an excel to import in our Odoo 11 SAAS server.
As there are hundred of orders, we created an automated action to update the quote to sale after importing from excel.
At that point I am able to search the action for confirming the sales in a odoo studio video.
How to update the qty on hand or change the done qty for the product and delivery?
We searched for days and still didn't get a clear answer.
As you confirmed the sale order by your program, forecasted qty will be decreased. Now on hand qty will be updated when you will process the delivery orders for that.

Odoo product quantity remaing the same after making an order in POS

Why doesn't the product quantity/inventory reduce in Odoo when you make a sale in Odoo POS system?
I had 5 units in inventory, I made a sale of 5 units. I checked back, and they were still 5. How do I ensure the product moves after selling it?
You can find the solution on this link
Odoo 11 POS 'sales do not decrease products ' stock
Install the warehouse restriction module and on the user profile, under "preference" tab, add the "delivery" operation on the "Default Warehouse Operations" field.

How to set custom price for products on the basis of quantity in shopify?

Greetings.
I am working on a eCommerce website based on shopify. And for product I want to set a custom price. For example, The standard price of product is $500 but price will vary if user increased the quantity i.e. On 5 - 10 it will cost $450, On 11 - 15 it will cost $400 and on 20+ quantity it will cost $300.
I have searched module for this and also found a module i.e. https://apps.shopify.com/quantity-breaks. But its working on the basis of "Percent" that I don't need. Because I want to place price manually on the basis of quantity.
So please help me out from this and provide your valuable thoughts on the same.
Thanks in advance.
The way this is generally done in Shopify is to create variants where the option values are the price breaks. You have to modify your theme so that when a Qty > price break is entered the product page selects the variant that corresponds to that price level.
Other than the coding portion of this the main issue becomes inventory management since Shopify treats each variant as a separate inventory item but if you use variants to manage price breaks they are not actually separate items.
I think the easiest way to do this would be with a Shopify App. There are many that have price breaks etc. and they are usually easier to set up than using variants as the price break amounts.