- 25 May, 2010 17 commits
-
-
Nicolas Dumazet authored
The purpose is to avoid creating any indexing active objects on pasted objects. It will be used for Template creation. The manage_pasteObjects code was retrieve from Zope OFS/CopySupport as it is not extendable. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35608 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
selection_name was not precise enough for example, if your have two tabs in your browser, one on Person Portal Type and one on Organisation Portal Type and you go on Action Information subobject and use the next and previous arrows to naviagate between the action, Organisation and Person will be mixed up because of they use same selection name. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35607 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
are created when creating a Template Failing for now; the code fixing it is on its way. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35606 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35604 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35603 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35602 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35601 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35600 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Reuse space most optimally. Clean up commented parts. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35599 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35598 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Override _getBaseUnitPrice, as we want to use Movement.getPriceCalculationOperandDict if the context is a Movement. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35597 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35596 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35595 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35594 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35592 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35589 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35588 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 May, 2010 23 commits
-
-
Kazuhiko Shiozaki authored
these assertions were written according to the wrong implementation, that was fixed in r35561 and r35573. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35584 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35578 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
build() activity should wait for '(path)_updateAppliedRule' tag, otherwise it will be invoked too early. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35575 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35574 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
build() activity should wait for '(path)_updateAppliedRule' tag, otherwise it will be invoked too early. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35573 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35572 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* Improve activity dependencies for Delivery_updateAppliedRule, eg. delivery.activate(tag='(path)_updateAppliedRule', after_tag='(path)_expand').Delivery_updateAppliedRule(activate_kw={'tag':'(path)_expand'}) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35571 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35570 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
This is partial work, for now the form is not present and they are not available as allowed content types in accounting module. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35569 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35568 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
(before your filters where erased by filter determined by the predicate) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35567 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
in listboxes for example) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35565 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35564 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35563 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35562 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* Call Delivery_updateAppliedRule with activity in accounting_workflow/scripts/buildTradeModelLineList. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35561 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35560 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* Allow to select multiple accounts root in General Ledger and Trial Balance git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35557 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* Improve activity dependencies for Delivery_updateAppliedRule, eg. delivery.activate(tag='(path)_updateAppliedRule', after_tag='(path)_expand').Delivery_updateAppliedRule(activate_kw={'tag':'(path)_expand'}) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35555 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update Movement_getUseItemList. Add an empty select option to the result. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35554 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Calling directly .unindexObject on a new object is not enough, because some activity might be queued, waiting to reindex that object. The fact that isIndexable is False prevents _new_ reindexing activities to be queued but _not_ already queued activities to go on. In practice, unindexObject was executed immediatly, a commit/tic followed and executed just after a reindex, eventually indexing the object. Queuing the unindexObject call as an SQLQueue activity with an after_path_and_method_id matching the possible reindexing activities on that object is the way to go to avoid that reindexation race. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35553 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35552 20353a03-c40f-0410-a6d1-a30d3c3de9de
-