Item Default Income and Expense Account Fields Missing on Item Form

Based on the documentation, I should be able to control the default accounts for expense and income on a per item basis: Item however, they are not available in the Item form.

frappe@283b5e8e6bd1:~/bench$ bench --version
4.1.0
frappe@283b5e8e6bd1:~/bench$ bench version
erpnext 11.1.4
frappe 11.1.4
frappe@283b5e8e6bd1:~/bench$ wkhtmltopdf --version
wkhtmltopdf 0.12.3 (with patched qt)

I am not sure if there is a setting I am missing. Checked the DocTypes and Item does not contain these fields, but the child doctype ItemDefaults does exist in the system. Just not showing on the Item Form. I searched the documentation and this forum, but could not find any leads on this one. Any assistance would be greatly appreciated.

They moved it to the child table on the Item in v11. Check under SALES,PURCHASE,ACCOUNTING DEFAULTS section. When you add a row, click the arrow/carrot at the end and you’ll see the options for defaults there.

@charlie-cook Brilliant, thank you very much and I must have missed that in the release notes. I greatly appreciate the tip and the quick response.