openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #05395
[Merge] lp:~camptocamp/carriers-deliveries/7.0-add-state-field-to-avoid-js-error-on-wizard-launch_rde into lp:carriers-deliveries
Romain Deheele - Camptocamp has proposed merging lp:~camptocamp/carriers-deliveries/7.0-add-state-field-to-avoid-js-error-on-wizard-launch_rde into lp:carriers-deliveries.
Requested reviews:
Stock and Logistic Core Editors (stock-logistic-core-editors)
Related bugs:
Bug #1298300 in Carriers And Deliveries Management: "JS error on wizard launch"
https://bugs.launchpad.net/carriers-deliveries/+bug/1298300
For more details, see:
https://code.launchpad.net/~camptocamp/carriers-deliveries/7.0-add-state-field-to-avoid-js-error-on-wizard-launch_rde/+merge/213019
Hi,
This branch fixes https://bugs.launchpad.net/carriers-deliveries/+bug/1298300
It adds field state in tree description of picking_ids field in wizard.
This field is set invisible to stay identical with 6.1 version.
Regards,
Romain
--
https://code.launchpad.net/~camptocamp/carriers-deliveries/7.0-add-state-field-to-avoid-js-error-on-wizard-launch_rde/+merge/213019
Your team Stock and Logistic Core Editors is requested to review the proposed merge of lp:~camptocamp/carriers-deliveries/7.0-add-state-field-to-avoid-js-error-on-wizard-launch_rde into lp:carriers-deliveries.
=== modified file 'base_delivery_carrier_files/wizard/generate_carrier_files_view.xml'
--- base_delivery_carrier_files/wizard/generate_carrier_files_view.xml 2014-03-14 14:01:16 +0000
+++ base_delivery_carrier_files/wizard/generate_carrier_files_view.xml 2014-03-27 10:55:25 +0000
@@ -14,6 +14,7 @@
<field name="carrier_id"/>
<field name="partner_id"/>
<field name="origin"/>
+ <field name="state" invisible="1"/>
</tree>
</field>
<separator colspan="4"/>
Follow ups