Skip to content

Commit

Permalink
[IMP] stock_average_daily_sale: Improve profile view
Browse files Browse the repository at this point in the history
  • Loading branch information
rousseldenis committed Feb 16, 2023
1 parent 9d91e74 commit 3f982bd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions stock_average_daily_sale/views/abc_classification_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 3f982bd

Please sign in to comment.