This commit is contained in:
ivan deng
2021-03-31 23:22:03 +08:00
parent 80694643e5
commit fd0ff186ec
3 changed files with 27 additions and 4 deletions

View File

@@ -143,8 +143,10 @@
confirm="Please confirm to delete the select data?" class="oe_highlight"/>
</div>
<div class="col-12 col-lg-12 mb4">
<span class="col-3 col-lg-2 text-left">Accounting</span>
<span class="fa fa-lg fa-building-o" title="Values set here are company-specific." groups="base.group_multi_company"/>
<span class="col-3 col-lg-2 text-left">
Accounting
<span class="fa fa-lg fa-building-o" title="Values set here are company-specific." groups="base.group_multi_company"/>
</span>
<button string="Delete All Voucher/Invoice/Bill" type="object" name="remove_account"
confirm="Please confirm to delete the select data?" class="oe_highlight"/>
|