Created
November 27, 2014 11:24
-
-
Save Altreus/12fceabea8284a461f97 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
Exception with no information (raise GeneratorExit('Skip')): | |
<para style="terp_default_Centre_9"> | |
[[ | |
line.product_id.categ_id.name == 'Margin' and removeParentNode('para') | |
]][[ | |
', '.join(map(lambda x: x.name, line.tax_id)) | |
]] | |
</para> | |
Valid: | |
<para style="terp_default_Centre_9"> [[ line.product_id.categ_id.name == 'Margin' and removeParentNode('para') ]][[ | |
', '.join(map(lambda x: x.name, line.tax_id)) | |
]] | |
</para> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment