-
-
Notifications
You must be signed in to change notification settings - Fork 699
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
[11.0][MIG] account_invoice_merge #422
Conversation
I try to avoid the use of this module. Why do you need it? |
Hello @pedrobaeza, |
No, but why do you need it? If you need to merge invoices, it's because a previous flow is maybe not adjusted. (NOTE: I'm trying to avoid you problems with this module as it needs a lot of extensions depending on other installed modules). |
@pedrobaeza eCommerse solution is feeding separate sales orders to be invoiced once a month (all invoices for larger customers are merged into one). And send automatically. How would you do this without merge module? |
With Odoo 11.0 you can combine the sale orders for invoicing, this works without a problem. Notable examples are the contract module and point of sale module. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to see that this module is surviving the years 😉
Mostly details, no functional test yet
@tuomoaura you got the answer in the previous comment @RoelAdriaans for contract module, we have develop several things for combining everything in one invoice:
https://github.com/OCA/contract/tree/9.0/contract_invoice_merge_by_partner In summary, it's better to unify all the invoice creation handling in one side, instead of fighting with invoice creation issues from contract and from merging invoices from other sources. For POS, I think a better solution can be to invoice all POS sales orders together. It seems that this is more work, but doing this way, you control better which data should be put in invoices instead of delegating this in generic merge methods. What do you think? |
I miss the commit history of the |
I think that this module is not so useful for customer invoices, maybe. In V11, users can invoice several sale orders together as @RoelAdriaans said before. Even though, it would allow extra functionalities for vendor bills, right? I don't know any kind of "purchase order combination for invoicing" action. Do you? @pedrobaeza @ValentinVinagre @tuomoaura |
Hi @HaraldPanten, |
You can add several purchase orders to one invoice using the purchase order field, or even migrate this module for mass invoicing ala sales part: https://github.com/OCA/account-invoicing/tree/9.0/purchase_batch_invoicing |
The module 'purchase_batch_invoicing' covers our need, but the community need the 'account_invoice_merge'? Because with what you said with other modules and standard we can 'cover' the functionalities of this module. |
I'm trying to push everyone for finding alternatives, but if you have already migrated the module and want to finish the PR... |
account_invoice_merge allows the functionallity for merging common invoice lines as well. I think that user can't do it with the base order combination for invoicing action, right? That's an important feature from my point of view. What do you think? @ValentinVinagre @pedrobaeza |
@HaraldPanten please read above comments where I said my PoV of this not being needed at all. |
@HaraldPanten It's a characteristic to keep in mind. |
We also use this module in the following Use case :
|
@elicoidal What do you think about the last commit? Is it all correct? |
Please preserve commit history following technical method explained in https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-11.0 |
Hi all, Is it ready to merge? THX! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small Change
Will this ever be merged? :) |
@aidiss Seems that there are a bunch of things @ValentinVinagre has to take care of yet:
|
@aidiss you can contribute also instead of ranting. |
Hello, I will check the errors during this week. |
@ValentinVinagre, might be time saver for you to fix this error:
|
ac37ee8
to
8e93cd2
Compare
@pedrobaeza I was trying to express interest in PR. Please do not consider my message to be a rant. Unfortunately, I do not have skills to contribute, but I do respect the work @ValentinVinagre is doing. 💯 |
8e93cd2
to
90a9f2a
Compare
|
Hi @ValentinVinagre |
Hi, what's the status of this PR? |
Hi @alvaro-domatix , |
Finished the PR #365 from @ adrian-pesol