- 27 Jan, 2017 1 commit
-
-
Romain Courteaud authored
-
- 25 Jan, 2017 26 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
erp5_calendar: Leave Request Period only use services as Resource
-
Xiaowu Zhang authored
erp5_travel_expense: In expense report, remove useless rsvp.queue, do not overwrite special character
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Xiaowu Zhang authored
synchronize automatically data block web site
-
Xiaowu Zhang authored
A Localisation Record is created when submit a expense record only one received localisation record per user erp5_travel_expense: localisation search should not prevent image preview erp5_travel_expense: make sure localisation gadget is loaded erp5_travel_expense: don't create localisation record when location is undefined erp5_travel_expense: naming convention
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Cédric Le Ninivin authored
erp5_travel_expense: Have Projects availables in Expense, define group on images and set source_section
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
epr5_payroll: update social_declaration view as transactions can be aggregated by several social declarations
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
It will allow to differenciate the Employer for which the Employee is working, and the Company to which the accounting and the payment are related
-
- 24 Jan, 2017 1 commit
-
-
Julien Muchembled authored
-
- 23 Jan, 2017 3 commits
-
-
Yusei Tahara authored
This reverts commit 6b6f1fe0.
-
Yusei Tahara authored
This reverts commit 003e34c7.
-
Vincent Pelletier authored
The resource-to-account relationship is intended to be declared by predicates (which are used here), but should only be explicitely set on movements when they *differ* from these rules, as special overrides. So, setting default accounts on movement is unnecessary work: - predicate lookup is expensive, and business-model-specific shortcuts may be available which such generic implementation cannot implement - multiplying unneeded relationships increases category table size, which is generally detrimental to performances
-
- 21 Jan, 2017 1 commit
-
-
Yusei Tahara authored
-
- 20 Jan, 2017 1 commit
-
-
Yusei Tahara authored
-
- 19 Jan, 2017 7 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
just test for truth instead of checking in [list of false instance] fix typos and remove unused variables.
-
Jérome Perrin authored
-
Jérome Perrin authored
Login_isPasswordValid is no longer used.
-
Jérome Perrin authored
When reseting password through portal_password, we should check new password comply with policy. Because user is not logged in at this stage, we expose a new method `PasswordTool.analyzePassword` that checks the password is valid for this reset key.
-
Jérome Perrin authored
-
Jérome Perrin authored
This is a change in the API, previously only "messages id" were returned. To make it easier to reuse analyzePassword in other contexts, we now return the message directly.
-