- 19 Jan, 2009 3 commits
-
-
Fabien Morin authored
If a CheckBox has never been modified, the default value is 0. If you want the default value to be 1 (modifying the corresponding propertysheet), the DefaultValue method always return 0, even if 1 is in the propertysheet defined for the field (because of the condition "if value not in (None, ''); value = ob.getProperty(self.key, d=value)". So it was impossible to use the propertysheet to defined a default checked checkbox (the hack was to use tales). With this new class, it's now possible to use propertysheet to have a checked default value on a CheckBox. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25166 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25165 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
variation category list cannot be handled by MovementGroup. If a user choose to keep a divergence, variation category list of both simulation movements and lines are required. Otherwise a divergent line's variaition category will not be displayed in the matrix box. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25164 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jan, 2009 18 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25161 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* PortalType descriptions clean up. * Workflow titles and descriptions clean up. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25160 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* PortalType descriptions clean up. * make Workflow transitions' title more verbose. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25157 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
enhance test_intermediateLinesAreNotCreatedOnPaysheet to check values and to have a more complete test. fix some problems git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25155 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
- Add new type 'None' to handle None values - Use XML Marshaller for list types instead of concatenate them with '@@@' - Use XML API to generate tree (avoid indentation issues, and produce a lightweight XML) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25154 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25153 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25152 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25151 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add a test to check the intermediate lines works and if the checkbox is checked on Pay Sheet Model Line, Pay Sheet Lines are not created git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25150 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* add an update_portal_types_by_english_glossary action. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25149 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25148 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25147 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25146 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Also change field name to "Index", because "Order" is for trade order git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25145 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25144 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25143 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
When no valid rule is found for a given reference, raise NotFound rather than just use the reference. Otherwise, if one forget to validate rules appropriately (e.g. just installed business templates), the behaviors would be weird. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25142 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25141 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jan, 2009 19 commits
-
-
Kazuhiko Shiozaki authored
* improve Glossary to Field/Workflow comparison dialogues. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25138 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25137 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25136 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Workflow titles and descriptions clean up. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25135 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25134 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25133 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Workflow titles and descriptions clean up. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25132 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25131 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
rounding problem are understandable this way git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25130 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* The size of some icons are modified by the previous commit. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25128 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add check of base_contribution_list. The list should be the same that the one on the corresponding Pay Sheet Model Line git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25127 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25126 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25125 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
use base_application and base_contribution from model line instead of base_amount (from model line and from payroll service) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25124 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25123 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- change test to use base_application and base_contribution of the Pay Sheet Model Line instead of base_amount (from model line and payroll service) - replace base_salary by it's value : this is easier to understand git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25122 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* Sync with erp5_xhtml_style (r.24958). * XML format changes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25121 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Add base_application_list and base_contribution_list fields on PaySheetModelLine_view and remove base_amount on PaySheetModelLine and Payroll services git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25120 20353a03-c40f-0410-a6d1-a30d3c3de9de
-