openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #12498
[Bug 1012276] Re: sale_multi_shop has two definitions of method sale._make_invoice
Hello Mariano,
"sale_multi_shop" is part of the extra-addons, which are maintained by
the community, including all the modules created by "OpenERP" or "Tiny",
as none of these are actively developed by our teams anymore.
Yes, you are right. On sale_multi_shop object 's sale.order has two
definitions of make_invoice method one should be remove.
So if you or anyone from the community would like to work on it, please
mark the bug as "In progress" and assign it to yourself (or ask us or
anyone from OpenERP Drivers to do it for you). In the mean time, I will
mark it as "Won't fix" to indicate that no further progress is expected
at the moment. Or you can contact to related author.
Thank you!
PS: For whomever works on fixing this, you probably want to apply/merge your changes in 6.0 branch of extra-addons:
https://code.launchpad.net/~openerp-commiter/openobject-addons/extra-6.0
** Changed in: openobject-addons
Status: New => Won't Fix
** Summary changed:
- sale_multi_shop has two definitions of method sale._make_invoice
+ [extra-addons]sale_multi_shop has two definitions of method sale._make_invoice
--
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/1012276
Title:
[extra-addons]sale_multi_shop has two definitions of method
sale._make_invoice
Status in OpenERP Addons (modules):
Won't Fix
Bug description:
In lp:openobject-addons/extra-6.0, the sale_multi_shop has a class
sale_order that extend of "sale.order", and have two definitions of
the same method
def _make_invoice(self, cr, uid, order, lines, context=None)
This not cause any error in OpenERP, but only the second definitions
is invoked, and represent a programming error.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1012276/+subscriptions
References