Commit Graph

61691 Commits

Author SHA1 Message Date
Thibault Delavallée 420cdb13a2 [MERGE] Sync with website-al
bzr revid: tde@openerp.com-20131031102749-mzn5bqcunwuo1hsf
2013-10-31 11:27:49 +01:00
Antony Lesuisse e44b7c9fa0 [IMP] routing model converter example for hr.job
bzr revid: al@openerp.com-20131030230406-cghbylil0w4l842f
2013-10-31 00:04:06 +01:00
ddm 75546fa572 [FIX] CMS: multilingual support for jobs
bzr revid: ddm@openerp.com-20131030174225-t1zy2inlkv1sml63
2013-10-30 18:42:25 +01:00
ddm 43e6b60799 [FIX] Multilingual support (events etc.)
bzr revid: ddm@openerp.com-20131030162909-7bcq16gq154mv1lw
2013-10-30 17:29:09 +01:00
Xavier Morel c511146154 [FIX] I am quite certain there is no website_pushished field on partner objects
bzr revid: xmo@openerp.com-20131030153607-hc5o08zero6q7iio
2013-10-30 16:36:07 +01:00
Xavier Morel dbf79284ab [FIX] don't leave a dangling input box when removing the follow/unfollow button in logged-out mode
bzr revid: xmo@openerp.com-20131030150958-si48ypzrxabegdpo
2013-10-30 16:09:58 +01:00
ddm 68c7842977 [FIX] Multilang sitemap
bzr revid: ddm@openerp.com-20131030145050-khpfwu3nhsc6hcnz
2013-10-30 15:50:50 +01:00
Fabien Meghazi 2e429fff8b [FIX] Load translation wizard could not properly redirect when only one language is installed
bzr revid: fme@openerp.com-20131030142955-482vt76w67zerui2
2013-10-30 15:29:55 +01:00
Xavier Morel 500804a7c8 [FIX] sitemap
add HTML sitemap, fix incorrect XML sitemap

bzr revid: xmo@openerp.com-20131030135750-7ljqx4u2qy4xhvm0
2013-10-30 14:57:50 +01:00
Xavier Morel 3a1ed80b41 [FIX] creation of new products from products listing page
* fix creation controller to redirect to the id of the *product
  template* implicitly created when the product is created, not to the
  product, as "product" URLs actually display information about a
  product template
* ensure the controller is only POST-ed to, not GET
* fix button to POST the creation request (use form and actual button,
  not link)
* fix template (foreach -> t-foreach)

bzr revid: xmo@openerp.com-20131030133019-5pq3qekwu465x1k6
2013-10-30 14:30:19 +01:00
Xavier Morel fd6e59b5a0 [ADD] read rights on event.type for public group
so events filtered by category can be displayed

bzr revid: xmo@openerp.com-20131030122201-rbul0nxopmqayv4i
2013-10-30 13:22:01 +01:00
Xavier Morel 2f2a299689 [IMP] website_membership: map's on first
bzr revid: xmo@openerp.com-20131030120216-uslcu3zsnb34h71l
2013-10-30 13:02:16 +01:00
Xavier Morel 2c164e268f [IMP] use compass mixin for opacity spec in website_blog.sass
bzr revid: xmo@openerp.com-20131030105019-6f05mbzn118g1w26
2013-10-30 11:50:19 +01:00
Xavier Morel 6914b57b41 [IMP] reindent website_blog.sass to match website's editor.sass
bzr revid: xmo@openerp.com-20131030104933-qtq8o3ay016dkiyg
2013-10-30 11:49:33 +01:00
Xavier Morel 4f4196ec7a [FIX] fix and recompile website_blog.sass
* add charset spec
* recompile to fix @import leaked into CSS
* use @import for transition instead of adding prefixed versions by hand

bzr revid: xmo@openerp.com-20131030104105-pcj7nfwxn9ig05io
2013-10-30 11:41:05 +01:00
Xavier Morel 4007b79fb3 [FIX] move contenteditable manipulations from banner template to editor object
otherwise the banner sections stay editable when saved/outside of editable mode

bzr revid: xmo@openerp.com-20131030103048-6tdcvytrf60z89m2
2013-10-30 11:30:48 +01:00
ddm 655eed1395 [MERGE] trunk-website-aboutus-parallaxsnippet-bth
Improvements to the CMD 'About Us' page

bzr revid: ddm@openerp.com-20131030101334-8nvqusbvu5nvq5wv
2013-10-30 11:13:34 +01:00
Fabien Meghazi f747a84131 [BRK] Disable automatic t-href on ir.ui.view#save() that breaks most of the snippets
Temporary desactivated because this breaks most of the snippets
Need to find another way to normalize multilang urls (postprocessing) ?

bzr revid: fme@openerp.com-20131030085425-inwkihpwqmierodx
2013-10-30 09:54:25 +01:00
Thibault Delavallée 720cdad62e [MERGE] Sync with website-al
bzr revid: tde@openerp.com-20131029155306-awoh7na3pkz10zzz
2013-10-29 16:53:06 +01:00
Xavier Morel 4a3f51bb4e [FIX] add pre-published partners for website_membership as asked by apr
bzr revid: xmo@openerp.com-20131029125723-udqca792hwf9mwd5
2013-10-29 13:57:23 +01:00
Xavier Morel 6b1e4d49b2 [FIX] website_hr_recruitment: wording'n shit
following apr review:

* in apply form, the resume shouldn't be required (nbd: shouldn't it
  be configurable by the company, really? In fact, shouldn't the whole
  application form be configurable? What if you're $BIG_CORP and you
  want a contract signed with the blood of the applicant's firstborn?)

* the message at the end of the applying process should be: "Congrats,
  we received your application, we will contact you soon to complete
  the recruitment process " or something like that

bzr revid: xmo@openerp.com-20131029123143-lqpm2vpwfa86cuhu
2013-10-29 13:31:43 +01:00
ddm cdb5a74c62 [FIX] CMS: blog archives urls
bzr revid: ddm@openerp.com-20131029104548-899tj5oyi3j4qorr
2013-10-29 11:45:48 +01:00
bth-openerp fe5a0843d0 [IMP]oe_small class appied on background of parallax.
bzr revid: bth@tinyerp.com-20131029072856-3zow9iscbw6qoutd
2013-10-29 12:58:56 +05:30
bth-openerp 2d3cafbe2a [MERGE]Merge trunk-website-al.
bzr revid: bth@tinyerp.com-20131029065923-v1oizv7bf8f5krj5
2013-10-29 12:29:23 +05:30
Thibault Delavallée 7da7f0bd63 [MERGE] Sync with website-al
bzr revid: tde@openerp.com-20131028165203-wgt2qfzhw3kr1pqi
2013-10-28 17:52:03 +01:00
Thibault Delavallée 5bb4fa2b43 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20131028163321-5o81wa1m7rzdp1dz
2013-10-28 17:33:21 +01:00
Xavier Morel 0db0f20bda [ADD] WIP link combo
bzr revid: xmo@openerp.com-20131028152342-5clhbwwwfcdxxxq0
2013-10-28 16:23:42 +01:00
ddm 2196a69a61 [FIX] eCommerce: duplicate product price
bzr revid: ddm@openerp.com-20131028145043-ek0rnvatu2ab4avx
2013-10-28 15:50:43 +01:00
Stephane Wirtel a7ff75f94a [FIX] Remove unused menu item in the mrp_securify file
bzr revid: stw@openerp.com-20131028140545-xr3mav7cb3gk45qn
2013-10-28 15:05:45 +01:00
bth-openerp 36991e7019 [MERGE]Merge trunk-website-al branch.
bzr revid: bth@tinyerp.com-20131028132942-o6uk559f2lgjyrk8
2013-10-28 18:59:42 +05:30
Launchpad Translations on behalf of openerp e142005a01 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131028052339-0v9n7leiirwlacok
2013-10-28 05:23:39 +00:00
Antony Lesuisse e5ad3700cb [IMP] convert controllers to the new route api
bzr revid: al@openerp.com-20131027174813-ghwl3p6w7ebr20s9
2013-10-27 18:48:13 +01:00
Antony Lesuisse d5b4cd627c more controller conversion to new route api
bzr revid: al@openerp.com-20131027173143-tfxc7e7vqn7re6wb
2013-10-27 18:31:43 +01:00
Antony Lesuisse 401099d358 [IMP] move http layer from openerp-web to openobject-server, convert controllers to the new route api
bzr revid: al@openerp.com-20131027171717-dzqx2264p152lq8y
2013-10-27 18:17:17 +01:00
Antony Lesuisse 737586aa4e typo
bzr revid: al@openerp.com-20131027164023-ky1nthy56fmqr4f2
2013-10-27 17:40:23 +01:00
Launchpad Translations on behalf of openerp 2f3c517054 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20131026060436-zq7lmz0wyaf2or7c
bzr revid: launchpad_translations_on_behalf_of_openerp-20131022044413-i5f1hxr3y23buz38
bzr revid: launchpad_translations_on_behalf_of_openerp-20131023043450-hbi0snv6o0qpl0ne
bzr revid: launchpad_translations_on_behalf_of_openerp-20131026054646-gklydoly8cq62jbp
bzr revid: launchpad_translations_on_behalf_of_openerp-20131027055002-ldfxtxmdm5wpc65b
2013-10-27 05:50:02 +00:00
Xavier Morel 77e79435d0 [ADD] blog.tag access rights so public user can read blog
Issue was no access rights on blog.tag, add ability for all users to
read them, and for "knowledge" users to edit them.

Also fix pre-existing access rights and move them to knowledge users,
not users in general.

bzr revid: xmo@openerp.com-20131025102421-0c86z775nedzgqyi
2013-10-25 12:24:21 +02:00
Xavier Morel 4c88701f3d [FIX] change access rights for customize_template_*
bzr revid: xmo@openerp.com-20131025095952-9ditm4q3fwr9auto
2013-10-25 11:59:52 +02:00
Thibault Delavallée 25d3f4b1a5 [ADD] [CLEAN] payment_acquirer:
- lint / cleanup of models/payment_acquirer.py. No changes made, only link cleanup
such as missing imports, typos, missing methods.

Added ogone_errors file containing the ogone errors description that was called
but missing in the module. It is taken from openerp-custom module.

bzr revid: tde@openerp.com-20131024142050-a9b9tjzw9y5qjhia
2013-10-24 16:20:50 +02:00
Xavier Morel c8dd901b04 [FIX] todo/notes
bzr revid: xmo@openerp.com-20131024141024-3kdx3jfcsn8vzsyg
2013-10-24 16:10:24 +02:00
Thibault Delavallée 005a00ad50 [REF] payment_acquirer: refactored module according to
new OpenERP addon guidelines :
- models -> for model-related files
- data -> all data
Updated init / openerp files accordingly

bzr revid: tde@openerp.com-20131024135854-ve8d5yw1umcwz2b0
2013-10-24 15:58:54 +02:00
Xavier Morel a2a3f46d72 [FIX] 'inline' set_image_data
bzr revid: xmo@openerp.com-20131024135730-321532upt3aq5esw
2013-10-24 15:57:30 +02:00
Xavier Morel 39fb50d43d [REM] explicit cache clearing, fixing ir.translation instead
bzr revid: xmo@openerp.com-20131024131613-6hebrxi5dbbs82ph
2013-10-24 15:16:13 +02:00
Thibault Delavallée 15ec0ebb62 [MERGE] Sync with website-al
bzr revid: tde@openerp.com-20131024131445-zaxaw5rpu681gwoz
2013-10-24 15:14:45 +02:00
Thibault Delavallée 980ec4bc9e [FIX] website_blog: contact us button in blog leading to
website.contactus page instead of doing nothing.

bzr revid: tde@openerp.com-20131024121430-ab84qfdulomukkf4
2013-10-24 14:14:30 +02:00
Thibault Delavallée 9f0dcae234 [FIX] website_blog: read_more link was wrong, leading to a 404.
The website_blog route is blog/<blog_id>, nothing related to category anymore.

bzr revid: tde@openerp.com-20131024113539-v3e7oi9j67vp27sx
2013-10-24 13:35:39 +02:00
Xavier Morel c38f729543 [FIX] auth of pagenew
bzr revid: xmo@openerp.com-20131024111710-5ghadng4we3p2cgg
2013-10-24 13:17:10 +02:00
Thibault Delavallée 2cc18c153e [REV] Reverted a change in _openerp__.py in website_sale, because
this was just for local tests.

bzr revid: tde@openerp.com-20131024111453-tqjx4st6js5qnoz4
2013-10-24 13:14:53 +02:00
Thibault Delavallée 0467c8a5ab [FIX] [WIP] website_sale: fix crash when having product templates without variant.
probably it should not be displayed, but as there does not seem to exist any
clue about what the controller / view should do, I added some protections.

[DOC] added some comments because some methods seems quite weird.

bzr revid: tde@openerp.com-20131024110453-uj4xnrtwst0fdcrb
2013-10-24 13:04:53 +02:00
Thibault Delavallée 258846a697 [FIX] [WIP] website_sale: Tries to fix method
that does things not commented on things that do not necessarily exist.

Does it hurt you to put some docstrings ?

bzr revid: tde@openerp.com-20131024105524-eattmf2s52ekztn3
2013-10-24 12:55:24 +02:00