issue10009.diff - trytond: Remove active test from sequences and languages action

This commit is contained in:
Raimon Esteve 2021-03-09 09:47:15 +01:00
parent 9cdd74d5c4
commit e513bf349b
2 changed files with 27 additions and 0 deletions

26
issue10009.diff Normal file
View File

@ -0,0 +1,26 @@
diff --git a/trytond/trytond/ir/lang.xml b/trytond/trytond/ir/lang.xml
index 9bd0b510..53d7e6b1 100644
--- a/trytond/trytond/ir/lang.xml
+++ b/trytond/trytond/ir/lang.xml
@@ -479,7 +479,7 @@ this repository contains the full copyright notices and license terms. -->
<record model="ir.action.act_window" id="act_lang_form">
<field name="name">Languages</field>
<field name="res_model">ir.lang</field>
- <field name="context" eval="{'active_test': False}" pyson="1"/>
+ <field name="context"/>
</record>
<record model="ir.action.act_window.view"
id="act_lang_form_view1">
diff --git a/trytond/trytond/ir/sequence.xml b/trytond/trytond/ir/sequence.xml
index 702333af..fe1f7333 100644
--- a/trytond/trytond/ir/sequence.xml
+++ b/trytond/trytond/ir/sequence.xml
@@ -20,7 +20,7 @@ this repository contains the full copyright notices and license terms. -->
<field name="name">Sequences</field>
<field name="type">ir.action.act_window</field>
<field name="res_model">ir.sequence</field>
- <field name="context" eval="{'active_test': False}" pyson="1"/>
+ <field name="context"/>
</record>
<record model="ir.action.act_window.view"
id="act_sequence_form_view1">

1
series
View File

@ -40,6 +40,7 @@ statement_of_account.diff # [account] Cumulate balance of previous fiscal years
model.diff # [trytond] Allows dynamic fields in Model as required by the wizard in sale_pos_template_quantities
issue9103.diff # [trytond] User-defined reports for custom template extensions
issue10009.diff # [trytond] Remove active test from sequences and languages action
issue9616.diff # [analytic_invoice] Analytic move is not created when closing an asset