Skip to content
Snippets Groups Projects
Commit 06bcfa8f authored by Jigar Vaghela's avatar Jigar Vaghela
Browse files

[IMP] l10n_latam_invoice_document: remove non use context from view

pass move type to journal for filtration but it is removed by this commit https://github.com/odoo/odoo/commit/a9b762870651e607b244d8fd5681a9f3557cc0e9#diff-59b30a3c3997659843dcc916225f508a

 so no more in use

closes odoo/odoo#44538

Signed-off-by: default avatarJosse Colpaert <jco@openerp.com>
parent daedd9eb
Branches
Tags
No related merge requests found
......@@ -48,11 +48,6 @@
<field name="l10n_latam_document_number"
attrs="{'invisible': ['|', ('l10n_latam_sequence_id', '!=', False), ('l10n_latam_use_documents', '=', False)], 'required': [('l10n_latam_sequence_id', '=', False), ('l10n_latam_use_documents', '=', True)], 'readonly': [('state', '!=', 'draft')]}"/>
</field>
<field name="journal_id" position="attributes">
<attribute name="context">{'default_type': type}</attribute>
</field>
</field>
</record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment