- 06 Dec, 2012 2 commits
-
-
Łukasz Nowak authored
-
Romain Courteaud authored
-
- 28 Nov, 2012 1 commit
-
-
Łukasz Nowak authored
-
- 27 Nov, 2012 1 commit
-
-
Łukasz Nowak authored
Order Builder has same functionality as Devliery Builder.
-
- 22 Nov, 2012 1 commit
-
-
Łukasz Nowak authored
Returning true allows to add movements to existing one, and this group shall always separate them.
-
- 21 Nov, 2012 1 commit
-
-
Łukasz Nowak authored
Show sorted list, as sorting does not impact sets equality, and, if possible, format a list in human readable way.
-
- 13 Nov, 2012 2 commits
-
-
Łukasz Nowak authored
Do not *reset* them, as it is normal to have more then one Open Sale Order with same reference, as other coordinates (like validation_state) are used to distinguish the documents.
-
Łukasz Nowak authored
-
- 08 Nov, 2012 3 commits
-
-
Łukasz Nowak authored
smtp_url can be None, so do not treat it as string, allow to take different actions (like doing nothing).
-
Łukasz Nowak authored
getMessageList shall not be available on normal mail host. It will be available on one coming from live tests, so in such case die immediately.
-
Łukasz Nowak authored
-
- 07 Nov, 2012 6 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 31 Oct, 2012 3 commits
-
-
Łukasz Nowak authored
This reverts commit 4e0c2786. Catalog clearing functionality is required.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 30 Oct, 2012 5 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
The promise will always fail, unless there is active system preference to fix.
-
- 25 Oct, 2012 2 commits
-
-
Łukasz Nowak authored
This is yet another case of object being already removed.
-
Łukasz Nowak authored
-
- 24 Oct, 2012 1 commit
-
-
Rafael Monnerat authored
-
- 23 Oct, 2012 1 commit
-
-
Romain Courteaud authored
Use aq_base to only fetch from document.
-
- 22 Oct, 2012 1 commit
-
-
Łukasz Nowak authored
The logic of assignments checking shall be easy to use by other plugins in order to avoid code duplication and minimise risk of non fixed security issues.
-
- 18 Oct, 2012 4 commits
-
-
Łukasz Nowak authored
Avoid calling isDivergent which can take few minutes to finish. causality_state comes from well designed causality workflow, which informs enough about delivery state. Fetching causality_state property is extremely fast.
-
Rafael Monnerat authored
Scope only includes cloudooo, memcached and kumofs configuration for now.
-
Rafael Monnerat authored
Create promise configuration on-the-fly with the configurations reusing existing API to get cloudooo, memcached and kumofs informations from environment. This approach allow us use erp5_promise alarms at any unit test to configure cloudooo, memcached and kumofs, instead implement ad-hoc configurations on tests afterSetup methods.
-
Rafael Monnerat authored
Ignore alarm if promise is not defined (not the contrary).
-
- 17 Oct, 2012 5 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Conflicts: bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/scripts/Delivery_localBuild.xml bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/transitions/confirm.xml bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_workflow/transitions/start.xml bt5/erp5_administration/SkinTemplateItem/portal_skins/erp5_administration/Alarm_activateFixConsistency.xml bt5/erp5_advanced_invoicing/WorkflowTemplateItem/portal_workflow/invoice_workflow/scripts/Delivery_Build.xml bt5/erp5_base/SkinTemplateItem/portal_skins/erp5_base/Delivery_getODTDataDict.xml bt5/erp5_base/WorkflowTemplateItem/portal_workflow/delivery_simulation_interaction_workflow/scripts/Delivery_updateCausalityState.xml bt5/erp5_base/WorkflowTemplateItem/portal_workflow/simulation_movement_causality_interaction_workflow/interactions/calculate_causality.xml bt5/erp5_base/bt/revision bt5/erp5_computer_immobilisation/SkinTemplateItem/portal_skins/erp5_computer_immobilisation/Computer_applyComputerModel.xml bt5/erp5_invoicing/SkinTemplateItem/portal_skins/erp5_invoicing/InvoiceTransaction_postGeneration.xml bt5/erp5_invoicing/SkinTemplateItem/portal_skins/erp5_invoicing/Invoice_viewAsODT.xml bt5/erp5_invoicing/bt/revision bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_order_workflow/scripts/Order_buildPackingList.xml bt5/erp5_open_trade/SkinTemplateItem/portal_skins/erp5_open_trade/Alarm_updateOpenOrderSimulation.xml bt5/erp5_open_trade/SkinTemplateItem/portal_skins/erp5_open_trade/OpenOrderLine_updateSimulation.xml bt5/erp5_open_trade/SkinTemplateItem/portal_skins/erp5_open_trade/OpenOrder_updateSimulation.xml bt5/erp5_open_trade/bt/revision product/CMFActivity/skins/activity/SQLBase_reserveMessageList.zsql product/ERP5/Document/Delivery.py product/ERP5/Tool/CertificateAuthorityTool.py product/ERP5/bootstrap/erp5_core/bt/revision product/ERP5Configurator/Tool/ConfiguratorTool.py product/ERP5Type/ERP5Type.py
-
- 16 Oct, 2012 1 commit
-
-
Rafael Monnerat authored
use by using "self" on transactional_cached decorator breaks ERP5Site creation due aq_base.
-