change route of patch to full path

This commit is contained in:
?ngel ?lvarez 2018-05-01 10:04:13 +02:00
parent d3f650af4f
commit a2d76372d0
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
Index: configuration.py
===================================================================
--- a/modules/product/configuration.py
+++ b/modules/product/configuration.py
--- a/trytod/trytond/modules/product/configuration.py
+++ b/trytod/trytond/modules/product/configuration.py
@@ -27,6 +27,12 @@
default_cost_price_method = fields.MultiValue(default_cost_price_method)
get_cost_price_methods = get_cost_price_methods

View File

@ -1,6 +1,6 @@
diff -r 6c85f394741c invoice.py
--- a/modules/account_invoice/invoice.py Wed Jan 24 20:14:28 2018 +0100
+++ b/modules/account_invoice/invoice.py Wed Feb 07 15:39:49 2018 +0100
--- a/trytond/trytond/modules/account_invoice/invoice.py Wed Jan 24 20:14:28 2018 +0100
+++ b/trytond/trytond/modules/account_invoice/invoice.py Wed Feb 07 15:39:49 2018 +0100
@@ -1020,6 +1020,11 @@
invoice.number = invoice.get_next_number()
cls.save(invoices)