- 24 May, 2010 26 commits
-
-
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
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35551 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35550 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Nicolas Dumazet for notice it git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35549 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
* Add parent_specialise_reference related key to select simulation movements by the applied rule reference. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35548 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 May, 2010 1 commit
-
-
Tatuya Kamada authored
Set cell parameter before to get the enable field value, otherwise we can not use the cell property in the enable field itself. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35547 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 May, 2010 2 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35542 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Add support of passing supply path types explicitly to getPriceParameterDict. This is useful to filter out, for example, Purchase Supply Paths when the context is a Sale Order. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35541 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 May, 2010 11 commits
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35540 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35539 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
More work is needed to make it replace the page teamplates defined in erp5_xhtml_style. Work by FX Algrain. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35538 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
portal_type to remove non existing types git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35537 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35536 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35535 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Display preferred base amounts in base contribution list and base application list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35534 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
remove proxy role which is therefore no longer needed git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35532 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35531 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35530 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Change base amount preference. Only one preferred list on trade is enough. * Revert previous changes. On movements, display uses defined on the corresponding resource only. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35529 20353a03-c40f-0410-a6d1-a30d3c3de9de
-