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 has been 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.
The text was updated successfully, but these errors were encountered:
Context
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.ToDos
-
<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 their.config_parameter
model.The text was updated successfully, but these errors were encountered: