Review: Resubmit Hello ,
Thanks for reviewing the branch. I have changed 'price' everything in point_of_sale module. you can check it now. yes if you grep then you find the 'list_price' in demo data of product. it's needed there. you can also find the 'list_price' in pos_report.py. but i think we didn't use those report any more. point_of_sale/report/pos_report.py: pt.list_price-pt.standard_price as net_margin_per_qty, point_of_sale/report/pos_report.py: (pt.list_price-pt.standard_price) *sum(pol.qty) as total point_of_sale/report/pos_report.py: pt.list_price, point_of_sale/report/pos_report.py: pt.list_price-pt.standard_price as net_margin_per_qty, point_of_sale/report/pos_report.py: (pt.list_price-pt.standard_price) *sum(pol.qty) as total point_of_sale/report/pos_report.py: pt.list_price, Thanks, Amit -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-addons13-point-of-sale-apa/+merge/128670 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-addons13-point-of-sale-apa. _______________________________________________ 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

