Ethan Hildick

Results 15 issues of Ethan Hildick

- Add saved context to the job - This was in the first draft https://github.com/OCA/queue/pull/406 but was missing in the https://github.com/OCA/queue/pull/432 PR that ended up being merged due to an...

approved
ready to merge

This field was Float pre-16, it was changed to Monetary [there](https://github.com/OCA/account-invoicing/commit/3384403d138904130496cbbbdfd042dbe5061285) I assume as a natural part of the refactorization https://github.com/OCA/sale-workflow/blob/627b3bee6fa0cb224c1e073df068019a90e96dce/sale_fixed_discount/models/sale_order_line.py#L12-L16 In `sale_fixed_discount` the field is `Float` and has configurable...

- Migration to 16.0 - Added extra commit to make adding lines in invoices more consistent with sale orders Currently in a 16.0 Runboat **With this config** ![Captura desde 2024-01-15...

Reopen https://github.com/OCA/bank-payment/pull/1086

stale

Forward ports of - https://github.com/OCA/bank-payment/pull/1049 - https://github.com/OCA/bank-payment/pull/1121

- Reopen https://github.com/OCA/account-payment/pull/685 - Added https://github.com/OCA/account-payment/commit/5f822651fc062d94d243855fd256b59b207c4007 + adapted to 16.0

approved

Add support for regional OSS taxes, in this case the Azores and Madeira regions in Portugal. Mentioned in the original PR https://github.com/OCA/account-fiscal-rule/pull/207#issuecomment-860566230 but was left pending I checked other OCA...

approved
ready to merge

- Multi-aware create for sale order line to help performance

- Force the calculation to be with full decimal precision, this is equivalent to the current computation in invoices https://github.com/OCA/account-invoicing/blob/d2e12c03b50011bb788cf482346710f0fefe0de3/account_invoice_triple_discount/models/account_move_line.py#L73-L74

enhancement
needs review
stale

- Add the option to configure the `enqueued_delta` and `started_delta` parameters on a channel by channel basis. If not set it will use the global value set in the cron...