Skip to content

[IMP] account: add invoice sent status column and filter #4821

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 18.0-rd-accounting-onboarding-malb
Choose a base branch
from

Conversation

shzi-odoo
Copy link

Improved the invoice list view by adding a new column indicating whether each invoice has been sent. This gives users better visibility into communication status at a glance.

Also introduced a filter to allow users to easily search for sent or unsent invoices, improving usability during follow-up or audit tasks.

@robodoo
Copy link

robodoo commented Jul 7, 2025

This PR targets the un-managed branch odoo-dev/odoo:18.0-rd-accounting-onboarding-malb, it needs to be retargeted before it can be merged.

@shzi-odoo shzi-odoo force-pushed the 18.0-rd-accounting-onboarding-shzi-invoice-sent-status branch from 811bd7b to f44d418 Compare July 7, 2025 14:23
Copy link

@malb-odoo malb-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small nitpick 😄

@@ -607,6 +607,9 @@ def _sequence_year_range_monthly_regex(self):
help="Is the move being sent asynchronously",
compute='_compute_is_being_sent'
)
send_status_display = fields.Char(
compute='_compute_send_status_display',
)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the selection field instead of a char 👀

Improved the invoice list view by adding a new column indicating whether each invoice has been sent. This gives users better visibility into communication status at a glance.

Also introduced a filter to allow users to easily search for sent or unsent invoices, improving usability during follow-up or audit tasks.

task-4908852
@shzi-odoo shzi-odoo force-pushed the 18.0-rd-accounting-onboarding-shzi-invoice-sent-status branch from f44d418 to a25648d Compare July 9, 2025 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants