[IMP] Give reference name of div and h2 tags

This commit is contained in:
Haresh Chavda 2018-06-18 14:53:21 +05:30
parent 921d871a52
commit 1086da4650
4 changed files with 11 additions and 11 deletions

View File

@ -98,7 +98,7 @@
</div>
</div>
</div>
<div class="col-xs-12 col-md-6 o_setting_box" title="Select this if the taxes should use cash basis, which will create an entry for such taxes on a given account during reconciliation." groups="account.group_account_user">
<div class="col-xs-12 col-md-6 o_setting_box" id='tax_exigibility_setting' title="Select this if the taxes should use cash basis, which will create an entry for such taxes on a given account during reconciliation." groups="account.group_account_user">
<div class="o_setting_left_pane">
<field name="tax_exigibility"/>
</div>
@ -200,7 +200,7 @@
</div>
</div>
</div>
<h2>Analytics</h2>
<h2 name="analytics">Analytics</h2>
<div class="row mt16 o_settings_container" id="analytic">
<div class="col-xs-12 col-md-6 o_setting_box" title="Allows you to use the analytic accounting." groups="account.group_account_user">
<div class="o_setting_left_pane">
@ -249,7 +249,7 @@
</div>
</div>
</div>
<h2>Invoices</h2>
<h2 name="invoices">Invoices</h2>
<div class="row mt16 o_settings_container" id="invoicing_settings">
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">
@ -279,7 +279,7 @@
</div>
</div>
</div>
<h2 groups="account.group_account_user">Automated Entries</h2>
<h2 groups="account.group_account_user" name="automated_entries">Automated Entries</h2>
<div class="row mt16 o_settings_container" id="recommended_apps" groups="account.group_account_user">
<div class="col-xs-12 col-md-6 o_setting_box" id="asset_types" title="This allows you to manage the assets owned by a company or a person. It keeps track of the depreciation occurred on those assets, and creates account move for those depreciation lines.">
<div class="o_setting_left_pane">

View File

@ -103,7 +103,7 @@
</div>
</div>
</div>
<h2>Integrations</h2>
<h2 name="integrations_info">Integrations</h2>
<div class="row mt16 o_settings_container" name="integration">
<div class="col-xs-12 col-md-6 o_setting_box">
<div class="o_setting_left_pane">

View File

@ -132,8 +132,8 @@
</div>
</div>
</div>
<h2 class="mt32">Warehouse</h2>
<div class="row mt16 o_settings_container">
<h2 class="mt32" name="warehouse_info">Warehouse</h2>
<div class="row mt16 o_settings_container" id="warehouse">
<div class="col-xs-12 col-md-6 o_setting_box" title="Store products in specific locations of your warehouse (e.g. bins, racks) and to track inventory accordingly.">
<div class="o_setting_left_pane">
<field name="group_stock_multi_locations"/>
@ -184,8 +184,8 @@
</div>
</div>
</div>
<h2 id="schedule_info">Advanced Scheduling</h2>
<div class="row mt16 o_settings_container">
<h2 id="schedule_info">"Advanced Scheduling"</h2>
<div class="row mt16 o_settings_container" id="advanced_scheduling">
<div id="sale_security_lead"/>
<div id="purchase_po_lead"/>
<div class="col-xs-12 col-md-6 o_setting_box" id="propagation_info" title="Rescheduling applies to any chain of operations (e.g. Make To Order, Pick Pack Ship). In the case of MTO sales, a vendor delay (updated incoming date) impacts the expected delivery date to the customer. This option allows to not propagate the rescheduling if the change is not critical.">

View File

@ -7,8 +7,8 @@
<field name="inherit_id" ref="stock.res_config_settings_view_form"/>
<field name="arch" type="xml">
<div id="production_lot_info" position="after">
<h2>Costing</h2>
<div class="row mt16 o_settings_container">
<h2 name="costing_info">Costing</h2>
<div class="row mt16 o_settings_container" id="costing">
<div class="col-xs-12 col-md-6 o_setting_box" title="Affect landed costs on receipt operations and split them among products to update their cost price.">
<div class="o_setting_left_pane">
<field name="module_stock_landed_costs"/>