-
-
Notifications
You must be signed in to change notification settings - Fork 699
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
96 changed files
with
5,321 additions
and
7,329 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
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
4 changes: 4 additions & 0 deletions
4
openupgrade_scripts/scripts/account_edi_ubl_cii_tax_extension/17.0.1.0/upgrade_analysis.txt
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
---Models in module 'account_edi_ubl_cii_tax_extension'--- | ||
---Fields in module 'account_edi_ubl_cii_tax_extension'--- | ||
---XML records in module 'account_edi_ubl_cii_tax_extension'--- | ||
---nothing has changed in this module-- |
5 changes: 4 additions & 1 deletion
5
openupgrade_scripts/scripts/account_payment/17.0.2.0/upgrade_analysis.txt
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,13 +1,16 @@ | ||
---Models in module 'account_payment'--- | ||
---Fields in module 'account_payment'--- | ||
account_payment / account.payment.method.line / payment_provider_id (many2one): now a function | ||
---XML records in module 'account_payment'--- | ||
NEW ir.config_parameter: account_payment.enable_portal_payment [renamed from account_payment_invoice_online_payment_patch module] (noupdate) | ||
DEL ir.config_parameter: account_payment_invoice_online_payment_patch.enable_portal_payment [renamed to account_payment module] (noupdate) | ||
NEW ir.model.access: account_payment.payment_transaction_user [renamed from payment module] | ||
DEL ir.rule: account_payment.payment_transaction_billing_rule (noupdate) | ||
NEW ir.ui.menu: account_payment.payment_method_menu | ||
DEL ir.ui.menu: account_payment.payment_icon_menu | ||
NEW ir.ui.view: account_payment.res_config_settings_view_form | ||
DEL ir.ui.view: account_payment.payment_checkout_inherit | ||
DEL ir.ui.view: account_payment.payment_manage_inherit | ||
DEL ir.ui.view: account_payment_invoice_online_payment_patch.portal_invoice_page_inherit_payment | ||
DEL ir.ui.view: account_payment_invoice_online_payment_patch.portal_my_invoices_payment | ||
DEL ir.ui.view: account_payment_invoice_online_payment_patch.res_config_settings_view_form | ||
NEW onboarding.onboarding.step: account_payment.onboarding_onboarding_step_payment_provider (noupdate) |
4 changes: 4 additions & 0 deletions
4
openupgrade_scripts/scripts/account_update_tax_tags/17.0.1.0/upgrade_analysis.txt
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
---Models in module 'account_update_tax_tags'--- | ||
---Fields in module 'account_update_tax_tags'--- | ||
---XML records in module 'account_update_tax_tags'--- | ||
---nothing has changed in this module-- |
9 changes: 9 additions & 0 deletions
9
openupgrade_scripts/scripts/analytic/17.0.1.1/noupdate_changes.xml
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<odoo> | ||
<record id="analytic_comp_rule" model="ir.rule"> | ||
<field name="domain_force">['|',('company_id','=',False),('company_id', 'parent_of', company_ids)]</field> | ||
</record> | ||
<record id="analytic_distribution_model_comp_rule" model="ir.rule"> | ||
<field name="domain_force">['|',('company_id','=',False),('company_id', 'parent_of', company_ids)]</field> | ||
</record> | ||
</odoo> |
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
Oops, something went wrong.