Pedro M. Baeza

Results 49 issues of Pedro M. Baeza

- New fields 165-170. - Mapping all the new taxes. - New BOE format. @Tecnativa TT51084

This module allows to plan in advance the start/end dates and assignees for the sales order lines that are services, and they are transferred to the created task (if any)...

- Incluye #3731 con el parche correcto - Forward-port de #3832 @Tecnativa

stale

Desde 18.0, Odoo incluye un módulo llamado [`certificate`](https://github.com/odoo/odoo/tree/18.0/addons/certificate), que permite almacenar y gestionar certificados criptográficos. Utiliza principios parecidos a los que tenemos en [`l10n.es.aeat.certificate`](https://github.com/OCA/l10n-spain/blob/17.0/l10n_es_aeat/models/aeat_certificate.py), y las mismas librerías para extraer...

This change was introduced unnoticed in the migration to 16.0 in #544, but it has several problems: - The onchange is only executed for one record, not several, and this...

stale

On the context of creating complex MIS reports involving several companies, budgets, etc, you may need for example to have a consolidated budget, but the budgets can be done only...

enhancement

This commit improves the provider pull wizard in 2 ways: - It asks for dates instead of datetimes, as at the end, the minimum pull unit is the whole day,...

Fixup of #1240 When using the trial balance clicking on "Show partner details", you get the following crash: ``` File ".../account_financial_report/models/ir_actions_report.py", line 19, in _render_qweb_html return super(IrActionsReport, obj)._render_qweb_html( File ".../odoo/addons/base/models/ir_actions_report.py",...

Forward-port of #722 and #723 If you mark explicitly a tax with analytic, or have repartition lines without account, then the analytic tags should be propagated to these lines. @Tecnativa...