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.
It is hard to access a the "make a box"- form from the backend in dev-setup. You have to know the boxnumber and the database id and then type it in the address line in your browser.
Idea
Create an action in the stock.quant.package - form view which is just a hyperlink to the frontend.
The action should contain a hyperlink to either
- <web.base.url>/box/<boxref>/edit if Box is empty or
- <web.base.url>/box/<boxref> if Box is already filed.
Remarks
<web.base.url> is a system parameter of the ir.config_parameter model.