Skip to content

Commit 32604ad

Browse files
author
ilyasProgrammer
committed
new module product_prices
1 parent b6baca4 commit 32604ad

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

product_prices/wizard.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@
66
<field name="model">product.prices</field>
77
<field name="arch" type="xml">
88
<form string="Set values">
9-
<p>Enter value in %:
9+
<group string="Enter markup value in %:">
1010
<field name="markup" string='Markup' required='1'/>
11-
</p>
11+
</group>
1212
<footer>
1313
<button name="set_prices" string="Set prices" type="object" class="btn-primary"/>
1414
<button string="Cancel" class="btn-default" special="cancel"/>
1515
</footer>
16+
<pre class="oe_grey">
17+
New price = Cost * Markup %
18+
Example : Markup = 10 %
19+
New price = 100$ * (1+10/100) = 110$
20+
</pre>
1621
</form>
1722
</field>
1823
</record>

0 commit comments

Comments
 (0)