minor fix

This commit is contained in:
wilsongomez 2022-04-18 10:55:39 -05:00
parent 9b481d2ca0
commit 5bc1f58d23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ MODELS = {
'rec_name': 'number',
'fields': [
'number', 'party', 'lines', 'sale_date', 'state', 'position',
'total_amount_cache', 'salesman', 'payment_term', 'payments',
'total_amount_cache', 'salesman', 'payment_term.payment_type', 'payments',
'total_amount', 'residual_amount', 'paid_amount', 'untaxed_amount',
'tax_amount', 'delivery_charge', 'price_list', 'invoice_number',
'shipment_address', 'channel', 'delivery_way', 'consumer', 'kind',