So a write on a sale_order triggers the evaluation of the workflow, which at that point contains a transition which has moved to another module, which is installed only afterwards. The transition contains a reference to a method which was moved to that glue module too.
You could try setting the condition of the moved transitions which refer to test_condition to 'False', in the sale module pre-script. The conditions will be overwritten when the sale_stock module is installed later on. -- https://code.launchpad.net/~sylvain-legal/openupgrade-addons/7.0_sale/+merge/185567 Your team OpenUpgrade Committers is subscribed to branch lp:openupgrade-addons. -- Mailing list: https://launchpad.net/~credativ Post to : [email protected] Unsubscribe : https://launchpad.net/~credativ More help : https://help.launchpad.net/ListHelp

