Skip to content

Commit a72ced3

Browse files
author
Pedro M. Baeza
authored
Merge pull request OCA#5414 from Tecnativa/17.0-ou-add-l10n_latam_invoice_document
[17.0][OU-ADD] l10n_latam_invoice_document: Nothing to do
2 parents 4232c49 + 4866ed6 commit a72ced3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docsource/modules160-170.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ Module coverage 16.0 -> 17.0
492492
+---------------------------------------------------+----------------------+-------------------------------------------------+
493493
| l10n_latam_check | |No DB layout changes. |
494494
+---------------------------------------------------+----------------------+-------------------------------------------------+
495-
| l10n_latam_invoice_document | | |
495+
| l10n_latam_invoice_document | Nothing to do | |
496496
+---------------------------------------------------+----------------------+-------------------------------------------------+
497497
| |new| l10n_lb_account | | |
498498
+---------------------------------------------------+----------------------+-------------------------------------------------+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---Models in module 'l10n_latam_invoice_document'---
2+
---Fields in module 'l10n_latam_invoice_document'---
3+
l10n_latam_invoice_document / l10n_latam.document.type / internal_type (selection) : selection_keys is now '['all', 'credit_note', 'debit_note', 'invoice']' ('['credit_note', 'debit_note', 'invoice']')
4+
# NOTHING TO DO: New feature, does not alter existing data
5+
6+
---XML records in module 'l10n_latam_invoice_document'---
7+
NEW ir.model.access: l10n_latam_invoice_document.access_l10n_latam_document_type
8+
DEL ir.model.access: l10n_latam_invoice_document.access_l10n_latam_document_type_all
9+
# NOTHING TO DO: Handled by ORM
10+
11+
NEW ir.model.constraint: l10n_latam_invoice_document.constraint_account_move_unique_name [renamed from l10n_latam_account_sequence module]
12+
NEW ir.model.constraint: l10n_latam_invoice_document.constraint_account_move_unique_name_latam [renamed from l10n_latam_account_sequence module]
13+
DEL ir.model.constraint: l10n_latam_account_sequence.constraint_account_move_unique_name [renamed to l10n_latam_invoice_document module]
14+
DEL ir.model.constraint: l10n_latam_account_sequence.constraint_account_move_unique_name_latam [renamed to l10n_latam_invoice_document module]
15+
# NOTHING TO DO: just moved from l10n_latam_account_sequence, but the code remains the same

0 commit comments

Comments
 (0)