Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0] stock_storage_type : allow new product refactor #976

Open
jbaudoux opened this issue Jan 29, 2025 · 0 comments
Open

[16.0] stock_storage_type : allow new product refactor #976

jbaudoux opened this issue Jan 29, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@jbaudoux
Copy link
Contributor

During migration to v16, some refactoring was required as some concepts had been integrated in odoo.

To support more advanced decision for "allow new product", an "allow new product" had been added on the capacity.

Image

The standard "allow new product" on the storage category is not used.

This design forced to create several package types while conceptually it is still the same package type. Also you cannot express a proper condition based on what it being moved (like based on other product attribute or based on the quantity) as you are limited to the package type as unique condition.

I propose to drop that complexity on the capacity and use by default the odoo standard storage category "allow new product".
And then on the storage category, add a more advanced mode where you can define a storage category condition (like the storage location sequence condition) and an "allow new product".

cc @rousseldenis

@jbaudoux jbaudoux added the enhancement New feature or request label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant