Skip to content

Commit

Permalink
Merge PR #2222 into 13.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Mar 13, 2020
2 parents c75f4bd + 3ed9a84 commit fd7b619
Show file tree
Hide file tree
Showing 16 changed files with 481 additions and 17 deletions.
Expand Up @@ -474,6 +474,7 @@ NEW ir.module.category: base.module_category_accounting_accounting (noupdate)
NEW ir.rule: account.account_move_line_see_all (noupdate)
NEW ir.rule: account.account_move_see_all (noupdate)
NEW ir.rule: account.account_root_comp_rule (noupdate)
NEW ir.rule: account.journal_group_comp_rule (noupdate)
DEL ir.rule: account.account_invoice_line_comp_rule (noupdate)
DEL ir.rule: account.invoice_comp_rule (noupdate)
DEL ir.rule: account_voucher.voucher_comp_rule (noupdate)
Expand Down
@@ -0,0 +1,9 @@
---Models in module 'account_debit_note'---
new model account.debit.note [transient]
---Fields in module 'account_debit_note'---
account_debit_note / account.move / debit_note_ids (one2many) : NEW relation: account.move
account_debit_note / account.move / debit_origin_id (many2one) : NEW relation: account.move
---XML records in module 'account_debit_note'---
NEW ir.actions.act_window: account_debit_note.action_view_account_move_debit
NEW ir.ui.view: account_debit_note.view_account_debit_note
NEW ir.ui.view: account_debit_note.view_move_form_debit
@@ -1,16 +1,8 @@
---Models in module 'base_automation'---
new model base.automation.link.test
new model base.automation.linked.test
---Fields in module 'base_automation'---
base_automation / base.automation / trigger_field_ids (many2many) : NEW relation: ir.model.fields
base_automation / base.automation.lead.test / customer (boolean) : DEL
base_automation / base.automation.lead.test / employee (boolean) : NEW isfunction: function, stored
base_automation / base.automation.link.test / linked_id (many2one) : NEW relation: base.automation.linked.test
base_automation / base.automation.link.test / name (char) : NEW
base_automation / base.automation.linked.test / another_field (char) : NEW
base_automation / base.automation.linked.test / name (char) : NEW
---XML records in module 'base_automation'---
NEW ir.model.access: base_automation.access_base_automation_link_test
NEW ir.model.access: base_automation.access_base_automation_linked_test
NEW ir.ui.view: base_automation.assets_backend
NEW ir.ui.view: base_automation.qunit_suite
6 changes: 3 additions & 3 deletions addons/l10n_cl/migrations/13.0.3.0/openupgrade_analysis.txt
Expand Up @@ -721,9 +721,9 @@ NEW res.currency: base.USD (noupdate)
NEW res.currency: base.UYU (noupdate)
NEW res.currency: base.VEF (noupdate)
NEW res.currency: base.ZAR (noupdate)
NEW res.currency: l10n_cl.OTR
NEW res.currency: l10n_cl.UF
NEW res.currency: l10n_cl.UTM
NEW res.currency: l10n_cl.OTR (noupdate)
NEW res.currency: l10n_cl.UF (noupdate)
NEW res.currency: l10n_cl.UTM (noupdate)
NEW res.partner: l10n_cl.par_cfa (noupdate)
NEW res.partner: l10n_cl.par_sii (noupdate)
NEW res.partner: l10n_cl.par_tgr (noupdate)
Expand Down
@@ -0,0 +1,5 @@
---Models in module 'l10n_co_pos'---
---Fields in module 'l10n_co_pos'---
---XML records in module 'l10n_co_pos'---
NEW ir.ui.view: l10n_co_pos.assets
NEW ir.ui.view: l10n_co_pos.pos_config_view_form
3 changes: 3 additions & 0 deletions addons/l10n_in/migrations/13.0.2.0/openupgrade_analysis.txt
Expand Up @@ -44,8 +44,11 @@ NEW account.tax.report.line: l10n_in.tax_report_line_igst
NEW account.tax.report.line: l10n_in.tax_report_line_igst_root
NEW account.tax.report.line: l10n_in.tax_report_line_nil_rated
NEW account.tax.report.line: l10n_in.tax_report_line_sgst
NEW account.tax.report.line: l10n_in.tax_report_line_zero_rated
NEW account.tax.template: l10n_in.exempt_purchase
NEW account.tax.template: l10n_in.exempt_sale
NEW account.tax.template: l10n_in.igst_purchase_0
NEW account.tax.template: l10n_in.igst_sale_0
NEW account.tax.template: l10n_in.nil_rated_purchase
NEW account.tax.template: l10n_in.nil_rated_sale
NEW ir.model.access: l10n_in.access_l10n_in_account_invoice_report
Expand Down

0 comments on commit fd7b619

Please sign in to comment.