Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Task : https://www.odoo.com/odoo/project.task/project.task/4348234
- # Need : sales price computed based on the cost and margin
- # Pastebin : https://pastebin.com/gQGgZvxM
- record['x_studio_margin'] = 1- (record.standard_price /record.x_studio_list_price_excluded)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement