- 10 Mar, 2010 40 commits
-
-
Kazuhiko Shiozaki authored
directly call getter instead of using Base.getProperty() because getProperty() does not work well for acquired property (eg. payment_condition_efficiency) to acquire values from parent. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33594 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33593 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33591 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
These two bugs can only triggered if a proxy field use a field inside a form which is overrided by an another form contained in a skin folder with higher priority. Person_view.my_title \ | custom_project_folder.Base_viewFieldLibrary <== my_title field is not present |- erp5_core.Base_viewFieldLibrary.my_title <== fallback to next form according skin priority * ProxyField.getTemplateField does not return acceptable acquisition context in some conditions. An infinite loop can be triggered because getTemplateField return the proxyfield itself. * If a Field returned by getRecursiveTemplateField is not wrapped in portal acquisition context, it can not being accessed in Restricted Environment. Because current user is not known in the context of the inspected object. er5_core.Base_edit.py l194: field_meta_type = field.getRecursiveTemplateField().meta_type raises Unauthorized Exception. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33589 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33588 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33587 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- update changes and TODO - expose new version in setup git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33586 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33585 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33584 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33583 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33582 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33581 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33580 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33578 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33577 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33576 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33575 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33573 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33572 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
no longer set solver category in simulation movements, because one simulation movements can be related to several solver decisions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33571 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33570 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33569 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
staticmethod() is used because the imported methods do not use self/klass as a first parameter. Arguably, we could also fix the method and introduce a first parameter, even if it is unused. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33568 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33567 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33566 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33565 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
* Update init scripts of transactions to make reference. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33563 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33562 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
* Set an init script into Sale Invoice portal type. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33561 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33560 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
of components that were used to create those final items. Two accesses: * Select multiple resources in Product module * From the Product view A Dialog allows you to pick which transformed components you want to take into account. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33559 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
What's the point? Mostly cleaning up pyflakes output: now, running it on those files does not give anymore cluttered output, but raises (almost) only valid human errors. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33557 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33556 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33555 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33554 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33553 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
lxml.html.tostring seems not work well when it has tal:block, so context substitution was moved to first. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33552 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33551 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33550 20353a03-c40f-0410-a6d1-a30d3c3de9de
-