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.
show either a wizard / pop up, maybe the one above is just a drop down, where all possible locations - LOST, OUT maybe someone from the res.partner model - are shown.
That's it the action is then a different task.
remarks
It involves a js event_listener which needs to be put on the first button. Maybe check the video odoo js example linked in the README first.
box_form.js needs to be refactored. It is not the best example which you should copy, but it works. Maybe try to understand it.
context
After creating a box, we want to be able to remove a box from the overview.
idea
Add a button and a wizard on the box overview screen, something like a "give box away" - button (name should maybe be changed)
ToDo
box_view-view (NOT the template). Callbox_view.xmlfrombox_created.xml#95res.partnermodel - are shown.That's it the action is then a different task.
remarks