ID: mint_system.industry_fsm_sale.project_task_view_search_fsm.add_description
<?xml version="1.0"?>
<data inherit_id="industry_fsm_sale.project_task_view_search_fsm" priority="50">
<xpath expr="//field[@name='active']" position="after">
<field name="description" filter_domain="[('description', 'ilike', self)]"/>
</xpath>
</data>
Source: snippets/industry_fsm_sale.project_task_view_search_fsm.add_description.xml
ID: mint_system.industry_fsm_sale.project_task_view_search_fsm.x_systemname
<?xml version="1.0"?>
<data inherit_id="industry_fsm_sale.project_task_view_search_fsm" priority="50">
<xpath expr="//field[@name='active']" position="after">
<field name="x_systemname" filter_domain="[('x_systemname', 'ilike', self)]"/>
</xpath>
</data>
Source: snippets/industry_fsm_sale.project_task_view_search_fsm.x_systemname.xml
ID: mint_system.industry_fsm_sale.project_task_view_search_fsm.x_user_text
<?xml version="1.0"?>
<data inherit_id="industry_fsm_sale.project_task_view_search_fsm" priority="50">
<xpath expr="//field[@name='active']" position="after">
<field name="x_user_text" filter_domain="[('x_user_text', 'ilike', self)]"/>
</xpath>
</data>
Source: snippets/industry_fsm_sale.project_task_view_search_fsm.x_user_text.xml
ID: mint_system.industry_fsm_sale.worksheet_time_and_material.add_taxes
<?xml version="1.0"?>
<data inherit_id="industry_fsm_sale.worksheet_time_and_material" priority="60">
<xpath expr="//th[@class='text-end'][4]" position="after">
<th id="final_tax" t-if="final_tax" class="text-end">Taxes</th>
</xpath>
<xpath expr="//td[@class='text-end o_price_total'][1]" position="after">
<td id="final_tax" t-if="final_tax" class="text-end">
<span t-esc="', '.join(map(lambda x: (x.description or x.name), line.tax_id))"/>
</td>
</xpath>
</data>
Source: snippets/industry_fsm_sale.worksheet_time_and_material.add_taxes.xml
ID: mint_system.industry_fsm_sale.worksheet_time_and_material.remove_taxes
<?xml version="1.0"?>
<data inherit_id="industry_fsm_sale.worksheet_time_and_material" priority="60">
<xpath expr="//th[@class='text-end'][3]" position="replace"/>
<xpath expr="//td[@class='text-end'][3]" position="replace"/>
</data>
Source: snippets/industry_fsm_sale.worksheet_time_and_material.remove_taxes.xml
ID: mint_system.industry_fsm_sale.worksheet_time_and_material.replace_product_description
<?xml version="1.0"?>
<data inherit_id="industry_fsm_sale.worksheet_time_and_material" priority="50">
<xpath expr="//tr[1]/t[1]/td[1]" position="replace">
<td>
<span class="o_bold" t-field="line.product_id.name"/>
<br/>
<span t-field="line.name"/>
</td>
</xpath>
</data>
Source: snippets/industry_fsm_sale.worksheet_time_and_material.replace_product_description.xml
ID: mint_system.industry_fsm_sale.worksheet_time_and_material.round_final_total
<?xml version="1.0"?>
<data inherit_id="industry_fsm_sale.worksheet_time_and_material" priority="60">
<xpath expr="//span[@t-esc='final_total']" position="replace">
<span t-esc="round(float(final_total) * 20) / 20" t-options="{"widget": "monetary", "display_currency": doc.sale_order_id.pricelist_id.currency_id}"/>
</xpath>
</data>
Source: snippets/industry_fsm_sale.worksheet_time_and_material.round_final_total.xml
ID: mint_system.industry_fsm_sale.worksheet_time_and_material.style_moser
<?xml version="1.0"?>
<data inherit_id="industry_fsm_sale.worksheet_time_and_material" priority="60">
<xpath expr="//div[1]" position="before">
<style>
.text-start {
padding: 0.25rem 0rem !important;
}
</style>
</xpath>
<xpath expr="//div[@id='total']/div" position="attributes">
<attribute name="t-attf-class">#{'col-6' if report_type != 'html' else 'col-sm-7 col-md-6'} ms-auto</attribute>
</xpath>
</data>
Source: snippets/industry_fsm_sale.worksheet_time_and_material.style_moser.xml