We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6baca4 commit 32604adCopy full SHA for 32604ad
product_prices/wizard.xml
@@ -6,13 +6,18 @@
6
<field name="model">product.prices</field>
7
<field name="arch" type="xml">
8
<form string="Set values">
9
- <p>Enter value in %:
+ <group string="Enter markup value in %:">
10
<field name="markup" string='Markup' required='1'/>
11
- </p>
+ </group>
12
<footer>
13
<button name="set_prices" string="Set prices" type="object" class="btn-primary"/>
14
<button string="Cancel" class="btn-default" special="cancel"/>
15
</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>
21
</form>
22
</field>
23
</record>
0 commit comments