Created
July 14, 2020 16:31
-
-
Save nhomar/44690fd3f8b27f3ec2e043f15dcbbc32 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- <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