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í
    Food & Hospitality
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Guest House
    • Distributor nápojů
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Trades
    • Údržbář
    • IT hardware a podpora
    • Solar Energy Systems
    • Výrobce obuvi
    • Úklidové služby
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Browse all Industries
  • 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
    • Services for Partners
    • 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

Delivery date on Sales Order ?

Odebírat

Get notified when there's activity on this post

This question has been flagged
deliveryreportsalesorder
2 Odpovědi
17128 Zobrazení
Avatar
Jan Pompe

Hi,

How to place the delivery date on the sales order report, and what's the code to place in the sxw file?

Do I have to use [[stock_move.date]] or...?

thanks in advance. Jan

2
Avatar
Zrušit
Avatar
Michael Bos
Nejlepší odpověď

First Solution:

There are 2 options for this, as I found out.

You need to have the module sale_order_dates installed (basic module)

With the Openoffice Writer Plugin you can edit and create sales order documents to be printed.
(To do this follow instructions in OpenERP after installing it through Applications).

After Creating a Copy of your Original SO, you can edit it through OpenOffice Writer.

One option is setting it for the entire Sales order(3a), the other is per product line(3b).

  1. When in editor mode press the "Convert Brackets to Fields" button in the openerp toolbar.
  2. Then add "Delivery date" as tekst followed with "Add Field" (Place this accordingly to option 3a or 3b wherever you like)
  3. a. o(Sales order) And Choose Commitment Date

    b. line (Sales order line) and choos Order Reference/ Commitment Date

  4. Save and user the plugin to send the report to the server

Hope this helps you.

Second Solution is added a custom field and a custom view and then adding this custom field to the report.

  1. Make sure you are logged in as the Administrator account or an account with the same rights.
  2. Go to Settings -> Database Structure -> Model
  3. Search for Sale.order
  4. Add custom Field to Sales order by clicking on the "Edit" button, then scrolling down and click on the link "Add Item"
  5. Give it the name you want ( e.g. x_scheduled_date). All custom fields start with x_
  6. Fieldlabel is how you want it to show up on your custom view.
  7. Then under heading "Properties" choose "date" as Field Type
  8. Then Press Save. Your custom field is now created.
  9. Now go to Settings -> User Interface -> Views and search for sale.order.form
  10. Then after you press edit, you can position the date where ever you want by pasting this :
    <field name="x_scheduled_date"/> and then saving it.
  11. Then you can use the same steps as in the First Solutions, only now you add the field x_"field name given in step 5)

If you have any more questions, please let me know and I will try to answer them!

2
Avatar
Zrušit
Avatar
Luis Felipe
Nejlepší odpověď

bazaar.launchpad.net/~openerp/openobject-addons/7.0/files/head:/sale_order_dates/

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
From Sales order to Delivery and Invoice in one step Vyřešeno
invoice delivery salesorder
Avatar
Avatar
Avatar
Avatar
3
lis 22
5143
Print sales order in ticket format, Odoo 10
ticket format report salesorder
Avatar
Avatar
1
zář 25
683
How can I add a custom report to "print on Validation"? 
custom delivery report validation
Avatar
1
říj 24
1835
how do i validate my delivery slip after customizing it
validate delivery report customization
Avatar
1
led 24
2081
How can I print the Vendor Product Code and Vendor Product Name on the Delivery Slip? Vyřešeno
delivery report vendor Receipt
Avatar
Avatar
1
zář 21
4247
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