콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
5493 화면

Hi guys,

We just set up our odoo ERP system and the guy supporting us is currently in vacation.  As a result, we need to deal with odoo all by ourselves now.

A problem showed up when we are trying to generate a inventory report, we can only see those item with positive or even negative quantity and it hides those item that we now do not have any in the warehouse.  We are wondering if that is simply a configeration problem.

Also, we do not know the version of the odoo we are using, please also show me how to find it, if that is necessary for the solution.

Best regards

Leo


아바타
취소
베스트 답변

Hi Leo,

The Inventory Report will always shows the locations that have -VE or +VE stock quantity for the product. You cannot show all the locations for the product that does not have stock.

And it does not make any sense to show such data with 0 qty. If you really need that, you need to customize the functionality.

Let me know if I can help you with in any way.


Sudhir Arya

ERP Harbor Consulting Services
In the Top 5 Position in Odoo Community Forum
Skype: sudhir@erpharbor.com

Website: http://www.erpharbor.com




아바타
취소
베스트 답변


In stock_account module there is written action  product_valuation_action and a domain passed 

<field name="domain">[('type', '=', 'product'), ('qty_available', '!=', 0)]</field>​
if you remove that domain for qty_available it will show for all products with 0 as well.
<field name="domain">[('type', '=', 'product')]</field>​


아바타
취소
관련 게시물 답글 화면 활동
1
8월 23
2385
2
5월 23
1865
1
3월 23
1731
0
8월 24
1670
1
7월 23
1791