İçereği Atla
Odoo Menü
  • Portal
  • Ücretsiz deneyin
  • Uygulamalar
    Finans
    • Muhasebe
    • Faturalama
    • Masraf Yönetimi
    • Elektronik Çizelge (BI)
    • Belgeler
    • İmza
    Satış
    • Müşteri İlişkileri Yönetimi (CRM)
    • Satış
    • Satış Noktası Mağaza
    • Satış Noktası Restoran
    • Abonelikler
    • Kiralama
    Web Sitesi
    • Web Sitesi Oluşturucu
    • eTicaret
    • Blog
    • Forum
    • Canlı Sohbet
    • eÖğrenme
    Tedarik Zinciri
    • Envanter
    • Üretim
    • Ürün Yaşam Döngüsü Yönetimi
    • Satın Alma
    • Bakım
    • Kalite
    İnsan Kaynakları
    • Çalışanlar
    • İşe Alım
    • İzin
    • Değerlendirme
    • Referans
    • Filo Yönetimi
    Pazarlama
    • Sosyal Medyada Pazarlama
    • E-posta ile Pazarlama
    • SMS ile Pazarlama
    • Etkinlikler
    • Pazarlama Otomasyonu
    • Anket
    Hizmetler
    • Proje Yönetimi
    • Çalışma Çizelgeleri
    • Saha Hizmeti
    • Yardım Masası
    • Planlama
    • Randevular
    Verimlilik
    • Sohbet
    • Onay
    • Nesnelerin İnterneti
    • VoIP
    • Bilgi Bankası
    • WhatsApp
    Üçüncü taraf uygulamalar Odoo Stüdyo Odoo Bulut Platformu
  • Sektörler
    Perakende satış
    • Kitapçı
    • Giyim Mağazası
    • Mobilya Mağazası
    • Gıda Marketi
    • Hırdavat Dükkanı
    • Oyuncak Dükkanı
    Gıda ve Konaklama
    • Bar ve Pub
    • Restoran
    • Fast Food Restoranı
    • Konuk Evi
    • İçecek Distribütörü
    • Otel
    Gayrimenkul
    • Emlak Acentesi
    • Mimarlık Firması
    • İnşaat
    • Emlak Yönetimi
    • Bahçe Tasarımı
    • Mülk Sahipleri Derneği
    Uzmanlık
    • Muhasebe Firması
    • Odoo Partner
    • Pazarlama Ajansı
    • Hukuk Firması
    • Yetenek Kazanımı
    • Denetim ve Belgelendirme
    Üretim
    • Tekstil
    • Metal
    • Mobilyalar
    • Gıda
    • Bira fabrikası
    • Kurumsal Hediye
    Sağlık ve Spor
    • Spor Kulübü
    • Optik Mağazası
    • Fitness Merkezi
    • Sağlıklı Yaşam Merkezi
    • Eczane
    • Kuaför Salonu
    Ticaret
    • Tamirci
    • BT Donanım & Destek
    • Güneş Enerjisi Sistemleri
    • Ayakkabı İmalatçısı
    • Temizlik Hizmetleri
    • HVAC Hizmetleri
    Diğerleri
    • Kar Amacı Gütmeyen Kuruluş
    • Çevre Ajansı
    • Reklam Panosu Kiralama
    • Fotoğrafçılık
    • Bisiklet Kiralama
    • Yazılım Bayisi
    Tüm Sektörlere Göz Atın
  • Topluluk
    Öğrenim
    • Eğitim Araçları
    • Dokümantasyon
    • Sertifikasyonlar
    • Eğitim Etkinlikleri
    • Blog
    • Podcast
    Eğitim ve Gelişim
    • Eğitim Programı
    • Scale Up! İşletme Oyunu
    • Odoo'yu Ziyaret Edin
    Yazılım
    • İndirin
    • Sürümleri Kıyaslayın
    • Sürümler
    İş Birliği
    • Github
    • Forum
    • Etkinlikler
    • Çeviriler
    • Partner Olun
    • Partnerler için Hizmetler
    • Muhasebe Firmanızı Kaydettirin
    Hizmetler
    • Partner Bulun
    • Muhasebeci Bulun
    • Bir danışmanla görüşün
    • Kurulum Hizmetleri
    • Müşteri Referansları
    • Destek
    • Sürüm Yükseltme
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Demo randevusu alın
  • Fiyatlandırma
  • Yardım

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

  • Müşteri İlişkileri Yönetimi
  • e-Commerce
  • Muhasebe
  • Envanter
  • PoS
  • Proje Yönetimi
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiketler (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiketler (View all)
odoo accounting v14 pos v15
About this forum
Yardım

how to add the fiscal position note field in the pos receipt

Abone Ol

Get notified when there's activity on this post

Bu soru işaretlendi
posrecieptFiscalPositionfiscalpositonv15
2 Cevaplar
2891 Görünümler
Avatar
fojja bilel

hi all,

i want to know how to add the fiscal position note field in the pos receipt

thanks

0
Avatar
Vazgeç
Avatar
fojja bilel
Üretici En İyi Yanıt

thanks  MUHAMMAD Imran

0
Avatar
Vazgeç
Avatar
MUHAMMAD Imran
En İyi Yanıt

Here is an example of how you can add the fiscal position note field to the POS receipt in Odoo using code:


First, you will need to create a new field for the fiscal position note on the pos.order model. You can do this by adding the following code to your module's models.py fil

Copy cod

from odoo import fields, model


class PosOrder(models.Model

    _inherit = 'pos.order

    fiscal_position_note = fields.Char('Fiscal Position Note'

Next, you will need to add the field to the POS receipt template. You can do this by modifying the pos_ticket.xml file in your module's views folder. For example, you can add the following code to the template to display the fiscal position note

Copy cod

 

Finally, you will need to add the field in the POS order creation process. You can do this by overriding the create_from_ui method on the pos.order model in your module's models.py file

Copy cod

class PosOrder(models.Model)

    _inherit = 'pos.order


    def create_from_ui(self, orders

        for order in orders

            # Add the fiscal position note to the order dat

            order['fiscal_position_note'] = 'example note

        return super(PosOrder, self).create_from_ui(orders

Note that this is just an example and you'll need to adjust it to your specific use case, for example by taking the note from the fiscal position itself or from a specific field that you've created for this purpose

0
Avatar
Vazgeç
fojja bilel
Üretici

thanks MUHAMMAD
by default there is a field named note in account.fiscal.position
and a field named fiscal_position_id in pos.order
how can add this field in the receipt ?
my pos.xml file :
<templates id="template" xml:space="preserve">
<t t-name="OrderReceipt" t-inherit="point_of_sale.OrderReceipt" t-inherit-mode="extension" owl="1">
<xpath expr="//div[@class='pos-receipt-contact']" position="inside">

</xpath>
</t>
</templates>
thanks for helping me

MUHAMMAD Imran

To add the "note" field from the "account.fiscal.position" model and the "fiscal_position_id" field from the "pos.order" model to the receipt, you can use the xpath element to specify where in the template you want to add the fields and then use the field element to define the fields themselves. Here is an example of what that might look like:

Copy code
<templates id="template" xml:space="preserve">
<t t-name="OrderReceipt" t-inherit="point_of_sale.OrderReceipt" t-inherit-mode="extension" owl="1">
<xpath expr="//div[@class='pos-receipt-contact']" position="inside">
<div class="pos-receipt-note">
<span class="pos-receipt-label">Note:</span>
<field name="note" widget="text" options='{"readonly": true}'/>
</div>
<div class="pos-receipt-fiscal-position-id">
<span class="pos-receipt-label">Fiscal Position ID:</span>
<field name="fiscal_position_id" widget="text" options='{"readonly": true}'/>
</div>
</xpath>
</t>
</templates>
You should also check if the fields you want to add are related to the receipt model in odoo.

Enjoying the discussion? Don't just read, join in!

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

Üye Ol
İlgili Gönderiler Cevaplar Görünümler Aktivite
How to show the fiscal tax on the pos odoo16 slip?
pos reciept FiscalPosition odoo16features
Avatar
0
Haz 24
397
How do I format the date on the POS receipt? (without time and timezone)
community pos reciept v15
Avatar
Avatar
1
Oca 24
3419
how can i change product line size font in the receipt pos
pos reciept point_of_sale v15
Avatar
Avatar
1
Oca 23
5307
Error in replace div in custom receipt
pos v15
Avatar
Avatar
1
Tem 24
3751
Fiscal position not working as expected Çözüldü
FiscalPosition fiscalpositon
Avatar
Avatar
Avatar
2
Kas 23
3893
Topluluk
  • Eğitim Araçları
  • Dokümantasyon
  • Forum
Açık Kaynak
  • İndirin
  • Github
  • Runbot
  • Çeviriler
Hizmetler
  • Odoo.sh Hosting
  • Destek
  • Sürüm Yükseltme
  • Özel Geliştirmeler
  • Eğitim
  • Muhasebeci Bulun
  • Partner Bulun
  • Partner Olun
Hakkında
  • Şirketimiz
  • Pazarlama Gereçleri
  • İletişim
  • Kariyer
  • Etkinlikler
  • Podcast
  • Blog
  • Müşteriler
  • Hukuki • Gizlilik
  • Güvenlik
الْعَرَبيّة 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, müşteri ilişkileri yönetimi, eTicaret, muhasebe, envanter, satış noktası, proje yönetimi gibi şirketinizin tüm ihtiyaçlarını karşılayan bir açık kaynak işletme uygulamaları paketidir.

Odoo’nun eşsiz değer önermesi, aynı anda hem kullanımının çok kolay olup hem de tamamen entegre olmasıdır.

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