mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[IMP] stock_average_daily_sale: Improve profile view
This commit is contained in:
committed by
twalter-c2c
parent
bc6e262a84
commit
77f2b6bf05
@@ -12,9 +12,11 @@
|
||||
ref="product_abc_classification.abc_classification_profile_form_view"
|
||||
/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="level_ids" position="after">
|
||||
<field name="stock_average_daily_sale_config_ids" />
|
||||
</field>
|
||||
<page name="levels" position="after">
|
||||
<page name="average_daily_sale" string="Average Daily Sale">
|
||||
<field name="stock_average_daily_sale_config_ids" nolabel="1" />
|
||||
</page>
|
||||
</page>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user