This repository was archived by the owner on Aug 4, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Remove box button #96
Copy link
Copy link
Open
Labels
feature/outgoing donationAll tasks related to the process of outgoing donations like picking and delivery notesAll tasks related to the process of outgoing donations like picking and delivery notesviewshtml css and bootstrap are mainly neededhtml css and bootstrap are mainly needed
Description
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
- add a button in the
box_view-view (NOT the template). Callbox_view.xmlfrombox_created.xml#95 - 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.partnermodel - 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature/outgoing donationAll tasks related to the process of outgoing donations like picking and delivery notesAll tasks related to the process of outgoing donations like picking and delivery notesviewshtml css and bootstrap are mainly neededhtml css and bootstrap are mainly needed