Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<record id="AED" model="res.currency">
<field name="symbol">AED</field>
</record>
<record id="PKR" model="res.currency">
<field name="position">before</field>
</record>
<record id="ae" model="res.country">
<field name="state_required">1</field>
<field name="vat_label">TRN</field>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ new model website.page_options.mixin [module website]
new model website.page_visibility_options.mixin [module website]
new model website.technical.page [module website]
---Fields in module 'general'---
# 14549 fields matched,
# Direct match: 14374
# 14550 fields matched,
# Direct match: 14375
# Found in other module with different type: 0
# Found in other module: 143
# Found with different type: 32
# In obsolete models: 207
# New columns: 1780
# New columns: 1783
# Not matched: 1002
---XML records in module 'general'---
---Probably obsolete module l10n_in_ewaybill_port---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
---Fields in module 'l10n_fi'---
l10n_fi / account.journal / invoice_reference_model (False): selection_keys added: [number] (most likely nothing to do)
---XML records in module 'l10n_fi'---
NEW account.report.expression: l10n_fi.tax_report_sales_13_5_tag
NEW account.report.line: l10n_fi.tax_report_sales_13_5
NEW account.report.line: l10n_fi.tax_report_sales_14_and_13_5
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
---Models in module 'l10n_fr_account'---
# NOTHING TO DO

---Fields in module 'l10n_fr_account'---
# NOTHING TO DO

---XML records in module 'l10n_fr_account'---
NEW account.report.expression: l10n_fr_account.tax_report_08_base_balance_from_tags_purchase
NEW account.report.expression: l10n_fr_account.tax_report_09_base_balance_from_tags_purchase
NEW account.report.expression: l10n_fr_account.tax_report_10_base_balance_from_tags_purchase
NEW account.report.expression: l10n_fr_account.tax_report_11_base_balance_from_tags_purchase
NEW account.report.expression: l10n_fr_account.tax_report_9B_base_balance_from_tags_purchase
DEL ir.ui.view: l10n_fr_account.res_partner_form_l10n_fr
# NOTHING TO DO
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
mrp_subcontracting / stock.location / is_subcontracting_location (boolean): DEL
---XML records in module 'mrp_subcontracting'---
NEW ir.model.access: mrp_subcontracting.access_subcontracting_portal_mrp_production_serials
NEW ir.model.access: mrp_subcontracting.access_subcontracting_portal_sequence
DEL ir.rule: mrp_subcontracting.uom_subcontracting_rule
DEL ir.ui.view: mrp_subcontracting.view_location_form
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ NEW payment.method: payment.payment_method_aman (noupdate)
NEW payment.method: payment.payment_method_contact (noupdate)
NEW payment.method: payment.payment_method_cvs (noupdate)
NEW payment.method: payment.payment_method_dpo (noupdate)
NEW payment.method: payment.payment_method_easypaisa (noupdate)
NEW payment.method: payment.payment_method_family_mart (noupdate)
NEW payment.method: payment.payment_method_forsa (noupdate)
NEW payment.method: payment.payment_method_halan (noupdate)
NEW payment.method: payment.payment_method_hi_life (noupdate)
NEW payment.method: payment.payment_method_installments_eg (noupdate)
NEW payment.method: payment.payment_method_ipass_money (noupdate)
NEW payment.method: payment.payment_method_jazzcash (noupdate)
NEW payment.method: payment.payment_method_kiosk (noupdate)
NEW payment.method: payment.payment_method_mercado_pago_wallet (noupdate)
NEW payment.method: payment.payment_method_mobile (noupdate)
Expand Down Expand Up @@ -59,5 +57,6 @@ NEW payment.provider: payment.payment_provider_dpo (noupdate)
NEW payment.provider: payment.payment_provider_ecpay (noupdate)
NEW payment.provider: payment.payment_provider_iyzico (noupdate)
NEW payment.provider: payment.payment_provider_paymob (noupdate)
NEW payment.provider: payment.payment_provider_payu (noupdate)
NEW payment.provider: payment.payment_provider_redsys (noupdate)
NEW payment.provider: payment.payment_provider_toss_payments (noupdate)
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---Models in module 'payment_payu'---
---Fields in module 'payment_payu'---
payment_payu / payment.provider / code (False) : NEW selection_keys: ['adyen', 'aps', 'asiapay', 'authorize', 'buckaroo', 'custom', 'demo', 'dpo', 'ecpay', 'flutterwave', 'iyzico', 'mercado_pago', 'mollie', 'none', 'nuvei', 'paymob', 'paypal', 'payu'], mode: modify
payment_payu / payment.provider / payu_key_id (char) : NEW
payment_payu / payment.provider / payu_merchant_salt (char) : NEW
---XML records in module 'payment_payu'---
NEW ir.ui.view: payment_payu.authorization_error
NEW ir.ui.view: payment_payu.payment_provider_form
NEW ir.ui.view: payment_payu.redirect_form
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---Models in module 'payment_razorpay'---
---Fields in module 'payment_razorpay'---
payment_razorpay / payment.provider / code (False) : selection_keys added: [dpo, ecpay, iyzico, paymob] (most likely nothing to do)
payment_razorpay / payment.provider / code (False) : selection_keys added: [dpo, ecpay, iyzico, paymob, payu] (most likely nothing to do)
---XML records in module 'payment_razorpay'---
NEW ir.ui.view: payment_razorpay.authorization_error
DEL ir.ui.view: payment_razorpay_oauth.authorization_error
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---Models in module 'payment_redsys'---
---Fields in module 'payment_redsys'---
payment_redsys / payment.provider / code (False) : NEW selection_keys: ['adyen', 'aps', 'asiapay', 'authorize', 'buckaroo', 'custom', 'demo', 'dpo', 'ecpay', 'flutterwave', 'iyzico', 'mercado_pago', 'mollie', 'none', 'nuvei', 'paymob', 'paypal', 'razorpay', 'redsys'], mode: modify
payment_redsys / payment.provider / code (False) : NEW selection_keys: ['adyen', 'aps', 'asiapay', 'authorize', 'buckaroo', 'custom', 'demo', 'dpo', 'ecpay', 'flutterwave', 'iyzico', 'mercado_pago', 'mollie', 'none', 'nuvei', 'paymob', 'paypal', 'payu', 'razorpay', 'redsys'], mode: modify
payment_redsys / payment.provider / redsys_merchant_code (char) : NEW
payment_redsys / payment.provider / redsys_merchant_terminal (char): NEW
payment_redsys / payment.provider / redsys_secret_key (char) : NEW
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---Models in module 'payment_stripe'---
---Fields in module 'payment_stripe'---
payment_stripe / payment.provider / code (False) : selection_keys added: [dpo, ecpay, iyzico, paymob, redsys] (most likely nothing to do)
payment_stripe / payment.provider / code (False) : selection_keys added: [dpo, ecpay, iyzico, paymob, payu, redsys] (most likely nothing to do)
---XML records in module 'payment_stripe'---
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---Models in module 'payment_toss_payments'---
---Fields in module 'payment_toss_payments'---
payment_toss_payments / payment.provider / code (False) : NEW selection_keys: ['adyen', 'aps', 'asiapay', 'authorize', 'buckaroo', 'custom', 'demo', 'dpo', 'ecpay', 'flutterwave', 'iyzico', 'mercado_pago', 'mollie', 'none', 'nuvei', 'paymob', 'paypal', 'razorpay', 'redsys', 'stripe', 'toss_payments'], mode: modify
payment_toss_payments / payment.provider / code (False) : NEW selection_keys: ['adyen', 'aps', 'asiapay', 'authorize', 'buckaroo', 'custom', 'demo', 'dpo', 'ecpay', 'flutterwave', 'iyzico', 'mercado_pago', 'mollie', 'none', 'nuvei', 'paymob', 'paypal', 'payu', 'razorpay', 'redsys', 'stripe', 'toss_payments'], mode: modify
payment_toss_payments / payment.provider / toss_payments_client_key (char): NEW
payment_toss_payments / payment.provider / toss_payments_secret_key (char): NEW
payment_toss_payments / payment.transaction / toss_payments_payment_secret (char): NEW
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---Models in module 'payment_worldline'---
---Fields in module 'payment_worldline'---
payment_worldline / payment.provider / code (False) : selection_keys added: [dpo, ecpay, iyzico, paymob, redsys, toss_payments] (most likely nothing to do)
payment_worldline / payment.provider / code (False) : selection_keys added: [dpo, ecpay, iyzico, paymob, payu, redsys, toss_payments] (most likely nothing to do)
---XML records in module 'payment_worldline'---
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---Models in module 'payment_xendit'---
---Fields in module 'payment_xendit'---
payment_xendit / payment.provider / code (False) : selection_keys added: [dpo, ecpay, iyzico, paymob, redsys, toss_payments] (most likely nothing to do)
payment_xendit / payment.provider / code (False) : selection_keys added: [dpo, ecpay, iyzico, paymob, payu, redsys, toss_payments] (most likely nothing to do)
---XML records in module 'payment_xendit'---