02 March 2009

New module: product_price_update

I have rewritten the extra-addons/product_listprice_upgrade module, it can be downloaded with 'bzr branch lp:~gdukai/openobject-addons/product_price_update'.

It has several improvements over the original:
-Possible to update any price type not just the list price.
-Correctly uses recursion and checks to update a price only one time even if parent and child categories are selected.
-Rewritten using the new osv_memory objects (the old module used wizard.interface).
-Corrects a menu duplication.

If you don't know what it is for, read my previous post. This module could also be interesting to see how the old type wizard looks like reimplemented in osv_memory.

2 comments:

  1. Thanks for your Great Contribution. May I ask you why when I try to access the update products price page but I can not find my defined price list? It doesn't show anything and I can't find my price list info, too.

    Thanks again

    ReplyDelete
  2. The module adds a new pricelist type 'internal'. Create a new pricelist of internal type and you'll see it in the wizard.

    ReplyDelete

Note: Only a member of this blog may post a comment.