Fix paths for patch issu10494.diff.

This commit is contained in:
Albert Cervera i Areny 2021-06-26 15:41:42 +02:00
parent e971ddde88
commit 40417bdfaf
1 changed files with 9 additions and 9 deletions

View File

@ -8,10 +8,10 @@ issue10494
review369161002
Index: modules/account/fiscalyear.py
Index: trytond/trytond/modules/account/fiscalyear.py
===================================================================
--- a/modules/account/fiscalyear.py
+++ b/modules/account/fiscalyear.py
--- a/trytond/trytond/modules/account/fiscalyear.py
+++ b/trytond/trytond/modules/account/fiscalyear.py
@@ -390,7 +390,7 @@
Button('Cancel', 'end', 'tryton-cancel'),
Button('OK', 'balance', 'tryton-ok', default=True),
@ -21,10 +21,10 @@ Index: modules/account/fiscalyear.py
def get_move_line(self, account):
pool = Pool()
Index: modules/account_fr/tests/scenario_fec.rst
Index: trytond/trytond/modules/account_fr/tests/scenario_fec.rst
===================================================================
--- a/modules/account_fr/tests/scenario_fec.rst
+++ b/modules/account_fr/tests/scenario_fec.rst
--- a/trytond/trytond/modules/account_fr/tests/scenario_fec.rst
+++ b/trytond/trytond/modules/account_fr/tests/scenario_fec.rst
@@ -183,8 +183,8 @@
... ('code', '=', '129'),
... ])
@ -36,10 +36,10 @@ Index: modules/account_fr/tests/scenario_fec.rst
Generate FEC::
Index: modules/analytic_account/tests/scenario_analytic_account.rst
Index: trytond/trytond/modules/analytic_account/tests/scenario_analytic_account.rst
===================================================================
--- a/modules/analytic_account/tests/scenario_analytic_account.rst
+++ b/modules/analytic_account/tests/scenario_analytic_account.rst
--- a/trytond/trytond/modules/analytic_account/tests/scenario_analytic_account.rst
+++ b/trytond/trytond/modules/analytic_account/tests/scenario_analytic_account.rst
@@ -179,10 +179,7 @@
>>> balance_non_deferral.form.credit_account = account_pl
>>> balance_non_deferral.form.debit_account = account_pl