Use Odoo fields at invoice confirmation
I want to use the invoice number that is generated when confirming an invoice, but I want to use it when confirming the invoice.
Disrupt Odoo flow
I am developing an electronic invoicing system with a third party invoice certifier. When there is an error in the invoice and it is not certified, the certifier returns a json with information about the error.
Update amount_total with globally updated taxes
I’m developing an Odoo module to apply taxes globally on the entire invoice amount. This means users will add taxes to the final total instead of individual invoice lines.
Filters in inherited views
Create a new invoice type for Odoo “Facturas especiales”, they share the “in_invoice” type, but “Facturas especiales” have a boolean field that differentiates them from normal vendor invoices. The filter to not show normal vendor invoices in the “Facturas especiales” view works, but the filter to NOT show “Facturas especiales” in the vendor invoices view does not work.
I have been trying to install Odoo in my system but have been failing since the past week
I have been trying to run Odoo in my system but couldnt. I have cloned the repo and am following the steps given in the odoo documentation on their website but its still not running. I was getting module not found errors. So i set up a virtual environment , installed the modules individually there and tried to run it . After that when i try to run it , im getting error in the modules. Please help
Odoo onchange event for invoice_status of sale.order not firing
Does anyone know why the onchange event as coded below is not fired as expected? It fires only once, when making a new Sale Order (before saving). The invoice_status is actually changing (as is confirmable in the tree view). Expected behavior is that the event is fired on every change.
Run odoo tests in odoo sh
anyone know how to run odoo custom test cases(test cases from custom module) on odoo.sh while build on odoo sh?