account.move.form.inherit.l10n.cl
account.move
{'invisible': [('move_type', '=', 'out_invoice'), ('l10n_latam_internal_type', '!=', 'debit_note')], 'required': [('l10n_latam_internal_type', '=', 'debit_note')]}
account.move.latam.form.inherit.l10n.cl
account.move
{
'invisible': [
'|',
('l10n_latam_use_documents', '=', False),
('l10n_latam_manual_document_number', '=', False),
'|', '|',
('l10n_latam_use_documents', '=', False),
('highest_name', '!=', False),
('state', '!=', 'draft'),
'|', '|', '|',
('l10n_latam_use_documents', '=', False),
('posted_before', '=', False),
('state', '!=', 'draft'),
('country_code', '!=', 'CL')
],
'readonly': [('posted_before', '=', True), ('state', '!=', 'draft')],
'required': ['|', ('l10n_latam_manual_document_number', '=', True), ('highest_name', '=', False)]}
account.move.tree2
account.move
Sale Invoices and Credit Notes
account.move
[('move_type', 'in', ['out_invoice', 'out_refund'])]
{'default_move_type': 'out_invoice'}
current
tree,form
Vendor Bills and Refunds
account.move
[('move_type', 'in', ['in_invoice', 'in_refund'])]
{'default_move_type': 'in_invoice'}
current
tree,form