From ff90fad934826e435d483e75ca853b0ed50225ca Mon Sep 17 00:00:00 2001 From: Bernat Brunet Torruella Date: Thu, 19 Feb 2015 10:21:09 +0100 Subject: [PATCH] Update path patches --- account_42b9acc4c201.patch | 28 +++++------ account_asset_78bda42be464.patch | 4 +- account_invoice_51e5f7fb547b.patch | 4 +- account_payment_5dd8c0c2a04c.patch | 8 +-- account_payment_sepa_f69c5ffa5f79.patch | 8 +-- account_statement_2642b961c2bf.patch | 4 +- country.diff | 56 ++++++++++----------- disable_tests.diff | 4 +- issue10091002_1.diff | 12 ++--- issue10467.diff | 4 +- issue136_416.diff | 4 +- issue154_316.diff | 4 +- issue240_631.diff | 14 +++--- issue5881002_1.diff | 4 +- issue6021003_1.diff | 4 +- issue9911002_80001.diff | 4 +- party_c1cc3484518d.patch | 4 +- production_b50beae497b9.patch | 4 +- purchase_5b0d2d2727a6.patch | 4 +- sale_23d0b5a3ceb1.patch | 4 +- sale_fix_invoiced_quantity_calculation.diff | 4 +- stock_supply_780a8aaeaa78.patch | 4 +- timesheet_f8c45f1b4d7d.patch | 16 +++--- 23 files changed, 103 insertions(+), 103 deletions(-) diff --git a/account_42b9acc4c201.patch b/account_42b9acc4c201.patch index d33e80e..a2b8da2 100644 --- a/account_42b9acc4c201.patch +++ b/account_42b9acc4c201.patch @@ -11,8 +11,8 @@ # review7691002 diff -r d57626d6cf3e -r 42b9acc4c201 fiscalyear.py ---- a/modules/account/fiscalyear.py Tue Dec 02 12:54:29 2014 +0100 -+++ b/modules/account/fiscalyear.py Wed Dec 03 16:13:08 2014 +0100 +--- .a/trytond/trytond/modules/account/fiscalyear.py Tue Dec 02 12:54:29 2014 +0100 ++++ .b/trytond/trytond/modules/account/fiscalyear.py Wed Dec 03 16:13:08 2014 +0100 @@ -326,6 +326,8 @@ __name__ = 'account.fiscalyear.balance_non_deferral.start' fiscalyear = fields.Many2One('account.fiscalyear', 'Fiscal Year', @@ -51,8 +51,8 @@ diff -r d57626d6cf3e -r 42b9acc4c201 fiscalyear.py class BalanceNonDeferral(Wizard): diff -r d57626d6cf3e -r 42b9acc4c201 move.py ---- a/modules/account/move.py Tue Dec 02 12:54:29 2014 +0100 -+++ b/modules/account/move.py Wed Dec 03 16:13:08 2014 +0100 +--- .a/trytond/trytond/modules/account/move.py Tue Dec 02 12:54:29 2014 +0100 ++++ .b/trytond/trytond/modules/account/move.py Wed Dec 03 16:13:08 2014 +0100 @@ -49,8 +49,12 @@ number = fields.Char('Number', required=True, readonly=True) post_number = fields.Char('Post Number', readonly=True, @@ -194,8 +194,8 @@ diff -r d57626d6cf3e -r 42b9acc4c201 move.py fiscalyear_ids = [f.id for f in fiscalyears] or [0] else: diff -r d57626d6cf3e -r 42b9acc4c201 period.py ---- a/modules/account/period.py Tue Dec 02 12:54:29 2014 +0100 -+++ b/modules/account/period.py Wed Dec 03 16:13:08 2014 +0100 +--- .a/trytond/trytond/modules/account/period.py Tue Dec 02 12:54:29 2014 +0100 ++++ .b/trytond/trytond/modules/account/period.py Wed Dec 03 16:13:08 2014 +0100 @@ -34,7 +34,14 @@ ('close', 'Close'), ], 'State', readonly=True, required=True) @@ -258,8 +258,8 @@ diff -r d57626d6cf3e -r 42b9acc4c201 period.py @classmethod def find(cls, company_id, date=None, exception=True, test_state=True): diff -r d57626d6cf3e -r 42b9acc4c201 tax.py ---- a/modules/account/tax.py Tue Dec 02 12:54:29 2014 +0100 -+++ b/modules/account/tax.py Wed Dec 03 16:13:08 2014 +0100 +--- .a/trytond/trytond/modules/account/tax.py Tue Dec 02 12:54:29 2014 +0100 ++++ .b/trytond/trytond/modules/account/tax.py Wed Dec 03 16:13:08 2014 +0100 @@ -627,9 +627,13 @@ depends=['company', 'type']) invoice_base_code = fields.Many2One('account.tax.code', @@ -353,8 +353,8 @@ diff -r d57626d6cf3e -r 42b9acc4c201 tax.py class TaxRuleTemplate(ModelSQL, ModelView): 'Tax Rule Template' diff -r d57626d6cf3e -r 42b9acc4c201 view/move_form.xml ---- a/modules/account/view/move_form.xml Tue Dec 02 12:54:29 2014 +0100 -+++ b/modules/account/view/move_form.xml Wed Dec 03 16:13:08 2014 +0100 +--- .a/trytond/trytond/modules/account/view/move_form.xml Tue Dec 02 12:54:29 2014 +0100 ++++ .b/trytond/trytond/modules/account/view/move_form.xml Wed Dec 03 16:13:08 2014 +0100 @@ -2,6 +2,9 @@ @@ -366,8 +366,8 @@ diff -r d57626d6cf3e -r 42b9acc4c201 view/move_form.xml