Skip to content
Snippets Groups Projects
Unverified Commit 15a0f1ac authored by Fabrice Henrion's avatar Fabrice Henrion Committed by Martin Trigaux
Browse files

[IMP] stock_account: Usability stock accounting settings

It sounds better to call the "Accounting" section of the Inventory app settings
"Stock Accounting" considering it only concerns stock accounting and nothing else.

Closes #8095
parent 753c679c
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@
<field name="inherit_id" ref="stock.view_stock_config_settings"/>
<field name="arch" type="xml">
<xpath expr="//group[@name='traceability']" position="after">
<group string="Accounting">
<group string="Stock Accounting">
<field name="module_stock_landed_costs" widget="radio" on_change="onchange_landed_costs(module_stock_landed_costs)"/>
<field name="group_stock_inventory_valuation" widget="radio"/>
</group>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment