跳至内容
Odoo 菜单
  • 登录
  • 免费试用
  • 应用程序
    财务
    • 会计
    • 发票
    • 费用
    • 电子表格 (BI)
    • 文档
    • 电子签名
    销售
    • 客户关系管理
    • 销售
    • POS 销售点管理-零售
    • POS 销售点管理 - 餐厅
    • 订阅
    • 租赁
    网站
    • 网站设计
    • 电子商务
    • 博客
    • 论坛
    • 在线客服
    • 在线学习
    供应链
    • 库存
    • 制造
    • 产品生命周期
    • 采购
    • 维护保养
    • 品控
    人力资源
    • 员工
    • 招聘
    • 休假
    • 评价
    • 内部推荐
    • 车队
    营销
    • 社媒营销
    • 电邮营销
    • 短信营销
    • 近期活动
    • 营销自动化
    • 网上调查
    服务
    • 项目管理
    • 工时单
    • 现场服务
    • 服务台
    • 排期
    • 预约
    生产力
    • 讨论
    • 批核
    • IoT物联网
    • VoIP
    • 知识库
    • WhatsApp
    第三方应用软件 Odoo 定制 Odoo云端平台
  • 行业
    零售
    • 书店
    • 服装店
    • 家具店
    • 食品杂货店
    • 五金店
    • 玩具店
    餐饮与酒店服务
    • 酒吧及酒馆
    • 餐厅
    • 快餐
    • 民宿
    • 饮品分销商
    • 酒店
    房地产
    • 房地产代理
    • 建筑师事务所
    • 建造业
    • 地产管理
    • 园艺
    • 业主协会
    咨询
    • 会计师事务所
    • Odoo合作伙伴
    • 市场推广公司
    • 律师事务所
    • 人才招聘
    • 审核 & 认证
    制造
    • 纺织
    • 金属
    • 家具
    • 食品
    • 啤酒厂
    • 企业礼品
    保健与健身
    • 体育俱乐部
    • 眼镜店
    • 健身中心
    • 健康从业者
    • 药房
    • 发型屋
    商贸服务
    • 维修人员
    • IT 硬件及支持
    • 太阳能系统
    • 鞋匠
    • 清洁服务
    • 暖通空调服务
    其他
    • 非营利组织
    • 环境机构
    • 广告牌租赁
    • 摄影服务
    • 自行车租赁
    • 软件经销商
    浏览所有行业
  • 社区
    学习
    • 教学视频
    • 文档
    • 认证
    • 培训
    • 博客
    • 播客
    赋能教育
    • 教育计划
    • Scale Up! 商业游戏
    • 参观Odoo
    获取软件
    • 下载
    • 版本对比
    • 发布
    合作
    • Github
    • 论坛
    • 近期活动
    • 翻译
    • 成为合作伙伴
    • 合作伙伴服务
    • 注册您的会计事务所
    获取服务
    • 寻找合作伙伴
    • 查找会计服务
    • 预约顾问咨询
    • 安装及推行服务
    • 客户参考
    • 支持
    • 升级
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    获取演示
  • 定价
  • 技术支持

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • 客户关系管理
  • e-Commerce
  • 会计
  • 库存
  • PoS
  • 项目
  • MRP
All apps
只限注册用戶才可与社群互动。
所有帖文 人 徽章
标签 (查看所有)
odoo accounting v14 pos v15
关于此论坛区
只限注册用戶才可与社群互动。
所有帖文 人 徽章
标签 (查看所有)
odoo accounting v14 pos v15
关于此论坛区
帮助

Sales: How to compute a final price based on a desired margin?

订阅

此帖文有活动时,接收通知

此问题已终结
salespricelistQuickstart
4 回复
10058 查看
形象
Marco Alejandro Morales Sosa (mams)

Currently Odoo has an Advanced Pricelists feature for sale pricing computation based on "many factors" such as discounts, currency, etc; BUT ... what happens if we want to compute a pricelist based on profit?

3
形象
丢弃
形象
Marco Alejandro Morales Sosa (mams)
编写者 最佳答案

First of all, we want to our pricelists configuration to be in "advanced" and not simple. Simple pricelists are pretty lame.

Once this feature is activated, we go to Products - Pricelists and create a new one.

In here, we will click on "add a line" and we'll see the following pop up:

Since we want our price to be computed on a desired margin from a product cost, we'll select: Formula +  Based on: Cost + Discount: -30% (it is negative since we actually want this "discount" to be added as the desired margin)

Fianlly, we leave all the other configurations the same (unless we want to add fixed fees or want to apply it for specific products ...), we save, we close and we are ready to go! :)


Until ...


We notice this configuration doesn't give you the 30% margin ...

Whyyyyyy? Does Odoo still have a lot of bugs? Am I stupid and didn't configure the product cost right? Am I not enough as a person?

Maybe it's all three ... But today I'll show you why this configuration was not correct (and how to do it right)


This logic of adding the -30% discount is partially correct. The system in fact will add this 30% percent and give a final price of the product cost +30% ... BUT ... margins are actually computed backwards: We have a final price and reducing 30% should give us the product cost. 

For example: If my cost is 100$, the 30% of this cost is 30$. If I add up the 30$ for a final product price of 130$, and try to compute the 30% margin, the result would be 39$ not 30$ as we previously calculated. 

The margin is computed based on final product price, not product cost, therefore adding the 30% of our cost result on a miscalculation related to what we are actually looking for. So .. how do we get the 30% margin computation if I don't have a final product price to calculate it from? ... in fact, this is what we are actually looking for: A final product price.

Well, we'll use Algebra.

Statement: 70% is to 100% what 100% is to x. Explained with apples: We know 70$ are the 70% of 100$, so ... from which price could 100$ be the 70% of?


if we solve for x, we get the following statement


What does this mean? It means that if we have a "100%" of a cost that we want it to represent a 70% of a 100% of a final product price ... then we should add 42.8571% ((142.8571-100)/100) to reach this 100%. So, if my product price is 100$ and I add 42.85%, my final product price will be 142.85$ 

If I get the 30% from 142.85, this will be 42.85$, which is what we actually computed from our original 100$

Kind of confusing ... but let's put it into practice.

Well ... it seems like IT WORKED. 


In this example I used 100$ as the cost to better explain all this logic, but if you change the product cost and leave this percentage it will always work (for a 30% margin). 


Hope this works for you and don't hesitate to send me a message in case of questions :)




5
形象
丢弃
形象
Paul Conroy
最佳答案

You could try this formula

Price = cost/(1-margin% as a decimal)

So if you want to make 20% margin on a product that costs $100

Price = $100/(1-.2)

Price = $1000/.8

Price = $125

1
形象
丢弃
形象
Elimane NDOYE
最佳答案

In Odoo, the Advanced Pricelists feature allows for complex pricing rules based on various conditions such as customer groups, quantities, discounts, currencies, etc. However, computing a price based on the profit margin is not a standard built-in feature of Odoo’s pricelist functionality, at least not directly.

That said, there are ways you can implement this kind of pricing logic, and they depend on how you want to define and calculate profit. Typically, the goal is to set a price that ensures a certain profit margin over the cost price of the product. Here are a few options for achieving this in Odoo:

1. Custom Pricelist Computation with Profit Margin

You could create a custom Pricelist Computationformula that calculates the price based on the cost price and desired profit margin. 

To implement this:

   - Cost Price: This is the price at which you acquire or produce the product (or it  be the "standard cost" of the product in Odoo).

   - Profit Margin: This is a percentage you would like to apply over the cost price to determine the sale price.

   You would need to create a custom Python function in Odoo that calculates the sale price by applying the profit margin over the cost price. For example, if your cost price is `$50` and you want a 20% profit margin, the formula would be:

This formula can be integrated into a custom pricelist computation logic.

   To do this in Odoo:

   - Go to the Sales > Products > Pricelists menu.

   - Create a new pricelist or modify an existing one.

   - In the Pricelist Computation field, select Python and add the necessary Python code that computes the price based on the cost and desired profit margin.

2. Custom Product Cost and Markup Fields

If you prefer a more user-friendly approach without custom Python code, you could:

   - Add a custom field for the Desired Profit Margin in the product form (e.g., a field where the user specifies the markup percentage).

   - Use the Product Cost field (or Standard Price) as the base cost.

   - Then, you could create an automated action, a scheduled task, or a custom module that updates the Sale Price based on these inputs. For instance, a simple calculation could be done automatically whenever the cost or markup is updated.

3. Odoo Studio Customization (No Coding)

If you're using Odoo Studio, you can create custom fields for the markup and profit margin, then use Automated Actions or Server Actions to recalculate the sale price whenever relevant fields are updated.

For example:

   - Create a custom field for Desired Profit Margin on the product.

   - Create an automated action to trigger whenever the Cost or Desired Profit Margin changes.

   - The action would calculate the new sale price based on the formula and update the Sale Price.

4. Third-Party Modules

If you don't want to implement this yourself, there might be third-party Odoo apps in the Odoo App Store that offer more advanced pricelist management, including pricing based on profit margins. You can search for Profit Margin Pricing or Advanced Pricelist modules.

Example Custom Code (Python) for Pricelist Computation:

If you're comfortable with coding, here’s an example of what custom Python code might look like for computing the sale price based on profit margin:

# This Python code could be used for pricelist computation
# Assuming 'product' is the product record, 'profit_margin' is the desired margin (as a percentage)
cost_price = product.standard_price  # Get the cost price of the product
profit_margin = 20  # Example: 20% profit margin
sale_price = cost_price * (1 + profit_margin / 100)  # Apply the margin to the cost price
return sale_price  # Return the computed sale price


This custom function could be linked to the Pricelist Rule to adjust the sale price dynamically.

Conclusion:

While Odoo’s standard pricelist features don’t directly support profit-based pricing out of the box, you can achieve this through customization—either via custom Python code, fields for profit margin, or using Odoo Studio to automate the calculation. If you're familiar with Python and the Odoo development environment, custom code gives you the most flexibility. Alternatively, third-party modules might simplify this process if you prefer a plug-and-play solution.

0
形象
丢弃
形象
Juan Castro
最佳答案

Hola Marco, 

Tu ejemplo me ayudó a solucionar una lista de precios. 

Sin embargo, quería consultar contigo si ¿es posible utilizar operadores ternarios para calcular un precio?

Como ejemplo, evaluar el "precio base" y si cumple alguna de las condiciones, calcular un nuevo precio ya sea con una tarifa adicional o con un descuento. 

Un ejemplo sería el siguiente: 

result = PRECIO

if PRECIO > 3540 / 1.16:

    result = PRECIO - 300 / 1.16

elif PRECIO > 2299 / 1.16:

    result = PRECIO - 200 / 1.16

elif PRECIO > 1649 / 1.16:

    result = PRECIO - 100 / 1.16


¿lo puedo lograr en Odoo V17?

0
形象
丢弃
喜欢讨论吗?不要只阅读,加入进来!

立即创建账户,享受专属功能,与我们的精彩社区互动!

注册
相关帖文 回复 查看 活动
¿How can i sell courtains by measure?
sales pricelist
形象
0
7月 20
2776
View all products in a pricelist in Odoo sales module
sales pricelist
形象
0
9月 19
3875
How to do pricelist per line? 已解决
pricelist quickstart Quickstart
形象
1
3月 25
1677
Pricelist rule on product category 已解决
sales categories pricelist
形象
形象
形象
形象
3
3月 25
1666
Odoo 17.4 - Pricelist - Discount Visibility?? 已解决
sales pricelist sales_price
形象
形象
形象
2
12月 24
525
社区
  • 教学视频
  • 文档
  • 论坛
开源
  • 下载
  • Github
  • Runbot
  • 翻译
服务
  • Odoo.sh 托管
  • 支持
  • 升级
  • 自定义开发服务
  • 教育
  • 查找会计服务
  • 寻找合作伙伴
  • 成为合作伙伴
关于我们
  • 我们的公司
  • 品牌资产
  • 联系我们
  • 招聘
  • 近期活动
  • 播客
  • 博客
  • 客户
  • 法律 • 隐私
  • 安全
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo致力于为企业管理提供高效智能的开源解决方案,是全球业内高速成长的软件服务商之一,逾七百五十万用户选择Odoo进行数字化升级。通过一系列全业务链覆盖、高度集成、简单易用的商业应用,助力企业实现信息化改革、降本增效并释放公司增长潜力。

Odoo独特的价值在于是一款非常容易使用又完全集成的应用。

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now