Jignesh Rathod(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-1021436-jir into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #1021436 in OpenERP Addons: "Crush when creating supplier invoice with
product_visible_disccount"
https://bugs.launchpad.net/openobject-addons/+bug/1021436
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1021436-jir/+merge/113935
Hello ,
In product_visible_discount it uses field property_product_pricelist_purchase
which is added in res_partner by inheriting in purchase module.
I have added a purchase in dependency of product_visible_discount.
Thank you!
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1021436-jir/+merge/113935
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-1021436-jir.
=== modified file 'product_visible_discount/__openerp__.py'
--- product_visible_discount/__openerp__.py 2012-05-18 05:26:05 +0000
+++ product_visible_discount/__openerp__.py 2012-07-09 09:46:23 +0000
@@ -33,7 +33,7 @@
If the check box is checked, we will have on the sale order line: Unit price=450, Discount=50,00, Net price=225
If the check box is unchecked, we will have on Sale Order and Invoice lines: Unit price=225, Discount=0,00, Net price=225
""",
- "depends": ["sale"],
+ "depends": ["sale","purchase"],
"demo_xml": [],
"update_xml": ['product_visible_discount_view.xml'],
"auto_install": False,
_______________________________________________
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