Skip to content

Instantly share code, notes, and snippets.

@nhomar
Created July 14, 2020 16:31
Show Gist options
  • Save nhomar/44690fd3f8b27f3ec2e043f15dcbbc32 to your computer and use it in GitHub Desktop.
Save nhomar/44690fd3f8b27f3ec2e043f15dcbbc32 to your computer and use it in GitHub Desktop.
<!-- <cac:AllowanceCharge t-if="line.discount">-->
<!-- <cbc:ChargeIndicator>false</cbc:ChargeIndicator>-->
<!-- <cbc:AllowanceChargeReasonCode><t t-esc="line.l10n_pe_edi_allowance_charge_reason_code"/></cbc:AllowanceChargeReasonCode>-->
<!-- <cbc:MultiplierFactorNumeric><t t-esc="line._l10n_pe_edi_multiplier_factor_numeric()"/></cbc:MultiplierFactorNumeric>-->
<!-- <cbc:Amount t-att-currencyID="line.currency_id.name if line.currency_id else line.company_currency_id.name"><t t-esc="line._l10n_pe_edi_discounted_amount()"/></cbc:Amount>-->
<!-- <cbc:BaseAmount t-att-currencyID="line.currency_id.name if line.currency_id else line.company_currency_id.name"><t t-esc="line._l10n_pe_edi_discounted_base_mount()"/></cbc:BaseAmount>-->
<!-- </cac:AllowanceCharge>-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment