Skip to content

Commit

Permalink
[REF] grap_change_views_product : Do not display price_per_unit field
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Jan 9, 2024
1 parent 1d25c0f commit 2473da0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="volume"/>
<field name="net_weight"/>
<field name="weight"/>
<field name="price_per_unit" widget="monetary" options="{'currency_field': 'currency_id'}" attrs="{'invisible': [('price_per_unit', '=', 0)]}"/>
<field name="preparation_categ_id" groups="sale_recovery_moment.recovery_user"/>
</group>
<group string="Print Options">
Expand Down

0 comments on commit 2473da0

Please sign in to comment.