Skip to content

Commit

Permalink
TA#62388 [IMP] crm_kanban_prorated_revenue (#361)
Browse files Browse the repository at this point in the history
* TA#62388 [IMP] crm_kanban_prorated_revenue
  • Loading branch information
majouda authored Mar 14, 2024
1 parent 44c4021 commit 04dc301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 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,9 @@
<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> /
<t t-if="record.expected_revenue.raw_value">
<field name="prorated_revenue" widget="monetary" options="{'currency_field': 'company_currency'}"/> /
</t>
</xpath>
<xpath expr="//progressbar" position="attributes">
<attribute name="sum_field">prorated_revenue</attribute>
Expand Down

0 comments on commit 04dc301

Please sign in to comment.