-
-
Notifications
You must be signed in to change notification settings - Fork 733
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] account_move_line_stock_info: Migration to 17.0
* Minor adjustments * Attrs substitution * Readme update * Add the journal items to the simlified operations form view Co-authored-by: stefan@opener.amsterdam
- Loading branch information
1 parent
9434c31
commit 6a27fe2
Showing
8 changed files
with
83 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
- The stock manager can check the journal items by accessing to | ||
'Inventory \> Reports \> Stock moves'. | ||
- A user belonging to the group 'Show Full Accounting Features' can | ||
review the details of a move that is associated to a journal item | ||
through 'Invoicing \> Accounting \> Journal Entries (or Journal | ||
items)'. | ||
- A user that has access to the inventory app plus at least readonly access to | ||
the accounting features can view the stock move of each journal item or | ||
journal entry as a column of the journal item tree view. It is hidden by | ||
default. The field is also visible on the journal item form view. | ||
- Similarly, a user that has access to both the accounting app and the inventory | ||
app can inspect the journal items related to a stock move by clicking on the | ||
operations of a validated transfer. This will open the simplified form view | ||
of the stock move. If there are any related (valuation) journal items, they | ||
will be visible under the operation detail lines. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters