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: 2 additions & 0 deletions docsource/modules170-180.rst
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ Module coverage 17.0 -> 18.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |del| l10n_dk_bookkeeping | Done |Merged into account. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| |new| l10n_dk_nemhandel | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_dk_oioubl | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| l10n_do | | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ obsolete model stock.scheduler.compute [module stock]
obsolete model website.twitter.tweet [module website_twitter]
new model account.autopost.bills.wizard [module account]
new model account.code.mapping [module account]
new model account.edi.xml.oioubl_21 [module l10n_dk_nemhandel]
new model account.lock_exception [module account]
new model account.merge.wizard [module account]
new model account.merge.wizard.line [module account]
Expand Down Expand Up @@ -93,6 +94,7 @@ new model mrp.batch.produce [module mrp]
new model myinvois.consolidate.invoice.wizard [module l10n_my_edi_pos]
new model myinvois.document [module l10n_my_edi_pos]
new model myinvois.document.status.update.wizard [module l10n_my_edi_pos]
new model nemhandel.registration [module l10n_dk_nemhandel]
new model peppol.registration [module account_peppol]
new model pos.bus.mixin [module point_of_sale]
new model pos.load.mixin [module point_of_sale]
Expand Down Expand Up @@ -128,7 +130,7 @@ new model website.page.properties.base [module website]
# Found in other module: 93
# Found with different type: 8
# In obsolete models: 34
# New columns: 1700
# New columns: 1725
# Not matched: 845
---XML records in module 'general'---
ERROR: module not in list of installed modules:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<tr>
<td>
<div>
<i class="fa fa-map-marker"/>
<img src="/web_editor/font_to_img/61505/rgb(81,81,102)/20" height="20" style="vertical-align: bottom;"/>
<a t-attf-href="https://maps.google.com/maps?q={{ location }}" target="new">
<img t-if="event_address.static_map_url and event_address.static_map_url_is_valid" t-att-src="event_address.static_map_url" style="vertical-align:bottom; width: 100%;" alt="Google Maps"/>
<t t-else="">See location on Google Maps</t>
Expand Down Expand Up @@ -459,7 +459,7 @@
<tr>
<td>
<div>
<i class="fa fa-map-marker"/>
<img src="/web_editor/font_to_img/61505/rgb(81,81,102)/20" height="20" style="vertical-align: bottom;"/>
<a t-attf-href="https://maps.google.com/maps?q={{ location }}" target="new">
<img t-if="event_address.static_map_url and event_address.static_map_url_is_valid" t-attf-src="{{ event_address.static_map_url }}" style="vertical-align:bottom; width: 100%;" alt="Google Maps"/>
<span t-else="">See location on Google Maps</span>
Expand Down Expand Up @@ -730,7 +730,7 @@
<tr>
<td>
<div>
<i class="fa fa-map-marker"/>
<img src="/web_editor/font_to_img/61505/rgb(81,81,102)/20" height="20" style="vertical-align: bottom;"/>
<a t-attf-href="https://maps.google.com/maps?q={{ location }}" target="new">
<img t-if="event_address.static_map_url and event_address.static_map_url_is_valid" t-att-src="event_address.static_map_url" style="vertical-align:bottom; width: 100%;" alt="Google Maps"/>
<t t-else="">See location on Google Maps</t>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
<record id="base.module_category_services_timesheets" model="ir.module.category">
<field name="description"/>
</record>
<record id="timesheet_analysis_report_approver" model="ir.rule">
<field name="domain_force">[
'|',
('project_id.privacy_visibility', '!=', 'followers'),
('project_id.message_partner_ids', 'in', [user.partner_id.id])
]</field>
</record>
<record id="timesheet_analysis_report_user" model="ir.rule">
<field name="domain_force">[
('user_id', '=', user.id),
Expand All @@ -11,6 +18,14 @@
('message_partner_ids', 'in', [user.partner_id.id])
]</field>
</record>
<record id="timesheet_line_rule_approver" model="ir.rule">
<field name="domain_force">[
('project_id', '!=', False),
'|',
('project_id.privacy_visibility', '!=', 'followers'),
('project_id.message_partner_ids', 'in', [user.partner_id.id])
]</field>
</record>
<record id="timesheet_line_rule_portal_user" model="ir.rule">
<field name="domain_force">[
('project_id', '!=', False),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ NEW ir.model.access: l10n_ar_withholding.access_l10n_ar_earnings_scale_line_all
NEW ir.model.access: l10n_ar_withholding.access_l10n_ar_earnings_scale_line_manager
NEW ir.model.access: l10n_ar_withholding.access_l10n_ar_earnings_scale_manager
NEW ir.model.access: l10n_ar_withholding.access_l10n_ar_partner_tax_all
NEW ir.model.access: l10n_ar_withholding.access_l10n_ar_partner_tax_billing
NEW ir.model.access: l10n_ar_withholding.access_l10n_ar_partner_tax_manager
NEW ir.rule: l10n_ar_withholding.l10n_ar_partner_tax_comp_rule (noupdate)
NEW ir.ui.menu: l10n_ar_withholding.menu_action_afip_earnings_table_scale_line
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---Models in module 'l10n_dk_nemhandel'---
new model account.edi.xml.oioubl_21 [abstract]
new model nemhandel.registration [transient]
---Fields in module 'l10n_dk_nemhandel'---
l10n_dk_nemhandel / account.journal / is_nemhandel_journal (boolean): NEW
l10n_dk_nemhandel / account.move / nemhandel_message_uuid (char) : NEW
l10n_dk_nemhandel / account.move / nemhandel_move_state (selection): NEW selection_keys: ['done', 'error', 'processing', 'ready', 'to_send'], isfunction: function, stored
l10n_dk_nemhandel / account_edi_proxy_client.user / nemhandel_verification_code (char): NEW
l10n_dk_nemhandel / account_edi_proxy_client.user / proxy_type (False) : NEW selection_keys: ['nemhandel', 'peppol'], mode: modify
l10n_dk_nemhandel / res.company / l10n_dk_nemhandel_proxy_state (selection): NEW required, selection_keys: ['in_verification', 'not_registered', 'receiver', 'rejected'], hasdefault: default
l10n_dk_nemhandel / res.company / nemhandel_contact_email (char): NEW hasdefault: compute
l10n_dk_nemhandel / res.company / nemhandel_phone_number (char) : NEW hasdefault: compute
l10n_dk_nemhandel / res.company / nemhandel_purchase_journal_id (many2one): NEW relation: account.journal, hasdefault: compute
l10n_dk_nemhandel / res.partner / invoice_edi_format (False) : NEW selection_keys: ['facturx', 'nlcius', 'oioubl_21', 'pint_anz', 'pint_jp', 'pint_my', 'tw_ecpay', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung'], mode: modify
l10n_dk_nemhandel / res.partner / invoice_sending_method (False): NEW selection_keys: ['email', 'manual', 'nemhandel', 'peppol', 'snailmail'], mode: modify
l10n_dk_nemhandel / res.partner / nemhandel_identifier_type (selection): NEW selection_keys: ['0088', '0184', '0198', '9918'], hasdefault: compute
l10n_dk_nemhandel / res.partner / nemhandel_identifier_value (char): NEW hasdefault: compute
l10n_dk_nemhandel / res.partner / nemhandel_verification_state (selection): NEW selection_keys: ['not_valid', 'not_verified', 'valid']
---XML records in module 'l10n_dk_nemhandel'---
NEW ir.actions.server: l10n_dk_nemhandel.partner_action_verify_l10n_dk_nemhandel
NEW ir.cron: l10n_dk_nemhandel.ir_cron_nemhandel_get_message_status
NEW ir.cron: l10n_dk_nemhandel.ir_cron_nemhandel_get_new_documents
NEW ir.cron: l10n_dk_nemhandel.ir_cron_nemhandel_get_participant_status
NEW ir.cron: l10n_dk_nemhandel.ir_cron_nemhandel_webhook_keepalive
NEW ir.model.access: l10n_dk_nemhandel.l10n_dk_nemhandel_registration
NEW ir.ui.view: l10n_dk_nemhandel.account_journal_dashboard_kanban_view
NEW ir.ui.view: l10n_dk_nemhandel.l10n_dk_nemhandel_view_move_form
NEW ir.ui.view: l10n_dk_nemhandel.nemhandel_registration_form
NEW ir.ui.view: l10n_dk_nemhandel.nemhandel_view_account_invoice_filter
NEW ir.ui.view: l10n_dk_nemhandel.nemhandel_view_out_credit_note_tree_inherit
NEW ir.ui.view: l10n_dk_nemhandel.nemhandel_view_out_invoice_tree_inherit
NEW ir.ui.view: l10n_dk_nemhandel.res_config_settings_view_form
NEW ir.ui.view: l10n_dk_nemhandel.res_partner_form_l10n_dk_nemhandel
NEW web_tour.tour: l10n_dk_nemhandel.nemhandel_onboarding_tour
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---Models in module 'l10n_dk_oioubl'---
---Fields in module 'l10n_dk_oioubl'---
l10n_dk_oioubl / res.partner / invoice_edi_format (False) : NEW selection_keys: ['facturx', 'nlcius', 'oioubl_201', 'pint_anz', 'pint_jp', 'pint_my', 'tw_ecpay', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung'], mode: modify
l10n_dk_oioubl / res.partner / invoice_edi_format (False) : NEW selection_keys: ['facturx', 'nlcius', 'oioubl_201', 'oioubl_21', 'pint_anz', 'pint_jp', 'pint_my', 'tw_ecpay', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung'], mode: modify
l10n_dk_oioubl / res.partner / ubl_cii_format (False) : DEL selection_keys: ['facturx', 'nlcius', 'oioubl_201', 'pint_anz', 'pint_jp', 'pint_my', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung'], mode: modify
---XML records in module 'l10n_dk_oioubl'---
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ l10n_es_edi_facturae / l10n_es_edi_facturae.certificate / password (char)
l10n_es_edi_facturae / l10n_es_edi_facturae.certificate / serial_number (char) : DEL
l10n_es_edi_facturae / res.company / l10n_es_edi_facturae_certificate_id (one2many): DEL relation: l10n_es_edi_facturae.certificate
l10n_es_edi_facturae / res.company / l10n_es_edi_facturae_certificate_ids (one2many): NEW relation: certificate.certificate
l10n_es_edi_facturae / res.partner / invoice_edi_format (False) : NEW selection_keys: ['es_facturae', 'facturx', 'nlcius', 'oioubl_201', 'pint_anz', 'pint_jp', 'pint_my', 'tw_ecpay', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung'], mode: modify
l10n_es_edi_facturae / res.partner / invoice_edi_format (False) : NEW selection_keys: ['es_facturae', 'facturx', 'nlcius', 'oioubl_201', 'oioubl_21', 'pint_anz', 'pint_jp', 'pint_my', 'tw_ecpay', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung'], mode: modify
l10n_es_edi_facturae_adm_centers / res.partner / l10n_es_edi_facturae_ac_role_type_ids (many2many): column2 is now 'l10n_es_edi_facturae_ac_role_type_id' ('l10n_es_edi_facturae_adm_centers_ac_role_type_id') [l10n_es_edi_facturae_adm_centers_ac_role_type_res_partner_rel]
l10n_es_edi_facturae_adm_centers / res.partner / l10n_es_edi_facturae_ac_role_type_ids (many2many): relation is now 'l10n_es_edi_facturae.ac_role_type' ('l10n_es_edi_facturae_adm_centers.ac_role_type') [nothing to do]
l10n_es_edi_facturae_adm_centers / res.partner / l10n_es_edi_facturae_ac_role_type_ids (many2many): table is now 'l10n_es_edi_facturae_ac_role_type_res_partner_rel' ('l10n_es_edi_facturae_adm_centers_ac_role_type_res_partner_rel')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---Models in module 'l10n_hu_edi'---
---Fields in module 'l10n_hu_edi'---
l10n_hu_edi / product.template / l10n_hu_product_code_type (selection): selection_keys removed: [SZJ]
---XML records in module 'l10n_hu_edi'---
NEW ir.ui.view: l10n_hu_edi.external_layout_bubble
NEW ir.ui.view: l10n_hu_edi.external_layout_folder
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---Models in module 'l10n_it_edi'---
---Fields in module 'l10n_it_edi'---
l10n_it_edi / res.partner / invoice_edi_format (False) : NEW selection_keys: ['es_facturae', 'facturx', 'it_edi_xml', 'nlcius', 'oioubl_201', 'pint_anz', 'pint_jp', 'pint_my', 'tw_ecpay', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung'], mode: modify
l10n_it_edi / account_edi_proxy_client.user / proxy_type (False) : selection_keys added: [nemhandel] (most likely nothing to do)
l10n_it_edi / res.partner / invoice_edi_format (False) : NEW selection_keys: ['es_facturae', 'facturx', 'it_edi_xml', 'nlcius', 'oioubl_201', 'oioubl_21', 'pint_anz', 'pint_jp', 'pint_my', 'tw_ecpay', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung'], mode: modify
---XML records in module 'l10n_it_edi'---
DEL ir.ui.view: l10n_it_edi.account_move_send_inherit_l10n_it_edi
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---Models in module 'l10n_my_edi'---
---Fields in module 'l10n_my_edi'---
l10n_my_edi / account_edi_proxy_client.user / proxy_type (False) : selection_keys added: [nemhandel] (most likely nothing to do)
---XML records in module 'l10n_my_edi'---
NEW ir.ui.view: l10n_my_edi.view_invoice_list_inherit_l10n_my_myinvois
DEL ir.ui.view: l10n_my_edi.account_move_send_inherit_l10n_my_edi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---Models in module 'l10n_ro_edi'---
---Fields in module 'l10n_ro_edi'---
l10n_ro_edi / account.move / l10n_ro_edi_index (char) : NEW
l10n_ro_edi / res.partner / invoice_edi_format (False) : NEW selection_keys: ['ciusro', 'es_facturae', 'facturx', 'it_edi_xml', 'nlcius', 'oioubl_201', 'pint_anz', 'pint_jp', 'pint_my', 'tw_ecpay', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung'], mode: modify
l10n_ro_edi / res.partner / invoice_edi_format (False) : NEW selection_keys: ['ciusro', 'es_facturae', 'facturx', 'it_edi_xml', 'nlcius', 'oioubl_201', 'oioubl_21', 'pint_anz', 'pint_jp', 'pint_my', 'tw_ecpay', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung'], mode: modify
l10n_ro_edi / res.partner / ubl_cii_format (False) : DEL selection_keys: ['ciusro', 'facturx', 'nlcius', 'oioubl_201', 'pint_anz', 'pint_jp', 'pint_my', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung'], mode: modify
l10n_ro_efactura / account.move / l10n_ro_edi_state (selection) : selection_keys added: [invoice_validated], removed: [invoice_sending]
l10n_ro_efactura / l10n_ro_edi.document / state (selection) : selection_keys added: [invoice_validated], removed: [invoice_sending]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---Models in module 'l10n_sg_ubl_pint'---
---Fields in module 'l10n_sg_ubl_pint'---
l10n_sg_ubl_pint / account.tax / ubl_cii_tax_category_code (False): selection_keys added: [SRRC] (most likely nothing to do)
l10n_sg_ubl_pint / res.partner / invoice_edi_format (False) : NEW selection_keys: ['ciusro', 'es_facturae', 'facturx', 'it_edi_xml', 'nlcius', 'oioubl_201', 'pint_anz', 'pint_jp', 'pint_my', 'pint_sg', 'tw_ecpay', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung'], mode: modify
l10n_sg_ubl_pint / res.partner / invoice_edi_format (False) : NEW selection_keys: ['ciusro', 'es_facturae', 'facturx', 'it_edi_xml', 'nlcius', 'oioubl_201', 'oioubl_21', 'pint_anz', 'pint_jp', 'pint_my', 'pint_sg', 'tw_ecpay', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung'], mode: modify
l10n_sg_ubl_pint / res.partner / ubl_cii_format (False) : DEL selection_keys: ['ciusro', 'facturx', 'nlcius', 'oioubl_201', 'pint_anz', 'pint_jp', 'pint_my', 'pint_sg', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'xrechnung'], mode: modify
---XML records in module 'l10n_sg_ubl_pint'---
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---Models in module 'l10n_vn_edi_viettel'---
---Fields in module 'l10n_vn_edi_viettel'---
l10n_vn_edi_viettel / res.partner / invoice_edi_format (False) : NEW selection_keys: ['ciusro', 'es_facturae', 'facturx', 'it_edi_xml', 'nlcius', 'oioubl_201', 'pint_anz', 'pint_jp', 'pint_my', 'pint_sg', 'tw_ecpay', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'vn_sinvoice', 'xrechnung'], mode: modify
l10n_vn_edi_viettel / res.partner / invoice_edi_format (False) : NEW selection_keys: ['ciusro', 'es_facturae', 'facturx', 'it_edi_xml', 'nlcius', 'oioubl_201', 'oioubl_21', 'pint_anz', 'pint_jp', 'pint_my', 'pint_sg', 'tw_ecpay', 'ubl_a_nz', 'ubl_bis3', 'ubl_sg', 'ubl_tr', 'vn_sinvoice', 'xrechnung'], mode: modify
l10n_vn_edi_viettel / res.partner / l10n_vn_edi_symbol (many2one) : needs conversion to v18-style company dependent
---XML records in module 'l10n_vn_edi_viettel'---
DEL ir.ui.view: l10n_vn_edi_viettel.account_move_send_inherit_l10n_vn_edi