-
- Downloads
[FIX] stock_account: change standard price
When MRP and Product Extended are installed: - Define a manufactured product with valuation as 'Periodic (manual)' - On the product form, click on "Compute from BOM" Several issues: - The field "Counter-Part Account" is mandatory - Account moves are posted although the product valuation is 'Periodic (manual)' The problem is that the wizard is originally used for products with valuation 'Perpetual (automated)', where this behavior makes sense. In this use case, however, it's an issue. Making the field not mandatory is not possible without an upgrade of the module, so this will have to be fixed in master branch. Regarding the creation of account moves, however, this commit solves it. opw-697867
Loading
Please register or sign in to comment