Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Služby pro partnery
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

How to delete sales price from Dymo product label?

Odebírat

Get notified when there's activity on this post

This question has been flagged
labelsdymosales_priceproductlabel
3 Odpovědi
3447 Zobrazení
Avatar
Aleksi Lepistö

Hi, Can someone show me how to delete sales price (field: list_price) from the dymo label? For some reason I can't modify the dymo label template at all... Thank you in advance!

0
Avatar
Zrušit
Avatar
Niyas Raphy (Walnut Software Solutions)
Nejlepší odpověď

Hi,
You can inherit the report template:  report_simple_label_dymo and achieve this. You can locate the node using xpath and remove the price or if you are not from technical side, you can directly modify the original view from the views menu in debug mode

* activate developer mode
* navigate to settings -> technical -> user interface -> views
* search for report_simple_label_dymo
* comment or remove the price section

Recommend way is by inherited view.

1. How To Inherit And Modify Existing PDF Reports in Odoo

2. Modify report from ui in odoo



Thanks

3
Avatar
Zrušit
Aleksi Lepistö
Autor

Thank you so much Niyas. I managed to create inherited view and I named it "report_simple_label_dymo_inherit". I inherited the view called "report_simple_label_dymo". Then I removed the price section from the "report_simple_label_dymo_inherit" and it worked! Now the only problem is that Odoo prints both of the labels when I press print labels button. I tried to deactivate the original view with price called "report_simple_label_dymo", but it didn't work. Hope you can help.

Avatar
Con Hennekens
Nejlepší odpověď

Can I add a second label layout, make a small change, and be able to choose which one I want to print?

To be honest I find it quite disturbing that for basic things like small changes in layouts like this technical knowledge or support from a developer is needed...

0
Avatar
Zrušit
Frank Tanneberger

well ... I have found out for myself:
- either you buy a third-party app to make the adjustments
- or you just have to deal with the structure of the database and programming
- or hire someone else ...

Unfortunately, that's the way it is. I would have liked it to be easier.

Avatar
Aleksi Lepistö
Autor Nejlepší odpověď

Thank you so much Niyas. I managed to create inherited view and I named it "report_simple_label_dymo_inherit". I inherited the view called "report_simple_label_dymo". Then I removed the price section from the "report_simple_label_dymo_inherit" and it worked! Now the only problem is that Odoo prints both of the labels when I press print labels button. I tried to deactivate the original view with price called "report_simple_label_dymo", but it didn't work. Hope you can help.

0
Avatar
Zrušit
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
All Labels in One Go
print labels dymo
Avatar
0
říj 23
1768
How to complete ZPL product labels?
labels
Avatar
Avatar
2
říj 25
905
Barcode Print
labels
Avatar
0
říj 24
1905
Where can I buy/find the correct 4x12 blanco label sheets for Odoo?
productlabel
Avatar
Avatar
1
čvn 24
1905
Custom Label Size - PLEASE ASSIST
labels
Avatar
Avatar
1
dub 24
2398
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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