- Apr 13, 2022
-
-
Nicolas (vin) authored
Add a check in 'AccountTestInvoicingCommon' to ensure that all tests using it are run in post_install. These tests cannot be run at install, thus they would be ignored and wouldn't run on the Runbot. closes odoo/odoo#87677 Related: odoo/enterprise#25779 Signed-off-by:
Florian Gilbert <flg@odoo.com>
-
- Nov 18, 2021
-
-
Habib (ayh) authored
[IMP] account_edi,account_edi_extended,l10n_es_edi_sii,l10n_it_edi_sdicoop: improve the ability to debug EDI xml When using EDI, documents often fail to be submitted to the relevant API. This provides the ability to generate and download the XML Task-2669041 closes odoo/odoo#79160 Related: odoo/enterprise#21970 Signed-off-by:
Laurent Smet <las@openerp.com>
-
- Jul 26, 2021
-
-
Xavier-Do authored
The license is missing in most enterprise manifest so the decision was taken to make it explicit in all cases. When not defined, a warning will be triggered starting from 14.0 when falling back on the default LGPL-3. closes odoo/odoo#74231 Related: odoo/enterprise#19850 Related: odoo/design-themes#43 Signed-off-by:
Xavier Dollé (xdo) <xdo@odoo.com>
-
- Feb 08, 2021
-
-
Benjamin Frantzen (bfr) authored
Before this commit, the button 'Retry' would appear if the blocking_level of an account.move (aggregated value of all the related edi.document) was lower than 'error' even though the button 'Send now' also appears. The button 'retry' should only show if the blocking_level is 'error'. closes odoo/odoo#65685 Signed-off-by:
Laurent Smet <smetl@users.noreply.github.com>
-
- Jan 28, 2021
-
-
Benjamin Frantzen (bfr) authored
- Some errors will never get fixed until user intervention, it doesn't make sense to run the CRON when there is such error. + some small improvements and esthetic changes - When we are in a CRON, we need to commit the changes between each call to web-service to avoid loss of data. - Small refactor of edi.document prepare_jobs and process_jobs - Added an arbitrary key to create the batches.
-