Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docsource/modules180-190.rst
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Module coverage 18.0 -> 19.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| hr_work_entry_holidays | |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |new| html_builder | | |
| |new| html_builder |Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| html_editor |Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ account / account.full.reconcile / exchange_move_id (many2one) : DEL re
account / account.journal / account_control_ids (many2many): DEL relation: account.account
account / account.journal / autocheck_on_post (boolean) : DEL
account / account.journal / display_invoice_template_pdf_report_id (boolean): NEW hasdefault: default, stored: False
account / account.journal / incoming_einvoice_notification_email (char): NEW hasdefault: compute
account / account.journal / incoming_einvoice_notification_email (char): NEW
account / account.journal / invoice_reference_model (selection): selection_keys added: [number] (most likely nothing to do)
account / account.journal / invoice_reference_type (selection): selection_keys removed: [none]
account / account.journal / invoice_template_pdf_report_id (many2one): NEW relation: ir.actions.report
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ obsolete model stock.track.line [module stock]
obsolete model stock.valuation.layer [module stock_account]
obsolete model stock.valuation.layer.revaluation [module stock_account]
obsolete model uom.category [module uom]
obsolete model web_editor.assets (renamed to website.assets) [module html_builder]
obsolete model web_editor.converter.test (renamed to html_editor.converter.test) [module html_builder]
obsolete model web_editor.converter.test.sub (renamed to html_editor.converter.test.sub) [module html_builder]
obsolete model web_editor.assets (renamed to website.assets) [module html_editor]
obsolete model web_editor.converter.test (renamed to html_editor.converter.test) [module html_editor]
obsolete model web_editor.converter.test.sub (renamed to html_editor.converter.test.sub) [module html_editor]
new model account.analytic.line.calendar.employee [module hr_timesheet]
new model account.document.import.mixin [module account]
new model discuss.call.history [module mail]
Expand Down Expand Up @@ -128,10 +128,10 @@ 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'---
# 14358 fields matched,
# Direct match: 14167
# 14364 fields matched,
# Direct match: 14189
# Found in other module with different type: 0
# Found in other module: 159
# Found in other module: 143
# Found with different type: 32
# In obsolete models: 231
# New columns: 1748
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ hr_holidays_attendance / hr.leave / employee_overtime (float)
hr_holidays_attendance / hr.leave / overtime_id (many2one) : DEL relation: hr.attendance.overtime
hr_holidays_attendance / hr.leave.accrual.level / frequency (False) : NEW selection_keys: ['bimonthly', 'biyearly', 'daily', 'hourly', 'monthly', 'weekly', 'worked_hours', 'yearly'], mode: modify
hr_holidays_attendance / hr.leave.accrual.level / frequency_hourly_source (selection): DEL selection_keys: ['attendance', 'calendar']
hr_holidays_attendance / hr.leave.allocation / employee_overtime (float) : not related anymore
hr_holidays_attendance / hr.leave.allocation / employee_overtime (float) : now a function
hr_holidays_attendance / hr.leave.allocation / overtime_id (many2one) : DEL relation: hr.attendance.overtime
---XML records in module 'hr_holidays_attendance'---
DEL hr.leave.type: hr_holidays_attendance.holiday_status_extra_hours [renamed to hr_holidays module] (noupdate)
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
---Models in module 'html_editor'---
new model html_editor.converter.test (renamed from web_editor.converter.test in module web_editor)
new model html_editor.converter.test.sub (renamed from web_editor.converter.test.sub in module web_editor)
model html.field.history.mixin (moved from web_editor) [abstract]
obsolete model web_editor.assets (renamed to website.assets in module website) [abstract]
obsolete model web_editor.converter.test (renamed to html_editor.converter.test)
obsolete model web_editor.converter.test.sub (renamed to html_editor.converter.test.sub)
new model html_editor.converter.test (renamed from web_editor.converter.test)
new model html_editor.converter.test.sub (renamed from web_editor.converter.test.sub)
---Fields in module 'html_editor'---
html_editor / web_editor.converter.test / _order : previously in module web_editor
html_editor / web_editor.converter.test / binary (binary) : previously in module web_editor
html_editor / web_editor.converter.test / char (char) : previously in module web_editor
html_editor / web_editor.converter.test / date (date) : previously in module web_editor
html_editor / web_editor.converter.test / datetime (datetime) : previously in module web_editor
html_editor / web_editor.converter.test / display_name (char) : previously in module web_editor
html_editor / web_editor.converter.test / float (float) : previously in module web_editor
html_editor / web_editor.converter.test / html (html) : previously in module web_editor
html_editor / web_editor.converter.test / integer (integer) : previously in module web_editor
html_editor / web_editor.converter.test / many2one (many2one) : previously in module web_editor
html_editor / web_editor.converter.test / numeric (float) : previously in module web_editor
html_editor / web_editor.converter.test / selection_str (selection) : previously in module web_editor
html_editor / web_editor.converter.test / text (text) : previously in module web_editor
html_editor / web_editor.converter.test.sub / _order : previously in module web_editor
html_editor / web_editor.converter.test.sub / display_name (char) : previously in module web_editor
html_editor / web_editor.converter.test.sub / name (char) : previously in module web_editor
web_editor / web_editor.converter.test / many2one (many2one) : relation is now 'html_editor.converter.test.sub' ('web_editor.converter.test.sub') [nothing to do]
---XML records in module 'html_editor'---
DEL ir.asset: web_editor.13_0_color_system_support_primary_variables_scss
NEW ir.model.access: html_editor.access_html_editor_converter_test
NEW ir.model.access: html_editor.access_html_editor_converter_test_sub
DEL ir.model.access: web_editor.access_web_editor_converter_test
DEL ir.model.access: web_editor.access_web_editor_converter_test_sub
DEL ir.ui.view: web_editor.colorpicker
DEL ir.ui.view: web_editor.s_hr
DEL ir.ui.view: web_editor.snippet_options
DEL ir.ui.view: web_editor.snippet_options_background_color_widget
DEL ir.ui.view: web_editor.snippet_options_background_options
DEL ir.ui.view: web_editor.snippet_options_image_optimization_widgets
DEL ir.ui.view: web_editor.snippet_options_version_control
DEL ir.ui.view: web_editor.snippets
DEL ir.ui.view: web_editor.tests
Original file line number Diff line number Diff line change
@@ -1,36 +1,33 @@
---Models in module 'html_editor'---
new model html_editor.converter.test (renamed from web_editor.converter.test in module web_editor)
new model html_editor.converter.test.sub (renamed from web_editor.converter.test.sub in module web_editor)
obsolete model web_editor.assets (renamed to website.assets in module website) [abstract]
# NOTHING TO DO: abstract model

# NOTHING TO DO: test model
obsolete model web_editor.converter.test (renamed to html_editor.converter.test)
obsolete model web_editor.converter.test.sub (renamed to html_editor.converter.test.sub)
new model html_editor.converter.test (renamed from web_editor.converter.test)
new model html_editor.converter.test.sub (renamed from web_editor.converter.test.sub)

model html.field.history.mixin (moved from web_editor) [abstract]

# NOTHING TO DO: model entries will be taken care of by module merge
# NOTHING TO DO: test model renames

---Fields in module 'html_editor'---
html_editor / web_editor.converter.test / _order : previously in module web_editor
html_editor / web_editor.converter.test / binary (binary) : previously in module web_editor
html_editor / web_editor.converter.test / char (char) : previously in module web_editor
html_editor / web_editor.converter.test / date (date) : previously in module web_editor
html_editor / web_editor.converter.test / datetime (datetime) : previously in module web_editor
html_editor / web_editor.converter.test / display_name (char) : previously in module web_editor
html_editor / web_editor.converter.test / float (float) : previously in module web_editor
html_editor / web_editor.converter.test / html (html) : previously in module web_editor
html_editor / web_editor.converter.test / integer (integer) : previously in module web_editor
html_editor / web_editor.converter.test / many2one (many2one) : previously in module web_editor
html_editor / web_editor.converter.test / numeric (float) : previously in module web_editor
html_editor / web_editor.converter.test / selection_str (selection) : previously in module web_editor
html_editor / web_editor.converter.test / text (text) : previously in module web_editor
html_editor / web_editor.converter.test.sub / _order : previously in module web_editor
html_editor / web_editor.converter.test.sub / display_name (char) : previously in module web_editor
html_editor / web_editor.converter.test.sub / name (char) : previously in module web_editor
web_editor / web_editor.converter.test / many2one (many2one) : relation is now 'html_editor.converter.test.sub' ('web_editor.converter.test.sub') [nothing to do]

# NOTHING TO DO: test model
# NOTHING TO DO: model entries will be taken care of by module merge

---XML records in module 'html_editor'---
DEL ir.asset: web_editor.13_0_color_system_support_primary_variables_scss
NEW ir.model.access: html_editor.access_html_editor_converter_test
NEW ir.model.access: html_editor.access_html_editor_converter_test_sub
DEL ir.model.access: web_editor.access_web_editor_converter_test
DEL ir.model.access: web_editor.access_web_editor_converter_test_sub
DEL ir.ui.view: web_editor.colorpicker
DEL ir.ui.view: web_editor.s_hr
DEL ir.ui.view: web_editor.snippet_options
DEL ir.ui.view: web_editor.snippet_options_background_color_widget
DEL ir.ui.view: web_editor.snippet_options_background_options
DEL ir.ui.view: web_editor.snippet_options_image_optimization_widgets
DEL ir.ui.view: web_editor.snippet_options_version_control
DEL ir.ui.view: web_editor.snippets
DEL ir.ui.view: web_editor.tests

# NOTHING TO DO
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---Models in module 'l10n_ro_cpv_code'---
---Fields in module 'l10n_ro_cpv_code'---
---XML records in module 'l10n_ro_cpv_code'---
NEW ir.model.constraint: l10n_ro_cpv_code.constraint_l10n_ro_cpv_code_code_uniq
DEL ir.model.constraint: l10n_ro_cpv_code.constraint_l10n_ro_cpv_code__code_uniq
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<record id="seq_pos_session" model="ir.sequence">
<field name="prefix">/</field>
</record>
<record id="uom.product_uom_dozen" model="uom.uom">
<record id="uom.product_uom_dozen" model="uom.uom" forcecreate="0">
<field name="is_pos_groupable">True</field>
</record>
<record id="uom.product_uom_pack_6" model="uom.uom">
<record id="uom.product_uom_pack_6" model="uom.uom" forcecreate="0">
<field name="is_pos_groupable">True</field>
</record>
<record id="uom.product_uom_unit" model="uom.uom">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@
('project_id.privacy_visibility', 'in', ['invited_users', 'portal']),
('active', '=', True),
'|',
('message_partner_ids', 'child_of', [user.partner_id.commercial_partner_id.id]),
'&amp;',
('message_partner_ids', 'child_of', [user.partner_id.commercial_partner_id.id]),
('project_id.collaborator_ids.partner_id', 'in', [user.partner_id.id]),
('project_id.collaborator_ids', 'any', [
('partner_id', '=', user.partner_id.id),
('limited_access', '=', False),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ NEW ir.model.access: sale.access_product_document_sale_manager
DEL ir.model.access: sale.access_product_attribute_sale_manager
DEL ir.model.access: sale.access_product_attribute_value_sale_manager
DEL ir.model.access: sale.access_product_category_sale_manager
DEL ir.model.access: sale.access_product_product_attribute_custom_value_sale_user
DEL ir.model.access: sale.access_product_product_attribute_sale_manager
DEL ir.model.access: sale.access_product_product_sale_manager
DEL ir.model.access: sale.access_product_product_sale_user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ DEL ir.model.access: stock.access_stock_track_confirmation
DEL ir.model.access: stock.access_stock_track_line
DEL ir.model.access: stock.access_uom_category_stock_manager
DEL ir.model.access: stock.access_uom_uom_stock_manager
NEW ir.model.constraint: stock.constraint_stock_location_parent_path_id_idx
NEW ir.model.constraint: stock.constraint_stock_move_line_free_reservation_index
NEW ir.model.constraint: stock.constraint_stock_move_product_location_index
DEL ir.model.constraint: stock.constraint_stock_warehouse_orderpoint_qty_multiple_check
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ NEW ir.model.access: website_sale.access_product_ribbon_public_public
NEW ir.model.access: website_sale.access_uom_portal
NEW ir.model.access: website_sale.access_uom_public
NEW ir.model.access: website_sale.access_website_checkout_step_website_designer
DEL ir.model.access: website_sale.access_product_public_category_designer
DEL ir.model.access: website_sale.access_product_ribbon_public
NEW ir.model.constraint: website_sale.constraint_product_template_default_code_gist_idx
NEW ir.model.constraint: website_sale.constraint_product_template_description_gist_idx
Expand Down