OCA/account-invoicing · 19.0
Purchase Create Bill Button
purchase_create_bill_button
Purchase Create Bill Button
This module restores the direct "Create Bill" button on purchase order forms that was available in earlier Odoo versions but was removed in the v18 to v19 migration by Odoo core.
It adds a button in the header of the purchase order form to quickly create a vendor bill directly from the purchase order.
Table of contents
Use Cases / Context
Business need: In previous Odoo versions, users could create a
vendor bill directly from a purchase order with a single click using a
dedicated button in the form header. Starting from Odoo v19, this button
was removed from the core purchase module, forcing users to directly
upload the invoice file.
Approach: This module adds back the "Create Bill" button in the
purchase order form by inheriting the purchase.purchase_order_form
view and inserting the button in the same position, right after the
existing action buttons. It respects the same visibility conditions
based on the order state and invoice status.
Useful information: This module only depends on the core purchase
module, making it lightweight and easy to install. It is compatible with
any other module that extends purchase order functionality.
Usage
To use this module, you need to:
- Go to Purchases > Orders > Purchase Orders.
- Open or create a purchase order.
- Once the purchase order is confirmed (in Purchase state), a Create Bill button will appear in the form header.
- Click Create Bill to generate the vendor bill directly from the purchase order.
Changelog
19.0.1.0.0 (2026-05-26)
- Initial release: Add "Create Bill" button back to purchase order form.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Madetosoft
Contributors
- Oriol Gracia <o.gracia@madetosoft.com>
- Juan Arcos <j.arcos@madetosoft.com>
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainers:
This module is part of the OCA/account-invoicing project on GitHub.
You are welcome to contribute. To learn how please visit <https://odoo-community.org/page/Contribute>.







