Hi!

While debugging an error about on_change_product_qty, I found that this problem 
is still occuring here. (I didn't delete my fix from our database here before, 
so it didn't show)

I attach a picture taken on a database with plain stock_trackall.

Can't find field 'product_track' in the following parts composing the view of 
object model 'stock.move.memory.in':
* stock.move.memory.form.tree.inherit

That error is solved if I apply my patch, adding product_track.

I assume the inherit of stock.move.memory.in from .out does not mirror changes 
made to .out in later inheritances, but is a one-time inheritance, a copy.
To confirm this theory: the problem also vanishes if I add a basic inheritance 
after _out() was initialized in stock_trackall.py, without adding product_track 
anew!

  class stock_partial_move_memory_in(osv.osv_memory):
      _inherit = "stock.move.memory.out"
      _name = "stock.move.memory.in"
  stock_partial_move_memory_in()

-- 
https://code.launchpad.net/~dieck/openobject-addons/stock_trackall-6.0/+merge/61947
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.0-stock_trackall.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to