Commit Graph

87967 Commits

Author SHA1 Message Date
Xavier Morel f1416728e7 [FIX] port trunk bzrignore to gitignore
previous port only had the web client's rules
2014-05-19 10:14:41 +02:00
gbisheimer 44bc1b482d Merge 8c8edf0f97 into 707366313c 2014-05-18 18:33:34 +00:00
xmo-odoo 707366313c [FIX] small typo in readme
fixes #39
2014-05-18 17:24:22 +02:00
Guillermo Bisheimer 8c8edf0f97 Add *:pyc compiled files to .gitignore 2014-05-17 14:35:11 -03:00
xmo-odoo 59354d5bf3 [IMP] remove setting of color.ui
After further considering PR #21's arguments, the setup script should
not go around setting `color.ui`:

* it shouldn't be needed for recent gits with default compile
  settings[0]
* it may override advanced users's own colour configuration/
  customisations (or disabling)
* it forces default colours on users for which it may be useless
  (colour- blind) or even detrimental (other vision impairments)
* some linux distributions apparently default to idiotic pagers which
  can't handle ANSI colour codes by default and spew garbage to the
  terminal

[0] https://github.com/git/git/blob/master/Documentation/RelNotes/1.8.4.txt#L178-L180
2014-05-17 11:44:09 +02:00
odony c771d1ae20 Merge pull request #12 from rdeheele/master
[FIX] Issue #11: fix spelling of model name in account_budget wizard, courtesy of Romain Deheele
2014-05-16 19:50:50 +02:00
xmo-odoo 31e89ca6d0 [FIX] Turns out process substitution is not POSIX
A pipe does not work because the script asks questions, and required
parameters would miss the point.
2014-05-16 19:01:09 +02:00
Romain Deheele 88d7ebc382 fix #11: fix spelling of model name in account_budget wizard 2014-05-16 16:58:34 +02:00
xmo-odoo dcf326ab61 Merge pull request #9 from xmo-odoo/gitignore
[ADD] convert bzrignore to gitignore
2014-05-16 16:10:13 +02:00
Xavier Morel e1d14f593b [ADD] convert bzrignore to gitignore 2014-05-16 16:05:39 +02:00
xmo-odoo 8cdcf0bdca [IMP] simplify color configuration
* don't set globally
* set for ui, not each command individually
2014-05-16 15:11:40 +02:00
odony 4b4b452cad Update README.md
[IMP] Move migration instructions on top, remove cruft
2014-05-16 13:31:48 +02:00
xmo-odoo 067469f8db [FIX] quick-setup command
Prompts don't work with curl | sh as the stdin gets filled with the nothing out of curl
2014-05-16 11:34:43 +02:00
xmo-odoo b246e46d88 Fix URL to checkout script
raw.github.com redirects to raw.githubusercontent.com but curl does not follow 
redirections by default, so use the correct URL
2014-05-16 11:32:09 +02:00
xmo-odoo 601cd0cf51 Link employees guide to migration readme section 2014-05-16 08:45:22 +02:00
xmo-odoo 7a2bb307dc Add some bazaar migration notes 2014-05-16 08:43:08 +02:00
xmo-odoo 699bae4e8b Remove note about private repo in setup guide 2014-05-16 08:37:41 +02:00
Xavier Morel 4c3118e3d7 [IMP] linkify readme links 2014-05-16 08:36:12 +02:00
Xavier Morel 707d1f2a53 [IMP] merge INSTALL into README, rename to .md because github...
creating CI-conflicted situations is really annoying, not doing that would be great
2014-05-16 08:28:48 +02:00
Antony Lesuisse fc2421612c README add link to git workflow 2014-05-15 17:22:22 +02:00
xmo-odoo 5645a08650 Merge pull request #3 from xmo-odoo/git-doc
Basic git doc for employees
2014-05-15 14:28:04 +02:00
Xavier Morel ade545209d [FIX] reference to a generic 'origin' remote instead of odoo 2014-05-15 14:25:58 +02:00
Xavier Morel 2ea0cfcfb8 [IMP] git.rst formatting for direct on-git viewing
* replaced sphinx :guilabel: directive by a simple strong
* moved rendered notes to non-rendered comments, not that I expect anybody to
  care or help /emo
* remove an explicit code-block directive by a simple ::
2014-05-15 14:23:08 +02:00
Xavier Morel 8fce83d30d [ADD] basic guide to get employees started w/ git 2014-05-15 14:14:03 +02:00
xmo-odoo c07c8f612a Merge pull request #2 from xmo-odoo/setup-script
[ADD] easy-setup script for employees
2014-05-15 13:55:22 +02:00
Xavier Morel 26230110c0 [ADD] easy-setup script for employees
and others, but mostly employees
2014-05-15 13:49:40 +02:00
Antony Lesuisse 8d2afb026e cleanup repo root 2014-05-15 10:43:02 +02:00
Xavier Morel 477d7ad803 Merge branch 'web-trunk' 2014-05-14 15:13:35 +02:00
Xavier Morel f4d78ae738 Merge branch 'server-trunk'
Conflicts:
	addons/mass_mailing/controllers/main.py
2014-05-14 15:13:04 +02:00
Launchpad Translations on behalf of openerp e30348e1e0 Launchpad automatic translations update. 2014-05-14 05:55:34 +00:00
Fabien Meghazi e15c0513a2 [IMP] Include openerpframework in common assets. Add module list in bundle 2014-05-13 10:17:24 +02:00
Fabien Meghazi f3c8cc50c8 [IMP] Include openerpframework in common assets. Add module list in bundle 2014-05-12 17:18:12 +02:00
Cedric Snauwaert 9d9cfd585f [FIX]sale_report: change type of field date from date to datetime to match field date on sale_order
bzr revid: csn@openerp.com-20140512114532-726a1z0wqbpz96t8
2014-05-12 13:45:32 +02:00
Fabien Meghazi 05c598f0b3 [ADD] website.menu editable list in website config
bzr revid: fme@openerp.com-20140512113820-oidhod8ovqp3nh9a
2014-05-12 13:38:20 +02:00
Olivier Dony 4cecbd919f [FIX] mass_mailing,website*,survey: leftover calls to website.get_public_user()
This method was (partially) removed at rev.9421 
rev-id al@openerp.com-20140507153223-q73u5lhyrfw98o3a

bzr revid: odo@openerp.com-20140512103935-o0ue9wzenm5wjejq
2014-05-12 12:39:35 +02:00
Xavier Morel b39aac717d [IMP] mail, base_import: context key disabling history tracking
* added a ``tracking_disable`` context key used by mail to completely disable
  subscriptions setup and events generation during create and write operations
* added import option to optionally set up that context key and speed up
  imports at the cost of not setting up subscriptions and not sending
  create/update events

bzr revid: xmo@openerp.com-20140512100400-d1axjam2d0i2y0tf
2014-05-12 12:04:00 +02:00
Martin Trigaux f14f632ef5 [IMP] gamification: improve the name of some m2m relations
bzr revid: mat@openerp.com-20140512092718-s6143ajy2g18ofy4
2014-05-12 11:27:18 +02:00
Xavier Morel f176e65fae [IMP] mail docs
* fill-paragraph
* remove sections referring to removed methods with no obvious replacement

bzr revid: xmo@openerp.com-20140512085546-50u4beuvakgfett8
2014-05-12 10:55:46 +02:00
Martin Trigaux 27a6d2e9f4 Forward-port of latest saas-4, up to revision 3994 (rev-id jke@openerp.com-20140509131203-4gy3nhlj0v6fk7zv) 2014-05-12 10:10:32 +02:00
Martin Trigaux 4f5cc00420 Forward-port of latest saas-4, up to revision 5211 (revid fme@openerp.com-20140509164408-rtml4brrhpiv4zz9) 2014-05-12 10:05:23 +02:00
Martin Trigaux 555d4879c8 Forward-port of latest saas-4, up to revision 9416 (rev-id fme@openerp.com-20140509164338-gnz7p3qxt8etrh5w)
bzr revid: mat@openerp.com-20140512072331-0lidgqb6x7fregdj
2014-05-12 09:23:31 +02:00
Fabien Pinckaers 106abb6496 [FIX] css edit menu alignment and fix of / handling
bzr revid: fp@tinyerp.com-20140511154058-kj8nn9fdl3li9nzi
2014-05-11 17:40:58 +02:00
Fabien Pinckaers cebce64b00 [FIX] better handling of '/'. / is the first menu and not the first menu is /. Allows to move the first menu in another position
bzr revid: fp@tinyerp.com-20140511153235-6mmygt69z45rcx4r
2014-05-11 17:32:35 +02:00
Fabien Pinckaers 798e4156fa [IMP] sitemap cleaning: events
bzr revid: fp@tinyerp.com-20140511143314-nzn1239l00arbxjq
2014-05-11 16:33:14 +02:00
Fabien Pinckaers 105618443f [IMP] Sitemap
bzr revid: fp@tinyerp.com-20140511134037-84vnn1b4zfzk8som
2014-05-11 15:40:37 +02:00
Fabien Pinckaers 54d30d5194 [IMP] clean sitemap, enumerate pages + fixes
bzr revid: fp@tinyerp.com-20140511115231-g8ke14r9iepyypv4
2014-05-11 13:52:31 +02:00
Fabien Pinckaers bcbd263214 [IMP] Adding fields
bzr revid: fp@tinyerp.com-20140511074755-5b3iy2b1xk7cjxmf
2014-05-11 09:47:55 +02:00
Fabien Pinckaers 80ea7fe099 [IMP] removing static style
bzr revid: fp@tinyerp.com-20140509202753-p5080kwk8dupfdrc
2014-05-09 22:27:53 +02:00
Fabien Meghazi dbd6e4362a [MOV] ir.ui.view#write() forced noupdate moved in `website` (RTE only)
bzr revid: fme@openerp.com-20140509164408-rtml4brrhpiv4zz9
2014-05-09 18:44:08 +02:00
Fabien Meghazi 09d530268f [MOV] ir.ui.view#write() forced noupdate moved in `website` (RTE only)
bzr revid: fme@openerp.com-20140509164338-gnz7p3qxt8etrh5w
2014-05-09 18:43:38 +02:00