Subject:
[IMP] saas_client: New parameter to allow calling the private method runner without returning the result.
Author:
Joaquin Arroyo
Committer:
Joaquin Arroyo
Subject:
[FIX] l10n_ar_sale: Fix sale order line date. The _l10n_ar_add_taxes method of account.fiscal.position of the l10n_ar_tax module ( https://github.com/ingadhoc/odoo-argentina/blob/18.0/l10n_ar_tax/models/account_fiscal_position.py#L10 ) gets the date of the sale.order as datetime.datetime (from l10n_ar_sale module https://github.com/ingadhoc/argentina-sale/blob/18.0/l10n_ar_sale/models/sale_order_line.py#L130 ) but compares it with the from_date and to_date fields of l10n_ar.partner.tax model which are of type datetime.date then we convert the date of the sale.order.line as datetime.date to make a homogeneous comparison between date fields of the same type (datetime.date). Also we ensure to use the timezone of Argentina to avoid issues with timezones when comparing dates. Ticket adhoc side: 97262, 97292
Author:
Pablo Montenegro
Committer:
Juan José Scarafía