-
-
Notifications
You must be signed in to change notification settings - Fork 306
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
[16.0] [MIG] l10n_it_reverse_charge #3566
[16.0] [MIG] l10n_it_reverse_charge #3566
Commits on Aug 2, 2023
-
[IMP] pep8 [FIX] typos and pep8 [IMP] l10n_it_reverse_charge refactoring [ADD] account_move_skip [IMP] skip expr [IMP] i18n [IMP] tax mapping [IMP] mandatory fields [IMP] autohide if == 0 [REM] pdb [IMP] no need to specify expr [FIX] write if no credit/debit
Configuration menu - View commit details
-
Copy full SHA for 13fe79e - Browse repository at this point
Copy the full SHA 13fe79eView commit details -
[REM] account_move_skip module
[ADD] l10n_it_reverse_charge: add initial draft of README [ADD] l10n_it_reverse_charge: add note about 'Integrazione IVA' [ADD] l10n_it_reverse_charge: add check if there is default credit account defined on Self Invoice Payment Journal [ADD] l10n_it_reverse_charge: set rc on invoice.line according to RC Type defined on fiscal position [FIX] l10n_it_reverse_charge: rename tax_src_id and tax_dest_id fields to be more consinstent and easier to understand their purpose [IMP] l10n_it_reverse_charge: adapt to latest OCA guidelines [FIX] l10n_it_reverse_charge: fix 'WARNING test_reverse_charge openerp.modules.loading: The model account.rc.type has no access rules' [ADD] l10n_it_reverse_charge Handle invoice supplier cancellation and reopening for method 'selfinvoice': * cancellation: both supplier invoice and selfinvoice are cancelled * reopening: data on existing selfinvoice are copied to supplier invoice [FIX] l10n_it_reverse_charge: fix WARNING account.invoice.line.create() with unknown fields: uom_id [IMP] l10n_it_reverse_charge: improve README [IMP] l10n_it_reverse_charge: add more comments for making code easier to understand [IMP] l10n_it_reverse_charge: add help to tax_ids field [FIX] l10n_it_reverse_charge: * do not copy rc_self_invoice_id * check if inv has rc_self_invoice_id before to proceed with its cancellation [FIX] l10n_it_reverse_charge: avoid product from self invoice lines to better handle related stats [ADD] 8.0-l10n_it_reverse_charge: copy self_invoice_text to self invoice name
Configuration menu - View commit details
-
Copy full SHA for 66e131f - Browse repository at this point
Copy the full SHA 66e131fView commit details -
[W7910(wrong-tabs-instead-of-spaces), ] Use wrong tabs indentation instead of four spaces FIX screenshots FIX allow to use and compute RC field in invoice line form pop up l10n_it_reverse_charge ADD "With additional supplier self invoice" to enable the creation of an additional supplier self invoice. This is tipically used for extraUE suppliers, in order to show, in supplier register, an invoice to the specified partner (tipically, my company), instead of the extraUE partner Also FIX ValueError: "local variable 'tax_code_id' referenced before assignment" while evaluating u'invoice_validate()' when tax mapping not found
Configuration menu - View commit details
-
Copy full SHA for 9ad9b4f - Browse repository at this point
Copy the full SHA 9ad9b4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65ed9e4 - Browse repository at this point
Copy the full SHA 65ed9e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbffac5 - Browse repository at this point
Copy the full SHA bbffac5View commit details -
IMP porting to 10.0 l10n_it_reverse_charge
FIX invoice_line_tax_ids field
Configuration menu - View commit details
-
Copy full SHA for 8c02e7e - Browse repository at this point
Copy the full SHA 8c02e7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a7916 - Browse repository at this point
Copy the full SHA 96a7916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10834d3 - Browse repository at this point
Copy the full SHA 10834d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6771975 - Browse repository at this point
Copy the full SHA 6771975View commit details -
[FIX] l10n_it_reverse_charge: replace action_cancel_draft by action_i…
…nvoice_draft due to odoo/odoo@bc8d5db (OCA#433) In this way both invoices are again set as draft.
Configuration menu - View commit details
-
Copy full SHA for db4e837 - Browse repository at this point
Copy the full SHA db4e837View commit details -
Configuration menu - View commit details
-
Copy full SHA for edf86eb - Browse repository at this point
Copy the full SHA edf86ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b8aeaa - Browse repository at this point
Copy the full SHA 5b8aeaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d311b - Browse repository at this point
Copy the full SHA 20d311bView commit details -
[FIX][l10n_it_reverse_charge] Substitute all the taxes in invoice lin…
…e with the mapping
Configuration menu - View commit details
-
Copy full SHA for 825e62a - Browse repository at this point
Copy the full SHA 825e62aView commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (55 of 55 strings) Translation: l10n-italy-10.0/l10n-italy-10.0-l10n_it_reverse_charge Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-10-0/l10n-italy-10-0-l10n_it_reverse_charge/it/
Configuration menu - View commit details
-
Copy full SHA for 81019fd - Browse repository at this point
Copy the full SHA 81019fdView commit details -
[FIX] l10n_it_reverse_charge: Assign RC flag when invoice line is cre…
…ated from PO [FIX] l10n_it_reverse_charge: Assign RC flag only to supplier invoices [FIX] l10n_it_reverse_charge: Assign RC flag when vendor bill is created from PO Fixes the following usecase: 0. Install Purchase 1. Set Reverse Charge type for a new fiscal position _fp_rc_ 2. Assign _fp_rc_ to a new partner _partner_rc_ 3. Create a new PO with one line for _partner_rc_, confirm, receive the products 4. From the button in the created PO, create a new vendor bill Before this commit: RC flag is not set in the line of the created invoice After this commit: RC flag is set in the line of the created invoice [FIX] l10n_it_reverse_charge: Assign RC flag when vendor bill is populated with partner_id and then purchase_id
Configuration menu - View commit details
-
Copy full SHA for d4d7769 - Browse repository at this point
Copy the full SHA d4d7769View commit details -
l10n_it_reverse_charge: avoid creating autoinvoice with payment term
Otherwise in case payment term such as 15/30 days the autoinvoice won't be payed at all.
Configuration menu - View commit details
-
Copy full SHA for 6422153 - Browse repository at this point
Copy the full SHA 6422153View commit details -
l10n_it_reverse_charge: fix compute_rc_amount_tax to avoid difference…
… between amount_tax and amount shown on payments_widget
Configuration menu - View commit details
-
Copy full SHA for a0f00ea - Browse repository at this point
Copy the full SHA a0f00eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24ebcd6 - Browse repository at this point
Copy the full SHA 24ebcd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c311851 - Browse repository at this point
Copy the full SHA c311851View commit details -
Compute tax amount considering correct rate date.
Also fix extra UE case FIX l10n_it_reverse_charge: setting discount in supplier invoice would produce a wrong self invoice REF reconcile_rc_invoice to increase performance. Writing company_id would produce recomputation of every account.move.line linked to accounts involved in journal entry to be created. In case of thousands or milions of move lines, this would last hours
Configuration menu - View commit details
-
Copy full SHA for 48d4e26 - Browse repository at this point
Copy the full SHA 48d4e26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f49d0 - Browse repository at this point
Copy the full SHA 15f49d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95b994a - Browse repository at this point
Copy the full SHA 95b994aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f8bc11 - Browse repository at this point
Copy the full SHA 6f8bc11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86d39a9 - Browse repository at this point
Copy the full SHA 86d39a9View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (57 of 57 strings) Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_reverse_charge Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_reverse_charge/it/
Configuration menu - View commit details
-
Copy full SHA for 31d5259 - Browse repository at this point
Copy the full SHA 31d5259View commit details -
Configuration menu - View commit details
-
Copy full SHA for df89bba - Browse repository at this point
Copy the full SHA df89bbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d9ea1a - Browse repository at this point
Copy the full SHA 4d9ea1aView commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (58 of 58 strings) Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_reverse_charge Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_reverse_charge/it/
Configuration menu - View commit details
-
Copy full SHA for 8abdd23 - Browse repository at this point
Copy the full SHA 8abdd23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aeec7a - Browse repository at this point
Copy the full SHA 4aeec7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d131f15 - Browse repository at this point
Copy the full SHA d131f15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f37bc0 - Browse repository at this point
Copy the full SHA 5f37bc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8388221 - Browse repository at this point
Copy the full SHA 8388221View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b9ee9 - Browse repository at this point
Copy the full SHA c7b9ee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 814b6e7 - Browse repository at this point
Copy the full SHA 814b6e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 495f289 - Browse repository at this point
Copy the full SHA 495f289View commit details -
[14.0][FIX] l10n_it_reverse_charge: undo reverse moves when supplier …
…invoice is reset to draft
Configuration menu - View commit details
-
Copy full SHA for a40315c - Browse repository at this point
Copy the full SHA a40315cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a3fac6 - Browse repository at this point
Copy the full SHA 9a3fac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc6783f - Browse repository at this point
Copy the full SHA cc6783fView commit details -
[FIX] l10n_it_reverse_charge: disable one test (for now)
OCA/OCB@674eaa3 apparently broke odoo.addons.account.tests.common.AccountTestInvoicingCommon method init_invoice() when called with two opposed values as amounts (throws odoo.exceptions.UserError: Cannot create unbalanced journal entry) One test (test_intra_EU_zero_total) disabled. If/when init_invoice() is fixed, it will trigger a failure, or the test will be rewritten to adapt to the new behaviour, whichever comes first.
Configuration menu - View commit details
-
Copy full SHA for 0f2e721 - Browse repository at this point
Copy the full SHA 0f2e721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98ff040 - Browse repository at this point
Copy the full SHA 98ff040View commit details -
Revert "[FIX] l10n_it_reverse_charge: disable one test (for now)"
This reverts commit 0e2ade3.
Configuration menu - View commit details
-
Copy full SHA for b676f1f - Browse repository at this point
Copy the full SHA b676f1fView commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (58 of 58 strings) Translation: l10n-italy-14.0/l10n-italy-14.0-l10n_it_reverse_charge Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_reverse_charge/it/
Configuration menu - View commit details
-
Copy full SHA for 25a99b5 - Browse repository at this point
Copy the full SHA 25a99b5View commit details -
[FIX] l10n_it_reverse_charge: wrong string from tuple when move_vals[…
…inv] contains only one ID
Configuration menu - View commit details
-
Copy full SHA for 28ccf46 - Browse repository at this point
Copy the full SHA 28ccf46View commit details -
[14.0][FIX] l10n_it_reverse_charge: porting mistake
'name' is now what 'number' used to be. We should use 'ref'
Configuration menu - View commit details
-
Copy full SHA for ceca2d5 - Browse repository at this point
Copy the full SHA ceca2d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8dd0f8 - Browse repository at this point
Copy the full SHA e8dd0f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fee071 - Browse repository at this point
Copy the full SHA 9fee071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 001e330 - Browse repository at this point
Copy the full SHA 001e330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74bba79 - Browse repository at this point
Copy the full SHA 74bba79View commit details -
Configuration menu - View commit details
-
Copy full SHA for a34d8a2 - Browse repository at this point
Copy the full SHA a34d8a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7316f28 - Browse repository at this point
Copy the full SHA 7316f28View commit details -
Translated using Weblate (Slovenian)
Currently translated at 79.6% (47 of 59 strings) Translation: l10n-italy-14.0/l10n-italy-14.0-l10n_it_reverse_charge Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_reverse_charge/sl/
Configuration menu - View commit details
-
Copy full SHA for 68d0725 - Browse repository at this point
Copy the full SHA 68d0725View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (59 of 59 strings) Translation: l10n-italy-14.0/l10n-italy-14.0-l10n_it_reverse_charge Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_reverse_charge/it/
Configuration menu - View commit details
-
Copy full SHA for 6c975a7 - Browse repository at this point
Copy the full SHA 6c975a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba5eec5 - Browse repository at this point
Copy the full SHA ba5eec5View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (59 of 59 strings) Translation: l10n-italy-14.0/l10n-italy-14.0-l10n_it_reverse_charge Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_reverse_charge/it/
Configuration menu - View commit details
-
Copy full SHA for e953c86 - Browse repository at this point
Copy the full SHA e953c86View commit details -
Complete porting bc2dba2 to 14.0: IMP l10n_it_reverse_charge supporti…
…ng "with_supplier_self_invoice" for e-invoices
Configuration menu - View commit details
-
Copy full SHA for b2468d7 - Browse repository at this point
Copy the full SHA b2468d7View commit details -
Translated using Weblate (Italian)
Currently translated at 100.0% (62 of 62 strings) Translation: l10n-italy-14.0/l10n-italy-14.0-l10n_it_reverse_charge Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_reverse_charge/it/
Configuration menu - View commit details
-
Copy full SHA for a7fca19 - Browse repository at this point
Copy the full SHA a7fca19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 918a5c0 - Browse repository at this point
Copy the full SHA 918a5c0View commit details
Commits on Aug 24, 2023
-
[MIG] l10n_it_reverse_charge: Migration to 16.0
No need to add fields in tree of `line_ids` to have them in `invoice_line_ids` since odoo/odoo@d8d47f9 invoice_payments_widget is a dictionary from odoo/odoo@d8d47f9 account.payment.term.line.sequence removed from odoo/odoo@3dad4b3 account.account.user_type_id removed from odoo/odoo@26b2472 Always assign computed field account.move.line.rc account.move.line.exclude_from_invoice_tab does not exist Validate created journals Allow to reset to draft and reconfirm invoices with rc_self_purchase_invoice_id Do not reconcile already reconciled journal entries
Configuration menu - View commit details
-
Copy full SHA for 7860711 - Browse repository at this point
Copy the full SHA 7860711View commit details
Commits on Sep 8, 2023
-
- missing RC flag on new lines where taxes are not changed - check is_invoice_line for not yet created lines
Configuration menu - View commit details
-
Copy full SHA for cee984b - Browse repository at this point
Copy the full SHA cee984bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8912503 - Browse repository at this point
Copy the full SHA 8912503View commit details