Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

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

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

One vendor bill for more different purchase orders.

Subscribe

Get notified when there's activity on this post

This question has been flagged
4 Replies
2945 Views
Avatar
Alex

It is possible to creating one Vendor Bill for two or more  different Purchase Orders, and how?

Thank you.

0
Avatar
Discard
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Best Answer

Hi,

Yes, it is possible to create one Vendor Bill for two or more different Purchase Orders (POs) in Odoo. This can be done by following these steps:

1. Create and confirm the purchase orders that you want to include in the vendor bill. Ensure that the purchase orders are for the same vendor.2. If your workflow requires receiving products before billing, go ahead and receive the products for the purchase orders.3. Select the purchase orders you want to include in the vendor bill with the same customer.4. Select create vendor bill inside the Action menu.5. click Validate to confirm the vendor bill.

For example, refer the following image:


Hope it helps

0
Avatar
Discard
Avatar
Alex
Author Best Answer

Thank you, when i try to Confirm the Bill i receive the following error.

RPC_ERROR

Odoo Server Error

Traceback (most recent call last):

File "/usr/lib/python3/dist-packages/odoo/http.py", line 1633, in _serve_db

return service_model.retrying(self._serve_ir_http, self.env)

File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 133, in retrying

result = func()

File "/usr/lib/python3/dist-packages/odoo/http.py", line 1660, in _serve_ir_http

response = self.dispatcher.dispatch(rule.endpoint, args)

File "/usr/lib/python3/dist-packages/odoo/http.py", line 1864, in dispatch

result = self.request.registry['ir.http']._dispatch(endpoint)

File "/usr/lib/python3/dist-packages/odoo/addons/website/models/ir_http.py", line 237, in _dispatch

response = super()._dispatch(endpoint)

File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_http.py", line 154, in _dispatch

result = endpoint(**request.params)

File "/usr/lib/python3/dist-packages/odoo/http.py", line 697, in route_wrapper

result = endpoint(self, *args, **params_ok)

File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/dataset.py", line 46, in call_button

action = self._call_kw(model, method, args, kwargs)

File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/dataset.py", line 33, in _call_kw

return call_kw(request.env[model], method, args, kwargs)

File "/usr/lib/python3/dist-packages/odoo/api.py", line 468, in call_kw

result = _call_kw_multi(method, model, args, kwargs)

File "/usr/lib/python3/dist-packages/odoo/api.py", line 453, in _call_kw_multi

result = method(recs, *args, **kwargs)

File "/mnt/extra-addons/bio_extra/models/account_move.py", line 12, in action_post

res = super().action_post()

File "/mnt/extra-addons/l10n_ro_account_edi_ubl/models/account_move.py", line 403, in action_post

res = super().action_post()

File "/usr/lib/python3/dist-packages/odoo/addons/sale/models/account_move.py", line 63, in action_post

res = super(AccountMove, self).action_post()

File "/usr/lib/python3/dist-packages/odoo/addons/account_accountant/models/account_move.py", line 24, in action_post

res = super().action_post()

File "/usr/lib/python3/dist-packages/odoo/addons/account/models/account_move.py", line 3842, in action_post

other_moves._post(soft=False)

File "/mnt/extra-addons/selferp_l10n_ua_vat/models/account_move.py", line 741, in _post

res = super()._post(soft=soft)

File "/usr/lib/python3/dist-packages/odoo/addons/stock_landed_costs/models/account_move.py", line 50, in _post

posted = super()._post(soft)

File "/usr/lib/python3/dist-packages/odoo/addons/account_asset/models/account_move.py", line 113, in _post

posted = super()._post(soft)

File "/usr/lib/python3/dist-packages/odoo/addons/sale/models/account_move.py", line 107, in _post

posted = super()._post(soft)

File "/usr/lib/python3/dist-packages/odoo/addons/purchase_stock/models/account_invoice.py", line 177, in _post

self._stock_account_anglo_saxon_reconcile_valuation()

File "/usr/lib/python3/dist-packages/odoo/addons/stock_account/models/account_move.py", line 225, in _stock_account_anglo_saxon_reconcile_valuation

(invoice_aml | correction_amls).with_context(no_exchange_difference=True).reconcile()

File "/mnt/extra-addons/selferp_l10n_ua_vat/models/account_move_line.py", line 248, in reconcile

self.check_linked_purchase_order()

File "/mnt/extra-addons/us_selferp_vat/models/account_move_line.py", line 96, in check_linked_purchase_order

record.linked_purchase_order_id = linked_purchase_order_id

File "/usr/lib/python3/dist-packages/odoo/fields.py", line 1324, in _set_

write_value = self.convert_to_write(value, records)

File "/usr/lib/python3/dist-packages/odoo/fields.py", line 3022, in convert_to_write

return value.id

File "/usr/lib/python3/dist-packages/odoo/fields.py", line 5092, in _get_

raise ValueError("Expected singleton: %s" % record)

ValueError: Expected singleton: purchase.order(10115, 10143)

The above server error caused the following client error:

RPC_ERROR: Odoo Server Error

at makeErrorFromResponse 

at XMLHttpRequest.


I receive this , from what i understand the code say  1 PO – 1 VB.

What do you think?

0
Avatar
Discard
Mily Shajan

This error is from your custom addons, You can edit the code and iterate over the record., Check this to avoid singleton error in odoo
https://youtu.be/Rv44nFVn_5U?si=zp75Da9Z8FrgWQHd

Avatar
Josep Anton Belchi Riera
Best Answer

When introducing the vendor bill, you can use the field "Auto-Complete" in order to get the lines from the purchase orders, as many times as you need.

0
Avatar
Discard
Avatar
Ray Carnes (ray)
Best Answer

Select each of the Purchase Orders in the Auto-Complete field, one after the other, until all of the lines from every Purchase Order you want to Bill are added.

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

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

Sign up
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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