You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose we have 100 orders to be invoiced daily (some we do not know if they are, since we do not know if the stock_picking are done), the process could be done manually but we would have to filter which orders are fully invoiced (if the billing policy is to units delivered) but I think an addon that auto-creates these invoices (and groups them by clients if there are 2 or + orders from a client on the same invoice) and auto-validates them would be useful.
Is there a similar addon and / or would this functionality be useful for the community?
The text was updated successfully, but these errors were encountered:
I will review this topic in detail as it is very interesting (even if it is only for V13).
The addon that I suggested was quite similar although thinking not about billing once a month, but once a day, everything that is sent is billed (perhaps it would apply to any business logic in Odoo whether or not it has e-commerce).
Hello, reviewing the addon https://github.com/OCA/sale-workflow/tree/13.0/sale_automatic_workflow and seeing that auto-invoice is possible according to the parameters that you want to configure (custom filters) I think this question is resolved and it would not be necessary to add any addon because sale_automatic_workflow already does it.
Suppose we have 100 orders to be invoiced daily (some we do not know if they are, since we do not know if the stock_picking are done), the process could be done manually but we would have to filter which orders are fully invoiced (if the billing policy is to units delivered) but I think an addon that auto-creates these invoices (and groups them by clients if there are 2 or + orders from a client on the same invoice) and auto-validates them would be useful.
Is there a similar addon and / or would this functionality be useful for the community?
The text was updated successfully, but these errors were encountered: