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)
Amit Parik (OpenERP) (amp-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/120933
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/120933
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-08-22 07:14:45 +0000
+++ product_visible_discount/__openerp__.py 2012-08-23 07:16:25 +0000
@@ -35,12 +35,12 @@
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'],
- 'demo': [],
- 'data': ['product_visible_discount_view.xml'],
- 'auto_install': False,
- 'installable': True,
- 'certificate' : '001144718884654279901',
+ "depends": ["sale","purchase"],
+ "demo_xml": [],
+ "update_xml": ['product_visible_discount_view.xml'],
+ "auto_install": False,
+ "installable": True,
+ "certificate" : "001144718884654279901",
'images': ['images/pricelists_visible_discount.jpeg'],
}
_______________________________________________
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