Opening and closing stock in Odoo 11 - odoo

I need a report of Opening and closing balance of the stock. So for that from the Inventory where will I get the value ? If anybody knows can you please comment or answer here ? I'm looking for Odoo 11.

You can use Stock Valuation report for this. This menu is located under Inventory>Report>Inventory Valuation. You can select date and compute stock valuation till that date, so inventory until previous date can be your opening and current inventory be your closing value.

Related

Prestashop - how do we can check the date/time when product came back in stock

I am working on a Prestashop website. where i need to check when the procust came in stock. so i can proceed further.
e.g.
Product name is "Black shirt" and is currently out of stock.
"Black shirt" now came in stock on the date 22-march-2021. is there any way i can get date( 22-march-2021) when "Black shirt" came in stock last time.
when it will be out of stock in future. and came back in stock again. let's say it will be back in stock on date "10-may-2021". then i need to get the date "10-may-2021".
In case of any suggestion, feel free to share.
Thanks

Changes in quants in Odoo 11 , 12

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.

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.

[8.0]Why does the PURCHASE ANALYSIS in REPORTING show incorrect price amounts.?

ODOO ver8.0
Purchase analysis is showing incorrect values, as well as other reporting like sales.etc the price doesnt display correctly.
Because in purchase order report price will be converted to company
currency first by applying currency rate of the purchase order date.
If you want to check the query for purchase order report, you can refer this view view purchase_report or you can see the code for that in
purchase => report => purchase_report.py file.
SOLUTION
For all those having same problems, you need to go to currencies under ACCOUNTING -> MISC
-- and then add 1.000 to the rate above the existing rate. Somehow reporting starts to show the correct currency. Thanks guys

Openerp - Show discount calculated from price list in quotation/invoice report

Is there a way to show discounts calculated from pricelist in the quotation and invoice reports ?
I know there is a module to give a discount manually on an order line, but i can't find a way to show discounts from pricelist.
Thank you for your help
By using product_visible_discount, you just have to add another pricelist with a negatif value. And check the visible_discount option on that pricelist.