You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:school-base-openerp-module

There are download files available for school-openerp-module.

See all merge proposals.

school-openerp-module has 12 active branches owned by 6 people and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:school-base-openerp-module
Series: v.2
bug(Linked to a blueprint) 1 Development 2013-12-18 17:09:36 UTC
102. [FIX] Minor bugs fixed.

Author: Pereerro
Revision Date: 2013-12-18 17:09:36 UTC

[FIX] Minor bugs fixed.

lp:school-base-openerp-module/v.3
Series: v.3
1 Development 2013-03-09 23:37:13 UTC
1. Initial commit.

Author: Pereerro
Revision Date: 2013-03-09 23:37:13 UTC

Initial commit.

lp:~school-dev-team/school-base-openerp-module/school-ampa-openerp-module (Linked to a blueprint) 0 Experimental 2013-12-01 10:34:22 UTC
34. [REF] Code reordered

Author: pereerro
Revision Date: 2013-12-01 10:34:22 UTC

[REF] Code reordered

lp:~echeverrifm/school-base-openerp-module/school-base-openerp-module-7.0 1 Development 2013-05-18 04:30:46 UTC
1. Initial commit.

Author: Pereerro
Revision Date: 2013-03-09 23:37:13 UTC

Initial commit.

lp:~andorrax/school-base-openerp-module/xavi 1 Development 2012-10-06 00:32:31 UTC
33. make a little text change

Author: Xavier AndorrĂ 
Revision Date: 2012-10-06 00:10:17 UTC

make a little text change

lp:~pau-tecnoba/school-base-openerp-module/pau 1 Development 2012-09-16 20:53:03 UTC
30. [FIX] Not reported bug fixed

Author: Pereerro
Revision Date: 2012-09-12 18:44:01 UTC

[FIX] Not reported bug fixed

lp:~juan-pimentel/school-base-openerp-module/school-base-openerp-module 1 Development 2012-09-09 12:35:42 UTC
28. [IMP] School_evaluation refactored [I...

Author: Pereerro
Revision Date: 2012-08-09 16:54:21 UTC

[IMP] School_evaluation refactored
[IMP] New report for school_evaluation (using WEBKIT)
[FIX] Some bugs fixed for compatibility with 6.1

lp:~school-dev-team/school-base-openerp-module/school-base-v6 1 Development 2011-05-20 17:08:12 UTC
5. [IMP] school_base: Improved some views.

Author: Jordi Esteve (www.zikzakmedia.com)
Revision Date: 2011-05-20 17:08:12 UTC

[IMP] school_base: Improved some views.

lp:~school-dev-team/school-base-openerp-module/school-saga-v6 1 Development 2011-03-27 21:17:43 UTC
3. [IMP] school_saga: - Improved ca and ...

Author: Jordi Esteve (www.zikzakmedia.com)
Revision Date: 2011-03-27 21:17:43 UTC

[IMP] school_saga:
- Improved ca and es translations.
- Added import of human resources (teachers) and school classes.
[FIX] school_saga: Fixed import of gender field.

lp:~school-dev-team/school-base-openerp-module/school-base-extension-v6 1 Development 2011-03-27 21:16:34 UTC
3. [IMP] school_base_extension: Improvem...

Author: Jordi Esteve (www.zikzakmedia.com)
Revision Date: 2011-03-27 21:16:34 UTC

[IMP] school_base_extension: Improvements in IWL (impartition week line). Reorder the menues.
[FIX] school_base_extension: Fixed user permissions, access paths to report files and installation order of XML files.

lp:school-base-openerp-module/trunk 1 Development 2011-03-23 11:48:30 UTC
44. [IMP] ALERT! IWL very important updat...

Author: Pere Ramon Erro Mas
Revision Date: 2011-03-23 11:48:30 UTC

[IMP] ALERT! IWL very important updates.

It must change the DB :
-- Execute after groups_group (and school_base) module update
alter table groups_group add classification2 integer;
insert into groups_classification (name) select distinct classification from groups_group where classification is not null;
update groups_group as g set classification2=c.id from groups_classification as c where g.classification=c.name and g.classification is not null;
alter table groups_group drop classification;
alter table groups_group rename classification2 to classification;

-- Change seances. Go to measure the time interval of "start and duration"to "start and end "
update school_seance set date_to=date+duration*INTERVAL '1 HOUR';

-- Change impartition_week_line. Go to measure the time interval of "beginning and end" to "start and duration"
update school_impartition_week_line set duration=hour_to-hour_from;

lp:~xplai/school-base-openerp-module/aula (Linked to a blueprint) 2 Mature 2010-07-15 15:42:35 UTC This branch has not been pushed to yet.
112 of 12 results
You can't create new branches for school-openerp-module.