Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

Replace sales_price with cost_price in product list

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
productpricecost_pricecostsales_price
2 Replies
4732 Tampilan
Avatar
Scott Hart

Is there a way to edit the internal product list to show cost and not sales price? We don't use sales price, because we use cost + formulation, so it doesn't factor into our equation. Basically replace sales_price with cost_price.

0
Avatar
Buang
Avatar
William Brugger
Jawaban Terbai

Perhaps you could be more specific in what you are trying to accomplish by using an example?  But to hazard a guess,  it seems you need to create a pricelist that will handle the equation for you.  A pricelist will look at either cost, sale price or event other pricelists, and then create a new sales price based on a computation (fixed, percentage or formula).


If you have already done this and you'd just like to prevent certain users from seeing certain fields you can accomplish this with permissions.  I believe you can restrict the user groups that can see a certain field or group of fields by inheriting the view in question and adding permissions to the field(s).   For example, in the calendar event form you can find this:

  <page string="Invitations" groups="base.group_no_one">

 This restricts everyone but the admin from seeing this.  






0
Avatar
Buang
Scott Hart
Penulis

Thank you William. Here is my desired outcome: 1st, we have a Purchase Pricelist that adds % onto Supplier cost, that we don't want the salesman to see. This % markup pays for the warehouse functions, so I don't want them thinking there is extra money to be had in the commision structure. Example: Product "x" costs $10. PAD is 15%. I would only like to allow the salesman to see only the $11.50 calculated cost. 2nd, I'd like the products list/tree (sales > products) to only show the calculated cost_price + the above mentioned calculated cost. Currently Odoo only shows the sales_price and I'd like to replace that value with what I had suggested. Obviously, each customer/ product category would have their individual pricelists which would calculate under quotations/ invoices.

Scott Hart
Penulis

I guess if I use , how can I replace the viewable "sales_price" with "cost_price" on the product view? It's basically when you view the products on block, not the list.

Avatar
Scott Hart
Penulis Jawaban Terbai

Technically, I'd like to only show cost_price + purchase pricelist, so the salesman will never view received cost.

0
Avatar
Buang
William Brugger

So it seems you want your formulated cost to show up as the cost on the product page? And you want to be able to enter the real cost $10 into the Cost field and have it appear as $11.50 to the sales reps? If you don't have a lot of products, you could the calculation yourself (i.e. just enter 11.50) If you have a lot, you could set up a Bill of Materials for the products. This is were you would put the PAD. This method is probably too complicated for a simple 15% increase, but there is an app called product_extended that calculates a products cost based on BOM. Probably the easiest way to do this is to extend sale module and create a calculated field (i.e. my_real_cost) that would grab the value you entered in cost and multiply it by 1.15%. There is a lot of documentation on how to do this. Then remove the cost field from the tree view and make in the form view make sure only you can see it by adding groups="base.group_no_one" to the cost field. This will hide the field from everyone but the admin. If you want others to see it, you can use a group that your sales_reps aren't in. Also, be sure to add the calculated field "my_real_cost" to both the form and tree views. Also, that field in form view should be readonly.

Scott Hart
Penulis

Hello Amy. Thank you for your response. We aren't calculating anything complicated. It's simply a base of 12.5% globally. Didn't want to go into BOM module because that's a lot of steps I don't need to jump through. Maybe I'm wrong.

Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
Cost Price on Product Template Diselesaikan
product templates price cost
Avatar
Avatar
Avatar
2
Nov 16
7967
Product Cost is negative
product price cost negative averagecost
Avatar
Avatar
Avatar
2
Nov 22
5257
Do not want to display decimals for Sales Price in Products
product sales_price
Avatar
Avatar
Avatar
Avatar
Avatar
5
Jul 24
5704
Is it possible to calculate product cost by default? Diselesaikan
cost_price cost
Avatar
Avatar
1
Jul 19
5521
V10 CE - unable to set cost price for imported products
product cost_price
Avatar
0
Mei 17
3061
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik 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