odoo/tutorials#985
Created by Madhav Pancholi (pamd)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 34s)
- ci/tutorial: (runtime 98s)
- label
- odoo-dev:18.0-supplier_portal-pamd
- head
- 593118b071b8af11d091c09f06ac5b9af755653d
odoo/tutorials | |
---|---|
19.0 | #985 missing r+ |
master |
[ADD] supplier_portal: module for uploading vendor bills
This module allows portal users (vendors) to upload their bills through the website.
A dedicated page with a form was added, containing:
- Organization name
- PDF file upload
- XML file upload
Submitting the form creates a draft bill (account.move) in the backend,
with the uploaded files attached to the bill as attachments.