update css

This commit is contained in:
ivan deng
2018-04-30 02:22:23 +08:00
parent 066fcd59ef
commit 1c216f92d5

View File

@@ -7,7 +7,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<form string="odooApp Customize Settings" class="oe_form_configuration"> <form string="odooApp Customize Settings" class="oe_form_configuration">
<header> <header>
<button string="Apply" type="object" name="execute" class="oe_highlight"/> <button string="Apply" type="object" name="execute" class="oe_highlight mb4"/>
<button string="Cancel" type="object" name="cancel" class="oe_link" special="cancel"/> <button string="Cancel" type="object" name="cancel" class="oe_link" special="cancel"/>
</header> </header>
<separator string="White Label Setting"/> <separator string="White Label Setting"/>
@@ -96,48 +96,48 @@
<label string="Sales"/> <label string="Sales"/>
<div> <div>
<button string="Delete All Sales Order" type="object" name="remove_sales" <button string="Delete All Sales Order" type="object" name="remove_sales"
confirm="Please confirm to delete the select data?" class="oe_highlight"/> confirm="Please confirm to delete the select data?" class="oe_highlight mb4"/>
</div> </div>
<label string="POS"/> <label string="POS"/>
<div> <div>
<button string="Delete All POS Order" type="object" name="remove_pos" confirm="Please confirm to delete the select data?" class="oe_highlight"/> <button string="Delete All POS Order" type="object" name="remove_pos" confirm="Please confirm to delete the select data?" class="oe_highlight mb4"/>
</div> </div>
<label string="Purchase"/> <label string="Purchase"/>
<div> <div>
<button string="Delete All Purchase Order and Requisition" type="object" name="remove_purchase" <button string="Delete All Purchase Order and Requisition" type="object" name="remove_purchase"
confirm="Please confirm to delete the select data?" class="oe_highlight"/> confirm="Please confirm to delete the select data?" class="oe_highlight mb4"/>
</div> </div>
<label string="MRP"/> <label string="MRP"/>
<div> <div>
<button string="Delete All Manufacturing Order" type="object" name="remove_mrp" <button string="Delete All Manufacturing Order" type="object" name="remove_mrp"
confirm="Please confirm to delete the select data?" class="oe_highlight"/> confirm="Please confirm to delete the select data?" class="oe_highlight mb4"/>
| |
<button string="Delete All BOM" type="object" name="remove_mrp_bom" <button string="Delete All BOM" type="object" name="remove_mrp_bom"
confirm="Please confirm to delete the select data?" class="oe_highlight"/> confirm="Please confirm to delete the select data?" class="oe_highlight mb4"/>
</div> </div>
<label string="Inventory"/> <label string="Inventory"/>
<div> <div>
<button string="Delete All Move/Picking/Package/Lot" type="object" name="remove_inventory" <button string="Delete All Move/Picking/Package/Lot" type="object" name="remove_inventory"
confirm="Please confirm to delete the select data?" class="oe_highlight"/> confirm="Please confirm to delete the select data?" class="oe_highlight mb4"/>
</div> </div>
<label string="Accounting"/> <label string="Accounting"/>
<div> <div>
<button string="Delete All Voucher/Invoice/Bill" type="object" name="remove_account" <button string="Delete All Voucher/Invoice/Bill" type="object" name="remove_account"
confirm="Please confirm to delete the select data?" class="oe_highlight"/> confirm="Please confirm to delete the select data?" class="oe_highlight mb4"/>
</div> </div>
<label string="Base Models"/> <label string="Base Models"/>
<div> <div>
<button string="Delete All Product" type="object" name="remove_product" <button string="Delete All Product" type="object" name="remove_product"
confirm="Please confirm to delete the select data?" class="oe_highlight"/> confirm="Please confirm to delete the select data?" class="oe_highlight mb4"/>
| |
<button string="Delete All Product Attribute" type="object" name="remove_product_attribute" <button string="Delete All Product Attribute" type="object" name="remove_product_attribute"
confirm="Please confirm to delete the select data?" class="oe_highlight"/> confirm="Please confirm to delete the select data?" class="oe_highlight mb4"/>
| |
<button string="Delete All Message" type="object" name="remove_message" <button string="Delete All Message" type="object" name="remove_message"
confirm="Please confirm to delete the select data?" class="oe_highlight"/> confirm="Please confirm to delete the select data?" class="oe_highlight mb4"/>
| |
<button string="Delete All Workflow" type="object" name="remove_workflow" <button string="Delete All Workflow" type="object" name="remove_workflow"
confirm="Please confirm to delete the select data?" class="oe_highlight"/> confirm="Please confirm to delete the select data?" class="oe_highlight mb4"/>
</div> </div>
</group> </group>
</form> </form>