-
Notifications
You must be signed in to change notification settings - Fork 10.1k
[MOV] inventory: group inventory adjustment docs together #8203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
3b31fb3
to
e174737
Compare
@odoo/inventory-doc-review Hello! This PR requires a different kind of review this time. I didn't change any files-- only moved inventory adjustment docs into its own section, so you don't need to review for content. Please let me know if you have any suggestions for doc structure:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Felicious, I've finished my "review" of this restructure PR. I think it looks great! The docs that you placed under the new Inventory Adjustments section are the ones I would have picked too -- I don't think there's any others I'd place under there for now, after looking. Plus it opens up the possibility of adding new related docs under there in the future.
I think the names are fitting, and everything looks good to me. I'm approving this for the next round, if you need any help or more input let me know! Thanks 👍
Hi @ksc-odoo, @StraubCreative, and @jcs-odoo! I'm thinking of moving these inventory adjustment docs to their own section. What do you all think? (: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Felicious -- seems good to me 👍 feel free to tag this for Tech Review whenever you get a chance. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Felicious, nice job with this refactoring PR! I have a suggestion to further improve the structure. In this PR's current state, there is are duplicate "Inventory adjustments" because count_products.rst
is titled "Inventory adjustments".

I am suggesting to move the content within count_products.rst
to inventory_adjustment.rst
TOC file.

Doing so will simplify the directory structure and reduce the amount of clicks it takes the user to access the content.
If you choose to implement this suggestion, the count_products.rst
redirect will need to be updated, the inventory_adjustment.rst
TOC file will need meta tag updates, and any :doc: references.
remove
:no-search:
and add:show-content:
meta tag
Thank you and let me know your thoughts!
Hi :) Good idea. The commit message and PR title should rather have the tag MOV instead of REF. Cheers :) |
e174737
to
8efb2b1
Compare
8efb2b1
to
129e6aa
Compare
129e6aa
to
8f836db
Compare
Hi @samueljlieber ! Thank you for the suggestions to improve the searchability of the docs during your first review. This PR is ready for you to take another look at (: So, it turns out, I misunderstood @cru-odoo a little-- she meant that she wanted all of the inventory adjustments grouped together, but they don't need to have their own, named section. So, I made the necessary adjustments to the redirects.txt and folders. Let me know what you think! (: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Felicious, glad you were able to work with CRU to revise this PR. Everything looks good except for two small things in the redirect file. Can you tag me for one more quick look after these are addressed, thank you!
redirects/16.0.txt
Outdated
applications/inventory_and_mrp/inventory/management/lots_serial_numbers.rst applications/inventory_and_mrp/inventory/product_management/product_tracking.rst # /inventory_and_mrp/inventory/management/lots_serial_numbers -> /inventory_and_mrp/inventory/product_management/product_tracking | ||
applications/inventory_and_mrp/inventory/management/lots_serial_numbers/differences.rst applications/inventory_and_mrp/inventory/product_management/product_tracking/differences.rst # /inventory_and_mrp/inventory/management/lots_serial_numbers/* -> /inventory_and_mrp/inventory/product_management/product_tracking/* | ||
applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers.rst applications/inventory_and_mrp/inventory/product_management/product_tracking/serial_numbers.rst # /inventory_and_mrp/inventory/management/lots_serial_numbers/* -> /inventory_and_mrp/inventory/product_management/product_tracking/* | ||
applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots.rst applications/inventory_and_mrp/inventory/product_management/product_tracking/lots.rst # /inventory_and_mrp/inventory/management/lots_serial_numbers/* -> /inventory_and_mrp/inventory/product_management/product_tracking/* | ||
applications/inventory_and_mrp/inventory/management/lots_serial_numbers/expiration_dates.rst applications/inventory_and_mrp/inventory/product_management/product_tracking/expiration_dates.rst # /inventory_and_mrp/inventory/management/lots_serial_numbers/* -> /inventory_and_mrp/inventory/product_management/product_tracking/* | ||
applications/inventory_and_mrp/inventory/management/inventory_adjustments.rst applications/inventory_and_mrp/inventory/warehouses_storage/inventory_management/count_products.rst # /inventory_and_mrp/inventory/management/inventory_adjustments -> /inventory_and_mrp/inventory/warehouses_storage/inventory_management/count_products | ||
applications/inventory_and_mrp/inventory/management/inventory_adjustments/count_products.rst applications/inventory_and_mrp/inventory/warehouses_storage/inventory_management/count_products.rst # /inventory_and_mrp/inventory/management/inventory_adjustments/count_products -> /inventory_and_mrp/inventory/warehouses_storage/inventory_management/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why you removed the existing redirect for count_products.rst
, please revert this so if any links to the old file location exist, the user is properly redirected :)
applications/inventory_and_mrp/inventory/management/inventory_adjustments/count_products.rst applications/inventory_and_mrp/inventory/warehouses_storage/inventory_management/count_products.rst # /inventory_and_mrp/inventory/management/inventory_adjustments/count_products -> /inventory_and_mrp/inventory/warehouses_storage/inventory_management/*
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you SO much for catching this, Sam! I got confused by the long paths when moving things around. Definitely did NOT intend to remove this line. Thank you SOSOSO much, again!
ddeed08
to
65ef784
Compare
Appreciate your help with this so much, @samueljlieber ! Thank you for catching that redirect link. I applied your suggestions and restored the previous link. It's ready for another look! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Felicious, I am approving and pushing up a quick fix to the redirects.txt file, there was another small change you had on lines 66-67 that was causing a diff in those lines :).
I will merge shortly after pushing up 👍
..
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
65ef784
to
646bf77
Compare
@robodoo r+ |
closes #8203 Signed-off-by: Samuel Lieber (sali) <sali@odoo.com> Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
Forward-porting to 'master' (from #8629). |
Forward-porting to 'master' (from #8630). |
Summary of changes
Reviewers
FWport
Yes, all the way to master !