-
-
Notifications
You must be signed in to change notification settings - Fork 692
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
[15.0][MIG] account_invoice_base_invoicing_mode (renamed) #1243
Merged
Commits on Sep 27, 2022
-
[13.0]]ADD] Add acconut_invoicing_mode
Add three modules helping on automatically invoicing customers. The base module `account_invoice_base_invoicing_mode` does not actually do anything but adds a selection field on partner to allow assigning an invoicing mode to a customer. And a checkbox to choose regrouping invoices. The two other modules add specific invoicing mode. The module `account_invoice_mode_monthly` creates monthly invoices for customer on a specific day (configuration is in Accounting Settings) The module `account_invoice_mode_at_shipping` creates invoices on the shipping of the goods. Those modules use queue_job to generate and validate invoices.
Configuration menu - View commit details
-
Copy full SHA for f45deda - Browse repository at this point
Copy the full SHA f45dedaView commit details -
[13.0][FIX] Add acconut_invoicing_mode
Add few changes from reviews. Use sudo to post the invoice.
Configuration menu - View commit details
-
Copy full SHA for bb97bc6 - Browse repository at this point
Copy the full SHA bb97bc6View commit details -
[13.0][FIX] account_invoicing_mode_at_shipping
Split invoice creation on invoice partner settings that decides if sales order atre being grouped in invoice or not. The previous implementation would crash.
Configuration menu - View commit details
-
Copy full SHA for 84a3f9e - Browse repository at this point
Copy the full SHA 84a3f9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92f9740 - Browse repository at this point
Copy the full SHA 92f9740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7927fc8 - Browse repository at this point
Copy the full SHA 7927fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f13f45 - Browse repository at this point
Copy the full SHA 4f13f45View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9488c9 - Browse repository at this point
Copy the full SHA f9488c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0e7c39 - Browse repository at this point
Copy the full SHA e0e7c39View commit details -
[FIX] account_invoice_base_invoicing_mode: Add 'invoicing_mode' and '…
…one_invoice_per_order' to res.partner's _commercial_fields()
Configuration menu - View commit details
-
Copy full SHA for b4970e6 - Browse repository at this point
Copy the full SHA b4970e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33aedd0 - Browse repository at this point
Copy the full SHA 33aedd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 115a720 - Browse repository at this point
Copy the full SHA 115a720View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0264ea - Browse repository at this point
Copy the full SHA c0264eaView commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7e64d17 - Browse repository at this point
Copy the full SHA 7e64d17View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.