Fix some bug in some patches header

This commit is contained in:
Bernat Brunet Torruella 2015-02-11 17:43:08 +01:00
parent 863a287591
commit 0bb62a0eff
8 changed files with 21 additions and 21 deletions

View File

@ -1,6 +1,6 @@
diff --git a/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.py b/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.py
--- a/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.py
+++ b/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.py
--- .a/trytond/trytond/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.py
+++ .b/trytond/trytond/modules/purchase_shipment_cost/tests/test_purchase_shipment_cost.py
@@ -56,14 +56,14 @@
suite.addTests(doctest.DocFileSuite('scenario_purchase_shipment_cost.rst',
setUp=doctest_dropdb, tearDown=doctest_dropdb, encoding='utf-8',

View File

@ -1,8 +1,8 @@
Index: stock.py
===================================================================
--- ./modules/stock_lot/stock.py
+++ ./modules/stock_lot/stock.py
--- .a/trytond/trytond/modules/stock_lot/stock.py
+++ .b/trytond/trytond/modules/stock_lot/stock.py
@@ -80,6 +80,20 @@
for move in moves:
move.check_lot()

View File

@ -1,8 +1,8 @@
Index: production.py
===================================================================
--- ./modules/production/production.py
+++ ./modules/production/production.py
--- .a/trytond/trytond/modules/production/production.py
+++ .b/trytond/trytond/modules/production/production.py
@@ -441,6 +441,9 @@
production.check_cost()

View File

@ -1,8 +1,8 @@
Index: purchase_request.py
===================================================================
--- ./modules/stock_supply/purchase_request.py
+++ ./modules/stock_supply/purchase_request.py
--- .a/trytond/trytond/modules/stock_supply/purchase_request.py
+++ .b/trytond/trytond/modules/stock_supply/purchase_request.py
@@ -677,7 +677,7 @@
setattr(purchase, f, v)
purchase.save()

View File

@ -1,8 +1,8 @@
Index: product.py
===================================================================
--- ./modules/purchase/product.py
+++ ./modules/purchase/product.py
--- .a/trytond/trytond/modules/purchase/product.py
+++ .b/trytond/trytond/modules/purchase/product.py
@@ -125,12 +125,14 @@
supplier_id = Transaction().context['supplier']
for product_supplier in product.product_suppliers:

View File

@ -1,8 +1,8 @@
Index: location.py
===================================================================
--- ./modules/stock/location.py
+++ ./modules/stock/location.py
--- .a/trytond/trytond/modules/stock/location.py
+++ .b/trytond/trytond/modules/stock/location.py
@@ -160,6 +160,11 @@
return [(cls._rec_name,) + tuple(clause[1:])]

View File

@ -1,8 +1,8 @@
Index: __init__.py
===================================================================
--- ./modules/stock_lot/__init__.py
+++ ./modules/stock_lot/__init__.py
--- .a/trytond/trytond/modules/stock_lot/__init__.py
+++ .b/trytond/trytond/modules/stock_lot/__init__.py
@@ -21,4 +21,9 @@
Template,
Product,
@ -17,8 +17,8 @@ Index: __init__.py
Index: stock.py
===================================================================
--- ./modules/stock_lot/stock.py
+++ ./modules/stock_lot/stock.py
--- .a/trytond/trytond/modules/stock_lot/stock.py
+++ .b/trytond/trytond/modules/stock_lot/stock.py
@@ -1,17 +1,20 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of
#this repository contains the full copyright notices and license terms.
@ -120,8 +120,8 @@ Index: stock.py
Index: stock.xml
===================================================================
--- ./modules/stock_lot/stock.xml
+++ ./modules/stock_lot/stock.xml
--- .a/trytond/trytond/modules/stock_lot/stock.xml
+++ .b/trytond/trytond/modules/stock_lot/stock.xml
@@ -48,6 +48,28 @@
<field name="perm_delete" eval="True"/>
</record>
@ -157,7 +157,7 @@ Index: view/lot_by_location_start_form.xml
new file mode 100644
--- /dev/null
+++ ./modules/stock_lot/view/lot_by_location_start_form.xml
+++ .b/trytond/trytond/modules/stock_lot/view/lot_by_location_start_form.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<!-- This file is part of Tryton. The COPYRIGHT file at the top level of

View File

@ -8,8 +8,8 @@ review5881002
Index: modules/sale_shipment_cost/stock.py
===================================================================
--- a/modules/sale_shipment_cost/stock.py
+++ b/modules/sale_shipment_cost/stock.py
--- .a/trytond/trytond/modules/sale_shipment_cost/stock.py
+++ .b/trytond/trytond/modules/sale_shipment_cost/stock.py
@@ -12,7 +12,8 @@
class ShipmentOut:
__name__ = 'stock.shipment.out'