Skip to content

Commit

Permalink
TA#62388 [IMP] crm_kanban_prorated_revenue
Browse files Browse the repository at this point in the history
  • Loading branch information
majouda authored Mar 14, 2024
1 parent faee0f8 commit 48194ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crm_kanban_prorated_revenue/views/crm_lead.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
<field name="prorated_revenue"/>
</field>
<xpath expr="//t[@t-if='record.expected_revenue.raw_value']" position="before">
<t t-if="record.prorated_revenue.raw_value">
<field name="prorated_revenue" widget="monetary" options="{'currency_field': 'company_currency'}"/> /
</t>
<field name="prorated_revenue" widget="monetary" options="{'currency_field': 'company_currency'}"/> /
</xpath>
<xpath expr="//progressbar" position="attributes">
<attribute name="sum_field">prorated_revenue</attribute>
Expand Down

0 comments on commit 48194ff

Please sign in to comment.