İç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

Invalid field error on code for stock.picking

Abone Ol

Get notified when there's activity on this post

Bu soru işaretlendi
stock_picking
13457 Görünümler
Avatar
Elevenmidia

I am making some changes on a specific module that raises an error when added to a recent addons package. The code works fine for a previous version of some addons, but when I add this module to a update list of addons I get an execution error and I get stuck on this problem.

The error is:

ValueError: Invalid field 'discharge_id' in leaf "<osv.ExtendedLeaf: ('discharge_id', 'in', [18]) on stock_picking (ctx: )>"

I believe if I put some parts of the code you can help me solve this.

The class for the main form:

class discharge_note(osv.osv):
    _name = 'discharge.note'
    _description = 'Discharge Note'
    _inherit = 'mail.thread'
    _columns = {
                'name': fields.char('Reference', size=32, states={'confirmed': [('readonly', True)], 'done': [('readonly', True)]}),
                'date': fields.datetime('Discharge Date'),
                'user_id': fields.many2one('res.users', 'Responsible', states={'confirmed': [('readonly', True)], 'done': [('readonly', True)]}),
                'description': fields.text('Description',),
                'company_id': fields.many2one('res.company', 'Company', required=True),
                'line_ids' : fields.one2many('discharge.note.line', 'discharge_id', 'Products to Discharge'),
                'warehouse_id': fields.many2one('stock.warehouse', 'Warehouse', states={'confirmed': [('readonly', True)], 'done': [('readonly', True)]}),
                'location_id': fields.related('warehouse_id', 'disc_local_id', type='many2one', relation='stock.location', string='Warehouse Location', store=True, readonly=True),
                'state': fields.selection([('draft','New'),('confirmed','Waiting Availability'),('done','Delivery Done')], 'Status', track_visibility='onchange', required=True),
                'ship_id': fields.many2one('ship', 'Ship'),
                'picking_in_ids' : fields.one2many('stock.picking.in','discharge_id','Delivery Orders',),
                'notes' : fields.char('Notes', size=255)
    }

The class for the lines on document:

class discharge_note_line(osv.osv):
    _name = "discharge.note.line"
    _description="Stock Discharge Line"
    _rec_name = 'product_id'

    _columns = {
        'product_id': fields.many2one('product.product', 'Product' ),
        'product_uom_id': fields.many2one('product.uom', 'Product Unit of Measure'),
        'product_qty': fields.float('Quantity', digits_compute=dp.get_precision('Product Unit of Measure')),
        'discharge_id' : fields.many2one('discharge.note', 'Discharge Note', ondelete='cascade'),
        'company_id': fields.related('discharge_id', 'company_id', type='many2one', relation='res.company', string='Company', store=True, readonly=True),
    }

The stock.picking and stock_picking_in classes:

class stock_picking(osv.osv):
    _name = "stock.picking"
    _inherit = "stock.picking"

    def do_partial(self, cr, uid, ids, partial_data, context=None):
        picking_in_obj = self.pool.get('stock.picking.in')
        res = super(stock_picking, self).do_partial(cr, uid, ids, partial_data, context=context)
        note_ids = set()
        ids = picking_in_obj.search(cr, uid, [('type', '=', 'in'), ('id', 'in', ids)])
        for picking in picking_in_obj.browse(cr, uid, ids):
            if picking.discharge_note_id:
                note_ids.add(picking.discharge_note_id.id)
        if note_ids:
            self.pool.get('discharge.note').write(cr, uid, note_ids, {'state': 'done'}, context)
        return res


class stock_picking_in(osv.osv):
    _name = "stock.picking.in"
    _inherit = "stock.picking.in"

    _columns = {
                'discharge_note_id' : fields.many2one('discharge.note', 'Discharge Note'),
                }

I believe all code runs from here (method set_status_done):

   def set_status_done(self, cr, uid, ids, context=None):
        picking_in_obj = self.pool.get('stock.picking.in')
        partial_picking_obj = self.pool.get('stock.partial.picking')
        for note in self.browse(cr, uid, ids, context):
            picking_in_ids = [picking.id for picking in note.picking_in_ids]
            picking_in_obj.draft_validate(cr, uid, picking_in_ids, context=context)
            # draft_validate sets the context for creating a partial picking
            partial_fields = ('picking_id', 'move_ids', 'date')
            partial_values = partial_picking_obj.default_get(cr, uid, partial_fields, context)
            partial_values['move_ids'] = [(0, 0, v) for v in partial_values['move_ids']]
            partial_id = partial_picking_obj.create(cr, uid, partial_values, context)
            partial_picking_obj.do_partial(cr, uid, [partial_id], context)
        return self.write(cr, uid, ids, {'state': 'done'})

Anyone can help me please?

Thank you very much

0
Avatar
Vazgeç
Nehal

Have you put domain for discharge_id in xml or somewhere? This might be due to wrong domain of discharge_id.Have you passed context/domain in action window?

Elevenmidia
Üretici

Thank you Nehal. I will check that and than post the results.

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
what is the use of stock.picking, stock.picking.out and stock.picking.in Çözüldü
stock_picking
Avatar
Avatar
1
Kas 24
20187
Batch picking lists
stock_picking
Avatar
Avatar
Avatar
3
Ara 19
7580
Can't get Backorder_id in Custom module Odoo 11
stock_picking
Avatar
Avatar
1
May 19
3907
What is Stock Picking Type and how to edit them? Çözüldü
stock_picking
Avatar
Avatar
1
Ara 23
24827
AccessError: ('AccessError', 'No value found for stock.issue(3,).nurse_id')
stock_picking
Avatar
Avatar
2
Ara 15
4851
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