add production_view patch

This commit is contained in:
?ngel ?lvarez 2019-06-09 18:06:25 +02:00
parent d31ec48f93
commit 14983e869c
2 changed files with 18 additions and 1 deletions

17
production_view.diff Normal file
View File

@ -0,0 +1,17 @@
diff -r 74028491a4a5 view/production_form.xml
--- a/trytond/trytond/modules/production/view/production_form.xml Mon May 06 15:06:40 2019 +0200
+++ b/trytond/trytond/modules/production/view/production_form.xml Sun Jun 09 18:04:23 2019 +0200
@@ -19,9 +19,11 @@
<label name="uom"/>
<field name="uom"/>
<notebook>
- <page string="Lines" id="lines">
+ <page name="inputs" id="inputs">
<field name="inputs" colspan="2"/>
- <field name="outputs" colspan="2"/>
+ </page>
+ <page name="outputs" id="lines">
+ <field name="outputs" colspan="2"/>
</page>
<page string="Other Info" id="other">
<label name="company"/>

2
series
View File

@ -26,7 +26,7 @@ stock_lot_sled.diff # [stock_lot_sled] Allow configuring which quantity is group
issue10467.diff # [stock_lot] add lot to grouping when assign try if lot it's required on product
party_identifier_migration.diff # [Party] avoid errors on upgrades
production_view.diff [production] Split inputs and outputs on pages
# Sao