Skip to content

Commit

Permalink
[IMP] Revising product type documentation
Browse files Browse the repository at this point in the history
[IMP] Product type doc
  • Loading branch information
benderliz committed Nov 18, 2024
1 parent f238e72 commit 4201caa
Show file tree
Hide file tree
Showing 9 changed files with 147 additions and 186 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ $(HTML_BUILD_DIR)/_static/style.css: extensions/odoo_theme/static/style.scss ext

#=== Development and debugging rules ===#

fast: SPHINXOPTS += -A collapse_menu=True
fast: html
fast:
@echo "Starting fast build with shallow menu..."
$(SPHINX_BUILD) -c $(CONFIG_DIR) -b html $(SPHINXOPTS) $(SOURCE_DIR) $(HTML_BUILD_DIR)
@echo "Fast build finished."

static: $(HTML_BUILD_DIR)/_static/style.css
cp -r extensions/odoo_theme/static/* $(HTML_BUILD_DIR)/_static/
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ inventory turnover, and identifying any discrepancies in inventory.
The reporting feature is only accessible to users with :doc:`admin access
<../../../../general/users/access_rights>`.

To access the stock report, go to :menuselection:`Inventory app --> Reporting --> Moves History`.
To access the moves history report, go to
:menuselection:`Inventory app --> Reporting --> Moves History`.

.. image:: moves_history/moves-history.png
:align: center
Expand Down

0 comments on commit 4201caa

Please sign in to comment.