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 validate stock.picking automaticaly after invoice get paid?

Odebírat

Get notified when there's activity on this post

This question has been flagged
stock_pickingaccount.movesale.orderdeliveryorderv14
5417 Zobrazení
Avatar
Tri Nanda

I have a custom module on Odoo14,


I have do customization that generate sale sale.order automatically after clicking on my custom button.


But for now, I want to do, if Invoice (from account.move) got paid, I want my all of my items on stock.picking get deliver, which is the Invoice and stock.picking is related on the same sale.order.


So far, I try to make it like this:

class AccountMove(models.Model):
_inherit = "account.move"

course_registration_id = fields.Many2one('aqur.course.registration',
string='Course Registration ID', readonly=True, tracking=True,
states={'draft': [('readonly', False)]}, change_default=True)
course_registration_number = fields.Char(related='course_registration_id.course_registration_number',
string='Course Registration Number')

def write(self, vals):
invoice_course = self.env['account.move'].search(
[('course_registration_id', '!=', False), ('course_registration_number', '!=', False)])

for rec in invoice_course:
stock_picking = self.env['stock.picking'].search(
[('course_registration_id', '=', rec.course_registration_id.id),
('course_registration_number', '=', rec.course_registration_number)])

if rec.payment_state == 'paid' and stock_picking:
for mv in stock_picking.move_ids_without_package:
mv.quantity_done = mv.product_uom_qty
stock_picking.button_validate()

return super(AccountMove, self).write(vals)

But I got this message when I do payment on my invoice:

You cannot validate a transfer if no quantities are reserved nor done. To force the transfer, switch in edit mode and encode the done quantities.
I also do testing to fill the quantity done on stock.picking by manually edit on the form,
but when I do register payment on my invoice, I always got the error.

So, whats wrong in my code?,
please, any help, source or tutorial to do achive that will be very appreaciated.

Thanks,
Tri Nanda
0
Avatar
Zrušit
Ermin Trevisan

Invoice payment and deliveries are not related from a VAT and the logistics Point of View. This does not mske any sense to me.

Tri Nanda
Autor

Hi Ermin, this is for small enough business, the cashier that do register payment on invoice is the same people that deliver the product on stock.picking.

Just to make the process be short,
after a cashier do register payment and the invoice is paid, deliver the product on stock.picking automatically.

why don't just use POS?
for many of reasons on our process and features, we don't use POS for this,
like, our customer should can see their sale and invoice on their own portal, and others considered things.

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
Update Sales Person field based on action
account.move sale.order salesperson v14
Avatar
Avatar
1
říj 22
3015
Creating a Sales Order that does an Internal Transfer. Help!
sale.order deliveryorder
Avatar
Avatar
1
říj 25
624
[odoo14][delivery]Log note in every delivery order show the delivery cost of sale order
deliveryorder v14
Avatar
0
čvn 22
2501
Group account.move lines by account
account.move v14
Avatar
0
bře 22
4133
creating invoices in accounting module from sales modules
account.move sale.order
Avatar
0
srp 21
3081
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