-
-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
- Loading branch information
Showing
13 changed files
with
174 additions
and
350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
<data noupdate="1"> | ||
<!-- | ||
~ Copyright 2023 Simone Rubino - TAKOBI | ||
~ License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
--> | ||
<odoo noupdate="1"> | ||
<record id="account_rc_type_1" model="account.rc.type"> | ||
<field name="name">Intra-EU (VAT Integration)</field> | ||
<field name="method">integration</field> | ||
<field | ||
name="description" | ||
>Configuration of Intra-EU trade using the VAT Integration method</field> | ||
</record> | ||
|
||
<record id="account_rc_type_1" model="account.rc.type"> | ||
<field name="name">Intra-EU (VAT Integration)</field> | ||
<field name="method">integration</field> | ||
<field | ||
name="description" | ||
>Configuration of Intra-EU trade using the VAT Integration method</field> | ||
</record> | ||
<record id="account_rc_type_2" model="account.rc.type"> | ||
<field name="name">Extra-EU (VAT Integration)</field> | ||
<field name="method">integration</field> | ||
<field | ||
name="description" | ||
>Configuration of Extra-EU trade using the VAT Integration method</field> | ||
</record> | ||
|
||
<record id="account_rc_type_2" model="account.rc.type"> | ||
<field name="name">Extra-EU (VAT Integration)</field> | ||
<field name="method">integration</field> | ||
<field | ||
name="description" | ||
>Configuration of Extra-EU trade using the VAT Integration method</field> | ||
</record> | ||
<record id="account_rc_type_3" model="account.rc.type"> | ||
<field name="name">Extra-EU (Self-invoice)</field> | ||
<field name="method">selfinvoice</field> | ||
<field | ||
name="description" | ||
>Configuration of Extra-EU trade using the self-invoice method</field> | ||
</record> | ||
|
||
<record id="account_rc_type_3" model="account.rc.type"> | ||
<field name="name">Extra-EU (Self-invoice)</field> | ||
<field name="method">selfinvoice</field> | ||
<field | ||
name="description" | ||
>Configuration of Extra-EU trade using the self-invoice method</field> | ||
</record> | ||
|
||
<record id="account_rc_type_4" model="account.rc.type"> | ||
<field name="name">Intra-EU (Self-invoice)</field> | ||
<field name="method">selfinvoice</field> | ||
<field | ||
name="description" | ||
>Configuration of Intra-EU trade using the self-invoice method</field> | ||
</record> | ||
|
||
</data> | ||
<record id="account_rc_type_4" model="account.rc.type"> | ||
<field name="name">Intra-EU (Self-invoice)</field> | ||
<field name="method">selfinvoice</field> | ||
<field | ||
name="description" | ||
>Configuration of Intra-EU trade using the self-invoice method</field> | ||
</record> | ||
</odoo> |
13 changes: 0 additions & 13 deletions
13
l10n_it_reverse_charge/migrations/13.0.1.0.0/noupdate_changes.xml
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
l10n_it_reverse_charge/migrations/13.0.1.0.0/post-migration.py
This file was deleted.
Oops, something went wrong.
187 changes: 0 additions & 187 deletions
187
l10n_it_reverse_charge/migrations/13.0.1.0.0/pre-migration.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.