[IMP]Purchase:Add group tag in purchase

bzr revid: tch@tinyerp.com-20120619084532-g5nbywx9132ygywu
This commit is contained in:
Twinkle (OpenERP) 2012-06-19 14:15:32 +05:30
parent 5db031806b
commit 26ef8c33e2
2 changed files with 8 additions and 3 deletions

View File

@ -13,7 +13,9 @@
<header>
<button name="makeInvoices" string="Confirm" type="object" icon="gtk-ok" class="oe_form_button_active_flow"/>
</header>
<label string="Do you want to generate the supplier invoices?"/>
<group>
<label string="Do you want to generate the supplier invoices?"/>
</group>
</form>
</field>
</record>

View File

@ -10,8 +10,9 @@
<header>
<button name="merge_orders" string="Merge orders" type="object" icon="gtk-convert" class="oe_form_button_active_flow"/>
</header>
<separator string="Are you sure you want to merge these orders?"/>
<label string="
<group>
<separator string="Are you sure you want to merge these orders?"/>
<label string="
Please note that: &#10; &#10;
Orders will only be merged if: &#10;
* Purchase Orders are in draft &#10;
@ -20,6 +21,8 @@ Orders will only be merged if: &#10;
Lines will only be merged if: &#10;
* Order lines are exactly the same except for the product,quantity and unit &#10;
" colspan="4"/>
</group>
</form>
</field>
</record>