odoo/odoo.git
10 years ago[CLEAN] [IMP] website_blog: module cleaning + website template improvements
Thibault Delavallée [Fri, 11 Oct 2013 09:39:13 +0000 (11:39 +0200)]
[CLEAN] [IMP] website_blog: module cleaning + website template improvements

[MOV] website_blog: module organization cleaning. Files have been moved accordingly to the new organization
we would like to impose in OpenERP addons :
- model-related files: in models directory
- data/demo files: in data directory
- renamed sexurity/website_mail.xml to website_blog.xml, to avoid confusing the module with website_mail

[CLEAN] website_blog: cleaned website templates

Cleaned options: tags, hide author name, ... and default values for those options. We decided
to display tags, but hide blog name. Default implementation is a single blog layout.

Fixed display without right column: should take all page width.

Updated template ids: option begin by opt_ to easily find them when grepping / searching.

[FIX] website_blog: fixed class name for tests, importing class that does not exist anymore in trunk (was changed)

bzr revid: tde@openerp.com-20131011093913-qlkgqxvodlx41rnk

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Fri, 11 Oct 2013 09:37:03 +0000 (11:37 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20131011093703-y3jdkox2xjkgorsu

10 years ago[CLEAN] website_blog: cleaned website templates
Thibault Delavallée [Fri, 11 Oct 2013 09:18:15 +0000 (11:18 +0200)]
[CLEAN] website_blog: cleaned website templates

Cleaned options: tags, hide author name, ... and default values for those options. We decided
to display tags, but hide blog name. Default implementation is a single blog layout.

Fixed display without right column: should take all page width.

Updated template ids: option begin by opt_ to easily find them when grepping / searching.

bzr revid: tde@openerp.com-20131011091815-jfaxzml35f2j37be

10 years ago[MOV] website_blog: module organization cleaning. Files have been moved accordingly...
Thibault Delavallée [Fri, 11 Oct 2013 08:12:15 +0000 (10:12 +0200)]
[MOV] website_blog: module organization cleaning. Files have been moved accordingly to the new organization
we would like to impose in OpenERP addons :
- model-related files: in models directory
- data/demo files: in data directory
- renamed sexurity/website_mail.xml to website_blog.xml, to avoid confusing the module with website_mail

bzr revid: tde@openerp.com-20131011081215-jnsyqyk7zzrw22qg

10 years ago[FIX] website_blog: tests: fixed class name for tests, importing class that does...
Thibault Delavallée [Fri, 11 Oct 2013 08:05:12 +0000 (10:05 +0200)]
[FIX] website_blog: tests: fixed class name for tests, importing class that does not exist anymore in trunk (was changed)

bzr revid: tde@openerp.com-20131011080512-0yijt0ppy7fpq5sn

10 years ago[MERGE] Sync with trunk
Thibault Delavallée [Fri, 11 Oct 2013 07:57:23 +0000 (09:57 +0200)]
[MERGE] Sync with trunk

bzr revid: tde@openerp.com-20131011075723-zpbsor0dihv3kqaj

10 years ago[CHG] make slugify optional by fp request
Xavier Morel [Fri, 11 Oct 2013 07:55:09 +0000 (09:55 +0200)]
[CHG] make slugify optional by fp request

bzr revid: xmo@openerp.com-20131011075509-q6vzqiyzmfb7tugb

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 11 Oct 2013 04:49:29 +0000 (04:49 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131010044138-9giz2wpfhyq0u3h1
bzr revid: launchpad_translations_on_behalf_of_openerp-20131011044929-d9u1r6i67x2ru3jp

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 11 Oct 2013 04:49:15 +0000 (04:49 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131011044915-qxutw9o1lhyymj8l

10 years ago[REM] chorus on multiprocessing cron, it doesnt really helps
Antony Lesuisse [Thu, 10 Oct 2013 23:16:28 +0000 (01:16 +0200)]
[REM] chorus on multiprocessing cron, it doesnt really helps

bzr revid: al@openerp.com-20131010231628-b81uhmhg14aj85tq

10 years ago[IMP] website: remove __stack__ of the view, because it's an unsafe attribute (removed)
Christophe Matthieu [Thu, 10 Oct 2013 11:36:59 +0000 (13:36 +0200)]
[IMP] website: remove __stack__ of the view, because it's an unsafe attribute (removed)

bzr revid: chm@openerp.com-20131010113659-qfxtn3tidsh8mdvk

10 years ago[FIX] Support other types in urlplus()
Fabien Meghazi [Thu, 10 Oct 2013 10:49:00 +0000 (12:49 +0200)]
[FIX] Support other types in urlplus()

bzr revid: fme@openerp.com-20131010104900-r315xkg9mhox5ouf

10 years ago[IMP] website: ir.rule: add the http secure session in the eval context for access...
Christophe Matthieu [Thu, 10 Oct 2013 09:02:29 +0000 (11:02 +0200)]
[IMP] website: ir.rule: add the http secure session in the eval context for access rules evaluation.

bzr revid: chm@openerp.com-20131010090229-8cz9ophrqlayw00x

10 years ago[IMP] website_sale: small change in checkout view
Christophe Matthieu [Thu, 10 Oct 2013 08:51:41 +0000 (10:51 +0200)]
[IMP] website_sale: small change in checkout view

bzr revid: chm@openerp.com-20131010085141-w6dfki153ob8ke4s

10 years ago[FIX] website: fix tests and use _request
Christophe Matthieu [Thu, 10 Oct 2013 08:49:41 +0000 (10:49 +0200)]
[FIX] website: fix tests and use _request

bzr revid: chm@openerp.com-20131010084941-vf9hqqfqkpoh9bog

10 years ago[IMP] qweb, website: mark request as a private attribute (begin with underscore for...
Christophe Matthieu [Thu, 10 Oct 2013 08:32:43 +0000 (10:32 +0200)]
[IMP] qweb, website: mark request as a private attribute (begin with underscore for render)

bzr revid: chm@openerp.com-20131010083243-kwu21zepmluq9rip

10 years ago[FIX] blocks section menu returns to vertical
Nicolas Wisniewski [Thu, 10 Oct 2013 08:30:37 +0000 (10:30 +0200)]
[FIX] blocks section menu returns to vertical

bzr revid: nwi@openerp.com-20131010083037-6lzhc5285tpevg3j

10 years ago[ADD] apparently I'm supposed to add the img class to images
Xavier Morel [Thu, 10 Oct 2013 07:29:19 +0000 (09:29 +0200)]
[ADD] apparently I'm supposed to add the img class to images

bzr revid: xmo@openerp.com-20131010072919-t1vc7l5t5c3wh9kt

10 years ago[IMP] slugify page names on creation
Xavier Morel [Thu, 10 Oct 2013 07:28:09 +0000 (09:28 +0200)]
[IMP] slugify page names on creation

bzr revid: xmo@openerp.com-20131010072809-p8f5j9bcnnfnkhtj

10 years ago[IMP] urlplus
Xavier Morel [Thu, 10 Oct 2013 06:23:11 +0000 (08:23 +0200)]
[IMP] urlplus

bzr revid: xmo@openerp.com-20131010062311-a8br0kaddk7dwqxl

10 years ago[IMP] Website Tour: Basic editing
ddm [Wed, 9 Oct 2013 16:51:03 +0000 (18:51 +0200)]
[IMP] Website Tour: Basic editing

Integrated tutorial to guide the user through his first edits to his homepage.
The tutoril is displayed automatically when the user first installs the website module
and remains available via the Help menu.

bzr revid: ddm@openerp.com-20131009165103-70y6njd4vib0u4pe

10 years ago[IMP] Better 'close' caption
ddm [Wed, 9 Oct 2013 16:31:14 +0000 (18:31 +0200)]
[IMP] Better 'close' caption

bzr revid: ddm@openerp.com-20131009163114-jl3v5757fcwmh010

10 years ago[IMP] Finish tour according to kanban task
ddm [Wed, 9 Oct 2013 16:09:49 +0000 (18:09 +0200)]
[IMP] Finish tour according to kanban task

bzr revid: ddm@openerp.com-20131009160949-ma5e3a13qchzq4vy

10 years ago[FIX] Tour reset bug
ddm [Wed, 9 Oct 2013 15:20:15 +0000 (17:20 +0200)]
[FIX] Tour reset bug

bzr revid: ddm@openerp.com-20131009152015-s2p3hjkivls16yk2

10 years ago[FIX] website: urlplus don't accept unicode char
Christophe Matthieu [Wed, 9 Oct 2013 14:20:57 +0000 (16:20 +0200)]
[FIX] website: urlplus don't accept unicode char

bzr revid: chm@openerp.com-20131009142057-y7b98wdr1zcepcj9

10 years ago[FIX] website_view: css price with position absolute for description
Christophe Matthieu [Wed, 9 Oct 2013 13:59:14 +0000 (15:59 +0200)]
[FIX] website_view: css price with position absolute for description

bzr revid: chm@openerp.com-20131009135914-nq5sr4qi7dc5wbsv

10 years ago[IMP] Remove ununsed code and dom attributes
Fabien Meghazi [Wed, 9 Oct 2013 13:55:04 +0000 (15:55 +0200)]
[IMP] Remove ununsed code and dom attributes

bzr revid: fme@openerp.com-20131009135504-5cqnbiuxqn4m6if3

10 years ago[FIX] website_view: css responsible < 600
Christophe Matthieu [Wed, 9 Oct 2013 13:40:16 +0000 (15:40 +0200)]
[FIX] website_view: css responsible < 600

bzr revid: chm@openerp.com-20131009134016-chus09j1h0zogbo2

10 years ago[FIX] point_of_sale: fix orderline selection
Frédéric van der Essen [Wed, 9 Oct 2013 13:29:44 +0000 (15:29 +0200)]
[FIX] point_of_sale: fix orderline selection

bzr revid: fva@openerp.com-20131009132944-x8st6n2etzcammig

10 years ago[FIX] website: change view (lang_selected) for new qweb security access
Christophe Matthieu [Wed, 9 Oct 2013 13:27:24 +0000 (15:27 +0200)]
[FIX] website: change view (lang_selected) for new qweb security access

bzr revid: chm@openerp.com-20131009132724-dza9bgu1w319o9x0

10 years ago[FIX] website_sale: change view for new qweb security access
Christophe Matthieu [Wed, 9 Oct 2013 12:48:48 +0000 (14:48 +0200)]
[FIX] website_sale: change view for new qweb security access

bzr revid: chm@openerp.com-20131009124848-1n3eiy7dbew6j2js

10 years ago[IMP] language icons
Fabien Meghazi [Wed, 9 Oct 2013 12:40:31 +0000 (14:40 +0200)]
[IMP] language icons

bzr revid: fme@openerp.com-20131009124031-sanw6nkcx2dq802d

10 years ago[IMP] Tour copyediting
ddm [Wed, 9 Oct 2013 12:39:27 +0000 (14:39 +0200)]
[IMP] Tour copyediting

bzr revid: ddm@openerp.com-20131009123927-ls48qe49mmc4b0x9

10 years ago[ADD] Add language from website
Fabien Meghazi [Wed, 9 Oct 2013 12:09:04 +0000 (14:09 +0200)]
[ADD] Add language from website

bzr revid: fme@openerp.com-20131009120904-c06nass3srpwqer4

10 years ago[MERGE] trunk-website-al
ddm [Wed, 9 Oct 2013 09:46:36 +0000 (11:46 +0200)]
[MERGE] trunk-website-al

bzr revid: ddm@openerp.com-20131009094636-oyb3hu151b8lhmg6

10 years ago[MERGE] trunk-website-al
ddm [Wed, 9 Oct 2013 09:43:18 +0000 (11:43 +0200)]
[MERGE] trunk-website-al

bzr revid: ddm@openerp.com-20131009094318-altzaw1wu0hxieuj

10 years ago[MERGE] [REF] [IMP] website: improved partner-related modules.
Thibault Delavallée [Wed, 9 Oct 2013 09:31:01 +0000 (11:31 +0200)]
[MERGE] [REF] [IMP] website: improved partner-related modules.

[MOV] portal: moved group_portal group from portal module to server (see server branch). This is the first step towards including the portal stuff directly into the server. All addons have been updated: security rules, calls to group_portal xml_id.

[IMP] res_partner: security rules for public / portal / user are now located in the server for simplicity.

[TODO] progressively merge portal-XX and XX addons, such as project and portal-project. However this is beyond the scope of this merge, and probably of the website task. Also probably check all res_partner security rules.

[ADD] base_geolocalize: new module holding geo-localization-related fields for res.partner + geo-localization mechanism. This module is extracted from crm_partner_assign, and is now a dependence for this one. Extracting those fields allow to have geo-localization on website modules without having to install crm_partner_assign. This latter module is now more centered about lead geo-localization and lead forwarding / assignment.

[IMP] website_partner: added generic view for a partner. Added security rule for partner.

[IMP] website_membership; website_crm_partner_assign: cleaning and improvement of templates, to look more like what holds the current OpenERP website.

[REF] website_contract: renamed to website_customer, it is not based on account.analytic.account anymore. It only displays customers; when having crm_partner_assign installed, it also displays implemented by / references like the OpenERP website.

bzr revid: tde@openerp.com-20131009093101-x4p9aiw0mn48bzi8

10 years ago[IMP] CMS tour initial version
ddm [Wed, 9 Oct 2013 09:23:38 +0000 (11:23 +0200)]
[IMP] CMS tour initial version

bzr revid: ddm@openerp.com-20131009092338-67jxb87k3h8z2kj8

10 years ago[FIX] [IMP] website_crm_partner_assign: fixed countries / grade management in control...
Thibault Delavallée [Tue, 8 Oct 2013 15:42:21 +0000 (17:42 +0200)]
[FIX] [IMP] website_crm_partner_assign: fixed countries / grade management in controller + improved search by country in view + headers

bzr revid: tde@openerp.com-20131008154221-82dwudfxn3xnv7bb

10 years ago[IMP] website_membership: slightly improved view (headers)
Thibault Delavallée [Tue, 8 Oct 2013 15:41:38 +0000 (17:41 +0200)]
[IMP] website_membership: slightly improved view (headers)

bzr revid: tde@openerp.com-20131008154138-8iuba11tv0pjg0bi

10 years ago[FIX] website_sale: access rules
Christophe Matthieu [Tue, 8 Oct 2013 15:33:02 +0000 (17:33 +0200)]
[FIX] website_sale: access rules

bzr revid: chm@openerp.com-20131008153302-09coejmzrcjns36u

10 years ago[MERGE] Sync with main website branch
Thibault Delavallée [Tue, 8 Oct 2013 15:23:51 +0000 (17:23 +0200)]
[MERGE] Sync with main website branch

bzr revid: tde@openerp.com-20131008152351-mqvgd1rk1136ypkb

10 years ago[IMP] website_sale: better access rules and security
Christophe Matthieu [Tue, 8 Oct 2013 15:22:33 +0000 (17:22 +0200)]
[IMP] website_sale: better access rules and security

bzr revid: chm@openerp.com-20131008152233-zl3dxoyso9liahlm

10 years ago[ADD] website_customer_crm_partner_assign: glue module for website_customer when...
Thibault Delavallée [Tue, 8 Oct 2013 15:22:33 +0000 (17:22 +0200)]
[ADD] website_customer_crm_partner_assign: glue module for website_customer when having crm_partner_assign.

This module adds in view the management of implemented by / customer references.
It is based on new fields currently defined in crm_partner_assign.

data is added by inheriting from website_customer view.

bzr revid: tde@openerp.com-20131008152233-lwqti6x18gjgz2hf

10 years ago[IMP] [FIX] website_customer: fixed controllers + improved view; notably partner...
Thibault Delavallée [Tue, 8 Oct 2013 15:21:33 +0000 (17:21 +0200)]
[IMP] [FIX] website_customer: fixed controllers + improved view; notably partner detail back in full form instead of calling website_partne rone, to be able to inherit from it and add some data.

bzr revid: tde@openerp.com-20131008152133-tx2ro5l0i6m1s4jx

10 years ago[FIX] [IMP] base_geolocalize, crm_partner_assign: fix views + added implemented by...
Thibault Delavallée [Tue, 8 Oct 2013 14:57:30 +0000 (16:57 +0200)]
[FIX] [IMP] base_geolocalize, crm_partner_assign: fix views + added implemented by / references fields.

Not sure those fields should come here. However the purpose is to avoid having ot rely
on contract to display customer references / partner implementation.

bzr revid: tde@openerp.com-20131008145730-r34hgri6wyod8dw6

10 years ago[IMP] project: minor modification in a view, uses a new type of field instead of...
niv-openerp [Tue, 8 Oct 2013 13:56:50 +0000 (15:56 +0200)]
[IMP] project: minor modification in a view, uses a new type of field instead of a button

bzr revid: nicolas.vanhoren@openerp.com-20131008135650-lvhbo0e0stkx3is2

10 years ago[IMP] added new field x2many_counter
niv-openerp [Tue, 8 Oct 2013 13:52:38 +0000 (15:52 +0200)]
[IMP] added new field x2many_counter

bzr revid: nicolas.vanhoren@openerp.com-20131008135238-jylu7il2qadzjf9r

10 years agoadded doc
niv-openerp [Tue, 8 Oct 2013 13:51:43 +0000 (15:51 +0200)]
added doc

bzr revid: nicolas.vanhoren@openerp.com-20131008135143-8qjqwi3s23ld0wks

10 years ago[FIX] addons: fixed some references to portal.group_portal -> base.group_portal
Thibault Delavallée [Tue, 8 Oct 2013 13:26:16 +0000 (15:26 +0200)]
[FIX] addons: fixed some references to portal.group_portal -> base.group_portal

bzr revid: tde@openerp.com-20131008132616-6rhc4xuzfgtyvweg

10 years ago[FIX$] website: basically fixed error in image controller: shoudl be improved with...
Thibault Delavallée [Tue, 8 Oct 2013 11:50:17 +0000 (13:50 +0200)]
[FIX$] website: basically fixed error in image controller: shoudl be improved with a default image, though

bzr revid: tde@openerp.com-20131008115017-fmmv9zxvn6akssfi

10 years ago[MOV] portal: moved portal group into base.
Thibault Delavallée [Tue, 8 Oct 2013 11:35:45 +0000 (13:35 +0200)]
[MOV] portal: moved portal group into base.

Updated security rules. Basic res_partner rules are moved into base. Added rule with website_published.

bzr revid: tde@openerp.com-20131008113545-gpqydx0b199lcqpy

10 years ago[FIX] hr_timesheet: missing positional argument in call to default_get()
Raphael Collet [Tue, 8 Oct 2013 11:24:22 +0000 (13:24 +0200)]
[FIX] hr_timesheet: missing positional argument in call to default_get()

bzr revid: rco@openerp.com-20131008112422-ebgj08a4emmhjghp

10 years ago[MERGE] Sync with website-al branch
Thibault Delavallée [Tue, 8 Oct 2013 08:40:23 +0000 (10:40 +0200)]
[MERGE] Sync with website-al branch

bzr revid: tde@openerp.com-20131008084023-utmkc3cfhyzw5c0p

10 years ago[REF] website_contract: renamed website_customer, now only displaying customers.
Thibault Delavallée [Tue, 8 Oct 2013 08:39:56 +0000 (10:39 +0200)]
[REF] website_contract: renamed website_customer, now only displaying customers.
This module is not based on account.analytic.account anymore. Instead published customers
are displayed. A further step is the 'implemented by' feature that iwll be provided by
crm_partner_assign module (probably).

Display will also have to be cleaned.

bzr revid: tde@openerp.com-20131008083956-tb1fceo9y78mm728

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 8 Oct 2013 05:57:32 +0000 (05:57 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131008055732-dz3bzp0hw6yworgn

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 8 Oct 2013 05:42:12 +0000 (05:42 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131008054212-xrvtgernz3i9uy1j

10 years ago[REF] website_crm_partner_assign: cleaning and improvements
Thibault Delavallée [Mon, 7 Oct 2013 14:55:16 +0000 (16:55 +0200)]
[REF] website_crm_partner_assign: cleaning and improvements

Improved website_crm_partner_assign module to look more like the current
patners page of openerp.com.

Some cleaning in controllers that were quite obfuscated.

bzr revid: tde@openerp.com-20131007145516-0dziszwy0pfg1yje

10 years ago[REF] website_membership cleaning
Thibault Delavallée [Mon, 7 Oct 2013 14:53:22 +0000 (16:53 +0200)]
[REF] website_membership cleaning

Cleaning of controllers and views to hav ea look similar to the one currently existing on
openerp.com

Added dependance towards website_google_map.

bzr revid: tde@openerp.com-20131007145322-zdm3nzye5ir4qn3j

10 years ago[IMP] membership: added partners for memberships in demo data
Thibault Delavallée [Mon, 7 Oct 2013 14:51:50 +0000 (16:51 +0200)]
[IMP] membership: added partners for memberships in demo data

bzr revid: tde@openerp.com-20131007145150-gtun0q9vt32sluet

10 years ago[IMP] website_partner: added template for displaying partner details.
Thibault Delavallée [Mon, 7 Oct 2013 14:43:11 +0000 (16:43 +0200)]
[IMP] website_partner: added template for displaying partner details.

bzr revid: tde@openerp.com-20131007144311-e99hur6i5w2yx8my

10 years ago[IMP] wsebsite_google_map: now dependant only from base_geolocalize. Type based on...
Thibault Delavallée [Mon, 7 Oct 2013 14:42:23 +0000 (16:42 +0200)]
[IMP] wsebsite_google_map: now dependant only from base_geolocalize. Type based on partner grade is removed.

bzr revid: tde@openerp.com-20131007144223-d7yq7c6f2ewu2u7e

10 years ago[REF] crm_partner_assign: moved geolocalization stuff of res.partner inside a dedicat...
Thibault Delavallée [Mon, 7 Oct 2013 14:41:35 +0000 (16:41 +0200)]
[REF] crm_partner_assign: moved geolocalization stuff of res.partner inside a dedicated module.

[ADD] base_geolocalize, holding partner latitude, longitude and stuff necessary
for geo-localisation. This module will be used for the website, to be able to
use geo localization without having to rely on crm_partner_assign.

crm_partner_assign now contains the logic related to partner assignment and
opportunities geo localization.

bzr revid: tde@openerp.com-20131007144135-mwnpdznojr0ece7u

10 years ago[IMP] Editor basic tour
ddm [Mon, 7 Oct 2013 12:27:31 +0000 (14:27 +0200)]
[IMP] Editor basic tour

bzr revid: ddm@openerp.com-20131007122731-c1at1myqq5bp4ij8

10 years ago[MERGE] trunk-website-al
ddm [Mon, 7 Oct 2013 12:23:38 +0000 (14:23 +0200)]
[MERGE] trunk-website-al

bzr revid: ddm@openerp.com-20131007122338-0qb0440nmej0onxv

10 years ago[FIX] Start tour only when coming from admin
ddm [Mon, 7 Oct 2013 12:07:43 +0000 (14:07 +0200)]
[FIX] Start tour only when coming from admin

bzr revid: ddm@openerp.com-20131007120743-yevkncvcw655mljh

10 years agowip
niv-openerp [Mon, 7 Oct 2013 11:56:38 +0000 (13:56 +0200)]
wip

bzr revid: nicolas.vanhoren@openerp.com-20131007115638-9b82rw1azwjtp5fr

10 years agowip
niv-openerp [Mon, 7 Oct 2013 11:56:06 +0000 (13:56 +0200)]
wip

bzr revid: nicolas.vanhoren@openerp.com-20131007115606-lw4cw2p7qu84epfx

10 years ago[IMP] website snippet: add buttons on carousel and fix drop snippets
Christophe Matthieu [Mon, 7 Oct 2013 11:36:20 +0000 (13:36 +0200)]
[IMP] website snippet: add buttons on carousel and fix drop snippets

bzr revid: chm@openerp.com-20131007113620-ai8k461jtuwut3bd

10 years ago[MERGE] Sync with trunk until revision 8934
Thibault Delavallée [Mon, 7 Oct 2013 08:11:53 +0000 (10:11 +0200)]
[MERGE] Sync with trunk until revision 8934

bzr revid: tde@openerp.com-20131007081153-qx4ybltaxbuy3thp

10 years ago[IMP] cleanup in base/res and base/ir, removed unsed code, moved files.
Antony Lesuisse [Sun, 6 Oct 2013 15:45:08 +0000 (17:45 +0200)]
[IMP] cleanup in base/res and base/ir, removed unsed code, moved files.

bzr revid: al@openerp.com-20131006154508-8eav2gkdds06azu2

10 years agomove workflow
Antony Lesuisse [Sun, 6 Oct 2013 15:18:27 +0000 (17:18 +0200)]
move workflow

bzr revid: al@openerp.com-20131006151827-oevn6uuv005qbsu8

10 years agofix xml order for change password wizard
Antony Lesuisse [Sun, 6 Oct 2013 15:08:57 +0000 (17:08 +0200)]
fix xml order for change password wizard

bzr revid: al@openerp.com-20131006150857-6jm5jpjl1u4p0vo7

10 years agofix manifest
Antony Lesuisse [Sun, 6 Oct 2013 15:05:25 +0000 (17:05 +0200)]
fix manifest

bzr revid: al@openerp.com-20131006150525-stso6goforsxsnjl

10 years agomissing import
Antony Lesuisse [Sun, 6 Oct 2013 15:04:25 +0000 (17:04 +0200)]
missing import

bzr revid: al@openerp.com-20131006150425-m7xjwji6xncxdum3

10 years agofix res_group rename, move files to clean up res
Antony Lesuisse [Sun, 6 Oct 2013 15:03:09 +0000 (17:03 +0200)]
fix res_group rename, move files to clean up res

bzr revid: al@openerp.com-20131006150309-fg8vuvaq9hmvi9oh

10 years ago[REM] res.config and res.users cleanups.
Antony Lesuisse [Sun, 6 Oct 2013 14:40:20 +0000 (16:40 +0200)]
[REM] res.config and res.users cleanups.
removed deprecated configuration wizards
removed deprecated busniess card report
moved change password wizard to res_users.py

bzr revid: al@openerp.com-20131006144020-zyp2jz5vy28m9q3f

10 years ago[REM] shortcuts, deprecated by bookmarks
Antony Lesuisse [Sun, 6 Oct 2013 13:24:24 +0000 (15:24 +0200)]
[REM] shortcuts, deprecated by bookmarks

bzr revid: al@openerp.com-20131006132424-bpd8w0zzuf42s55l

10 years ago[REM] shortcuts, deprecated by bookmarks
Antony Lesuisse [Sun, 6 Oct 2013 13:23:10 +0000 (15:23 +0200)]
[REM] shortcuts, deprecated by bookmarks

bzr revid: al@openerp.com-20131006132310-rrycbi10x441i2ef

10 years ago[REM] shortcuts, deprecated by browser bookmarks
Antony Lesuisse [Sun, 6 Oct 2013 13:12:25 +0000 (15:12 +0200)]
[REM] shortcuts, deprecated by browser bookmarks

bzr revid: al@openerp.com-20131006131225-jguvkys2ngwsd6er

10 years ago[REM] web_shortcut
Antony Lesuisse [Sun, 6 Oct 2013 12:48:13 +0000 (14:48 +0200)]
[REM] web_shortcut

bzr revid: al@openerp.com-20131006124813-nkw1iw72os5bsk22

10 years ago[REM] web_shortcut
Antony Lesuisse [Sun, 6 Oct 2013 12:46:55 +0000 (14:46 +0200)]
[REM] web_shortcut

bzr revid: al@openerp.com-20131006124655-kxjp9kbzc07j9584

10 years ago[REM] remove res.request, factorize _get_links
Antony Lesuisse [Sun, 6 Oct 2013 12:29:22 +0000 (14:29 +0200)]
[REM] remove res.request, factorize _get_links

bzr revid: al@openerp.com-20131006122922-zimbltznxvsqlbz4

10 years ago[REM] remove res.request, reorg technical menu.
Antony Lesuisse [Sun, 6 Oct 2013 12:28:43 +0000 (14:28 +0200)]
[REM] remove res.request, reorg technical menu.

bzr revid: al@openerp.com-20131006122843-r6k0i0aj0yzz50j5

10 years agouse referencable models instead of _get_links
Antony Lesuisse [Sun, 6 Oct 2013 11:58:08 +0000 (13:58 +0200)]
use referencable models instead of _get_links

bzr revid: al@openerp.com-20131006115808-etkyq34ar1pqh2pb

10 years agorename links get, allow reference fields without size.
Antony Lesuisse [Sun, 6 Oct 2013 11:47:04 +0000 (13:47 +0200)]
rename links get, allow reference fields without size.

bzr revid: al@openerp.com-20131006114704-mkbheq3l355u21jb

10 years ago[IMP] Technical menu reorg, remove depreacted requests.
Antony Lesuisse [Sun, 6 Oct 2013 11:26:08 +0000 (13:26 +0200)]
[IMP] Technical menu reorg, remove depreacted requests.
Moved low levels object to database structure.
Removed res.request models bu keep res.request.link, res.request.link is used
to flag models worth to be linked by references fields.
Moved currency and state to the approriate directory.

bzr revid: al@openerp.com-20131006112608-3qucrevmkf43kq20

10 years ago[IMP] ir_actions cleanups.
Antony Lesuisse [Sun, 6 Oct 2013 10:24:04 +0000 (12:24 +0200)]
[IMP] ir_actions cleanups.
Remove deprecated old style wizards.
Remove unsed get_model() function.
Move crons into Actions menuitem.
Move todos into Actions menuitem.

bzr revid: al@openerp.com-20131006102404-s46md70ahydihiih

10 years ago[IMP] add an easier to use XML-RPC faultCode compliant protocol
Antony Lesuisse [Sun, 6 Oct 2013 10:21:31 +0000 (12:21 +0200)]
[IMP] add an easier to use XML-RPC faultCode compliant protocol
remove the /openerp/* routes, they were never used because the protocol was too
different from the historical /xmlrpc/ routes. Instead we introduce a
/xmlrpc/2/ route identical to /xmlrpc/ with the only difference that it returns
int faultCodes making it compliant with the XML-RPC specification.

bzr revid: al@openerp.com-20131006102131-707kxc9zyd1mvlps

10 years ago[FIX] preliminary code for socket activation, to avoid connection refused during...
Antony Lesuisse [Sat, 5 Oct 2013 23:56:39 +0000 (01:56 +0200)]
[FIX] preliminary code for socket activation, to avoid connection refused during restart

bzr revid: al@openerp.com-20131005235639-vifvbhu4o17lf780

10 years ago[IMP] --auto-reload to enable code and xml auto reload, service cleanup.
Antony Lesuisse [Sat, 5 Oct 2013 22:57:40 +0000 (00:57 +0200)]
[IMP] --auto-reload to enable code and xml auto reload, service cleanup.
Added an autoreload mecanism based on pyinotify that restart the server as soon
as a .py or .xml file change is detected, for xml updates the relevant -u are
automatically added to exec(2).

pyinotify is linux specific and should be replaced by a cross plaform library
such as watchdog. Unfortunatly watchdog is not yet packaged in debian. We could
support both libraries, patches are welcome.

Refactored the code in cli/* and service/*. The 3 running modes of openerp
(threaded, prefork, gevent) are now in openerp/service/server.py, one class per
mode, and they share the same interface.

Added a signal handler to increase or decrase the number of HTTP workers in
prefork mode (SIGTTIN, SIGTTOU).

bzr revid: al@openerp.com-20131005225740-hrxwy50ldi5yql0e

10 years agorename server
Antony Lesuisse [Sat, 5 Oct 2013 22:18:29 +0000 (00:18 +0200)]
rename server

bzr revid: al@openerp.com-20131005221829-a18vx5ag6ef4ufee

10 years agomerge trunk
Antony Lesuisse [Sat, 5 Oct 2013 22:04:11 +0000 (00:04 +0200)]
merge trunk

bzr revid: al@openerp.com-20131005220411-l1op0sya6h515m5b

10 years agofix signal name
Antony Lesuisse [Sat, 5 Oct 2013 21:58:21 +0000 (23:58 +0200)]
fix signal name

bzr revid: al@openerp.com-20131005215821-r60pgkgsrp1lo2ug

10 years agosimplier autoreload working
Antony Lesuisse [Sat, 5 Oct 2013 21:22:40 +0000 (23:22 +0200)]
simplier autoreload working

bzr revid: al@openerp.com-20131005212240-5lp8tgwukeg5wwdq

10 years ago[IMP] Add icon
Fabien Pinckaers [Fri, 4 Oct 2013 23:28:48 +0000 (01:28 +0200)]
[IMP] Add icon

bzr revid: fp@openerp.com-20131004232848-y5hr3ilp4fl9l83w

10 years ago[IMP] screenshots
Fabien Pinckaers [Fri, 4 Oct 2013 23:20:58 +0000 (01:20 +0200)]
[IMP] screenshots

bzr revid: fp@openerp.com-20131004232058-yfevm0tit410iq7l

10 years ago[IMP] Adding files
Fabien Pinckaers [Fri, 4 Oct 2013 23:18:21 +0000 (01:18 +0200)]
[IMP] Adding files

bzr revid: fp@openerp.com-20131004231821-mpgxk44zrmcvjwlb

10 years ago[IMP] cleaned picture
Fabien Pinckaers [Fri, 4 Oct 2013 22:48:27 +0000 (00:48 +0200)]
[IMP] cleaned picture

bzr revid: fp@openerp.com-20131004224827-fkn6srxkmwbfskxa

10 years ago[IMP] icons
Fabien Pinckaers [Fri, 4 Oct 2013 22:43:58 +0000 (00:43 +0200)]
[IMP] icons

bzr revid: fp@openerp.com-20131004224358-7v3wjqr6v3lulfls