Skip to content
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

Stock_picking_invoicing updating invoice status on sale order #1720

Open
FgarcesYmant opened this issue May 7, 2024 · 1 comment
Open

Stock_picking_invoicing updating invoice status on sale order #1720

FgarcesYmant opened this issue May 7, 2024 · 1 comment

Comments

@FgarcesYmant
Copy link

Is your feature request related to a problem?
Stock_Picking_Invoicing is a great module, and it works great if you only work with pickings, but when you go to your orders all of them are on status to be invoiced, so for matters of control it's kind of difficult.

Describe the solution you'd like
I'd like to update the invoice status on order, so when you invoice from the picking it updates its related order.

Describe alternatives you've considered
None for instance... just add some other columns on tree view for picking and try to keep control.

Additional context

@mbcosta
Copy link
Contributor

mbcosta commented Oct 24, 2024

Hi @FgarcesYmant

I have worked in stock_picking_invocing since v12 it's important say the main goal of this module are create invoices directly from picking, without having to use Sale or Purchase Orders. https://github.com/OCA/account-invoicing/blob/14.0/stock_picking_invoicing/readme/DESCRIPTION.rst , this is important to keep the modularity, for example one of the Cases of Use are in Brazilian Localization where is necessary create the Invoice from Picking without relation with a Sale or Purchase Order because by the Fiscal rules even when the company move a product to different address, is not a Sale or Purchase case, the company has the Fiscal obligation to generate an Invoice/Fiscal Document, but we also are using this module when we want to force the creation of the Invoice from the Picking that was created by a Sale or Purchase Order, but for the case is used a second module, for the Sale https://github.com/OCA/l10n-brazil/tree/14.0/l10n_br_sale_stock and for Purchase https://github.com/OCA/l10n-brazil/tree/14.0/l10n_br_purchase_stock .

The answer for your issue are a module to join sale and stock_picking_invoicing, I'm work in a PR to include this module sale_stock_picking_invoicing here #1025 , so if you can, please check if with this new module your issue is solved and work as you expect, any help in review are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants