diff --git a/ext/custom-addons/dp_custom/views/account_views.xml b/ext/custom-addons/dp_custom/views/account_views.xml index 5922385d..087ec6c4 100644 --- a/ext/custom-addons/dp_custom/views/account_views.xml +++ b/ext/custom-addons/dp_custom/views/account_views.xml @@ -44,5 +44,43 @@ + + account.invoice.select + account.invoice + + + + + + + + + + Customer Invoices + account.invoice + form + tree,kanban,form,calendar,pivot,graph + + [('type','=','out_invoice')] + {'type':'out_invoice', 'journal_type': 'sale',"search_default_active":1} + + +

+ Click to create a customer invoice. +

+ Odoo's electronic invoicing allows to ease and fasten the + collection of customer payments. Your customer receives the + invoice by email and he can pay online and/or import it + in his own system. +

+ The discussions with your customer are automatically displayed at + the bottom of each invoice. +

+
+
+ + + + diff --git a/ext/custom-addons/dp_custom/views/sale_views.xml b/ext/custom-addons/dp_custom/views/sale_views.xml index 8929208c..b41629b2 100644 --- a/ext/custom-addons/dp_custom/views/sale_views.xml +++ b/ext/custom-addons/dp_custom/views/sale_views.xml @@ -178,7 +178,7 @@ - + @@ -195,9 +195,12 @@ - + + + + diff --git a/ext/custom-addons/dp_sale_delivery_date/models/sale_order.py b/ext/custom-addons/dp_sale_delivery_date/models/sale_order.py index 2603a2b8..2d429561 100644 --- a/ext/custom-addons/dp_sale_delivery_date/models/sale_order.py +++ b/ext/custom-addons/dp_sale_delivery_date/models/sale_order.py @@ -7,7 +7,7 @@ from odoo import api, fields, models class SaleOrder(models.Model): _inherit = 'sale.order' - delivery_date = fields.Date('Lieferdatum', compute='_compute_delivery_date', inverse='_inverse_delivery_date') + delivery_date = fields.Date('Lieferdatum', compute='_compute_delivery_date', inverse='_inverse_delivery_date',store=True,index=True) @api.multi def _compute_delivery_date(self): diff --git a/ext/custom-addons/tz_reports_production/reports/report_production.xml b/ext/custom-addons/tz_reports_production/reports/report_production.xml index 10437810..fb4fa83c 100644 --- a/ext/custom-addons/tz_reports_production/reports/report_production.xml +++ b/ext/custom-addons/tz_reports_production/reports/report_production.xml @@ -21,6 +21,16 @@
+ +
+ +
+ +
+ +
+
+ Kdnr: