← Back to team overview

openerp-india team mailing list archive

[Bug 1052650] Re: [6.1] [purchase_double_validation] No multicurrency compute

 

Hello Moisés,

First of all this is not a bug. let me explain the functionality of
purchase_double_validation.

We can put the amount on that particular condition not  assign the
currency on it. So I think no need to check the multi-currency on
purchase_double_validation module because it will show you button based
on purchase order lines subtotal amount (For that after installing the
module you have to do some changes on workflow).

Example: (how the purchase_double_validation working).

Created on condition for > 1000 amount will allow the double validation
on purchase.

Create one Purchase Order with 1001 EUR, confirm the PO . See the "Waiting Approval" state and "Approved" button. Which is correct.
Create 2nd PO, change the current of it (USD) enter the amount 1400USD (>1000 EUR), After the confirming PO you can see  "Waiting Approval" state and "Approved" button.

Create 3rd PO  for 1001USD (<1000 EUR). for theis purchase order you
will also seen the "Waiting Approval" state and "Approved" button..

So Finally * purchase_double_validation module's condition is our
workflow condition which is not currency specific*.

That's why this is not a bug and I am going to close it,

Thanks for understanding!

** Changed in: openobject-addons/trunk
       Status: New => Invalid

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1052650

Title:
  [6.1] [purchase_double_validation] No multicurrency compute

Status in OpenERP Addons (modules):
  Invalid
Status in OpenERP Addons 6.1 series:
  Won't Fix
Status in OpenERP Addons trunk series:
  Invalid

Bug description:
  1) Steps to reproduce the issue you have observed
  Configurate a amount of purchase_double_validation 100 EUR
  Create a purchase with 10000 USD

  2) The result you observed
  No double validation button

  3) The result you expected
  Yes double validation button

  5) OpenERP-6.1
  revno 6985

  NOTES:
  We create a new merge proposal with fix

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1052650/+subscriptions


References