Feedback 1648: Rabatt nicht andrucken wenn 0

develop
Ahmed Aly 2018-05-02 10:45:28 +02:00
parent 7df047b3d7
commit d37e02e9a3
5 changed files with 13 additions and 13 deletions

View File

@ -2,11 +2,11 @@
# noinspection PyStatementEffect
{
'name': 'datepol Report-Anpassungen',
'name': 'DP Finanzen Report-Anpassungen',
'category': 'Custom',
'version': '11.0.1.0.0',
'summary': """Individuelle Report Anpassungen""",
'description': """Individuelle Report Anpassungen""",
'summary': """Individuelle Report Anpassungen im Bereich Finanzen""",
'description': """Individuelle Report Anpassungen im Bereich Finanzen""",
'author': 'datenpol gmbh',
'website': 'http://www.datenpol.at/',
'depends': [

View File

@ -172,7 +172,7 @@
t-field="invoice_line.price_unit"/>
</td>
<td class="text-right" t-if="discount_is_set">
<span t-if="not invoice_line.hide_discount"
<span t-if="not invoice_line.hide_discount and invoice_line.discount"
t-field="invoice_line.discount"/>
</td>
<td class="text-right">

View File

@ -2,16 +2,16 @@
# noinspection PyStatementEffect
{
'name': 'datepol Report-Anpassungen',
'name': 'DP Verkauf Report-Anpassungen',
'category': 'Custom',
'version': '11.0.1.0.0',
'summary': """Individuelle Report Anpassungen""",
'description': """Individuelle Report Anpassungen""",
'summary': """Individuelle Report Anpassungen im Bereich Verkauf""",
'description': """Individuelle Report Anpassungen im Bereich Verkauf""",
'author': 'datenpol gmbh',
'website': 'http://www.datenpol.at/',
'depends': [
'dp_reports',
'sale',
'sale_management',
'dp_sale_delivery_date',
'dp_sale_hide_discount',
],

View File

@ -167,7 +167,7 @@
t-field="order_line.price_unit"/>
</td>
<td rowspan="2" class="text-right" t-if="discount_is_set">
<span t-if="not order_line.hide_discount" t-field="order_line.discount"/>
<span t-if="not order_line.hide_discount and order_line.discount" t-field="order_line.discount"/>
</td>
<td rowspan="2" class="text-right">
<span t-field="order_line.price_subtotal"/>

View File

@ -2,11 +2,11 @@
# noinspection PyStatementEffect
{
'name': 'datepol Report-Anpassungen',
'name': 'DP Lager Report-Anpassungen',
'category': 'Custom',
'version': '1.0',
'summary': """Individuelle Report Anpassungen""",
'description': """Individuelle Report Anpassungen""",
'version': '11.0.1.0.0',
'summary': """Individuelle Report Anpassungen im Bereich Lager""",
'description': """Individuelle Report Anpassungen im Bereich Lager""",
'author': 'datenpol gmbh',
'website': 'http://www.datenpol.at/',
'depends': [