Alexis de Lattre
Alexis de Lattre
I use Odoo v8. I want to use the OCA module account_credit_control (https://github.com/OCA/account-financial-tools/tree/8.0/account_credit_control) with my prefered reporting engine (aeroo). This module has a report based on the object credit.control.communication (TransientModel)...
If you define in an XML file an aeroo report with a "name" field that has a non-ASCII character, you will get this error message in the logs when you...
Scenario to reproduce the bug on odoo v8: 1) install the module report_aeroo_printscreen 2) go to the list of customer invoices. Check some invoices, then Print > Print Screen. In...
With an up-to-date aeroo_reports module for v8, when I setup an aeroo txt/genshi report with in_format = genshi-raw and out_format = "report_aeroo.report_mimetypes_raw", the report is successfully executed but the output...
Add support for generation of stock.move.line for scapping operations Remove lot_name in SQL request when not needed Add comments in mrp module Fixes a very old but very important bug...
Adds buttons to mark activity as done / mark as done + schedule next (as in activity window) This is a forward-port of v12 PR https://github.com/OCA/social/pull/771
stock_barcodes_gs1: Use the python lib stdnum.gs1_128 instead of the OCA module base_gs1_barcode. The stdnum lib is already used by Odoo, so it's not an additionnal lib. Add debug logs
The PR https://github.com/OCA/stock-logistics-barcode/pull/560 by @dalonsod has introduced a regression: it uses the fields "user_id", "inventory_quantity_set" and "inventory_date" and on stock.quant, which exists on odoo v15 but NOT on odoo v14...
I migrated the module in october 2022, but it seems that I forgot to make the PR... sorry about that.
Add '%' after the rate value in the product form view