Problem / motivation
Want to be able to view and share invoices from within discord.
Proposed solution
Add a /odoo_invoices [db_id] slash command that lists the most recent customer invoices from Odoo (account.move model, move_type = out_invoice).
Display fields:
- Invoice number
- Partner name
- Date
- Amount
- Currency
- State (draft/posted/paid)
Considerations:
- Must be role guarded
- Privacy first, general queries and lists should be private messages and not leak confidential data without the user explicitly sharing it.
Odoo module / area
Odoo version compatibility
Latest/All
Alternatives considered
No response
Additional context
No response
Problem / motivation
Want to be able to view and share invoices from within discord.
Proposed solution
Add a /odoo_invoices [db_id] slash command that lists the most recent customer invoices from Odoo (account.move model, move_type = out_invoice).
Display fields:
Considerations:
Odoo module / area
Odoo version compatibility
Latest/All
Alternatives considered
No response
Additional context
No response