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

[FIX] allow_negative_stock field visibility in product form view #1766

Open
wants to merge 1 commit into
base: 18.0
Choose a base branch
from

Conversation

moaadbourhim
Copy link
Contributor

In Odoo v18, the handling of trackable (storable) products has been updated. This PR modifies the condition for displaying the allow_negative_stock field in the product.template form view.

Before Update:
The form view of product.template before applying the update:
Screenshot from 2024-11-15 14-56-40

After Update:
The form view of product.template after applying the update:
Screenshot from 2024-11-15 14-55-27

@rousseldenis
Copy link
Contributor

@moaadbourhim Thanks for this.

In fact, this is not a migration but a fix.

Could you reword your commit to [FIX] ... and PR's title accordingly ?

@moaadbourhim moaadbourhim changed the title [MIG] stock_no_negative: Migration to 18.0 [FIX] allow_negative_stock field visibility in product form view Nov 15, 2024
@moaadbourhim
Copy link
Contributor Author

@rousseldenis Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants