You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2020. It is now read-only.
Extra information about the contents of a box can be very valuable. For example, it would be good to know if all items in a Box are of the same color before one needs to open it. Until now this is only possible through comments.
Idea
We want to add tags to Boxes / Packages like "all new" or "all blue". This should be a Many2Many Field for stock.quant.package.
ToDos
Create a tag field in the package form.
Create a model and simple wizard to create tags.
Additional information:
This is a standard odoo development process and was done before. You might want to check www.odoo-code-search.com. Maybe such a module already exists.
If you install the project module, there are already this kind of tags.
context
Extra information about the contents of a box can be very valuable. For example, it would be good to know if all items in a Box are of the same color before one needs to open it. Until now this is only possible through comments.
Idea
We want to add tags to Boxes / Packages like "all new" or "all blue". This should be a Many2Many Field for
stock.quant.package.ToDos
Additional information:
This is a standard odoo development process and was done before. You might want to check www.odoo-code-search.com. Maybe such a module already exists.
If you install the project module, there are already this kind of tags.