Commit Graph

88371 Commits

Author SHA1 Message Date
Xavier Morel c2d5bf1bc3 [ADD] tutorial beginning
blocked at introducing qweb template, ir.qweb lives in the registry but nodb -> no database
with --db-filter there's a database in the session (kinda) but need to fetch it and manually get the corresponding registry...
2014-05-19 08:23:13 +02:00
Xavier Morel 50c5a23dec [ADD] doc files lost during git conversion 2014-05-19 08:23:13 +02:00
Launchpad Translations on behalf of openerp d5ca324cd5 Launchpad automatic translations update. 2014-05-19 06:20:39 +00:00
Kiril Vangelovski c0882872be [ADD] Macedonian language 2014-05-18 22:57:07 +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
Denis Ledoux 7f0a167cf7 [REVERT] revid:jke@openerp.com-20140507120144-m177kqxa3fbfl37r: create_picking checks if the order is in state draft before doing anything. Writing the state 'paid' just before calling this method is then not a good idea 2014-05-18 13:25:23 +02:00
cysnake4713 bd36f36281 [FIX] report localcontext setHtmlImage Method error #24 #36 2014-05-18 18:20:51 +08:00
Launchpad Translations on behalf of openerp c2584c8cb0 Launchpad automatic translations update. 2014-05-18 05:53:48 +00:00
Launchpad Translations on behalf of openerp b5eabecf40 Launchpad automatic translations update. 2014-05-18 05:53:08 +00:00
richierichrawr 08b18426f8 Docstrings and return value
Method comments should be docstrings.

check5() return else condition not in loop.
2014-05-17 23:46:08 -04:00
richierichrawr 7a861fe8a8 Typo fix
Typo fix
2014-05-17 23:41:16 -04:00
Guillermo Bisheimer 8c8edf0f97 Add *:pyc compiled files to .gitignore 2014-05-17 14:35:11 -03:00
kevin wang b1dfb8e193 check no match result in convert_pgerror_* functions 2014-05-17 23:14:53 +08:00
Wolfgang Taferner fd223b1d5d Add quantity in variable factor too...
I forgot to add the changes before committing
2014-05-17 16:02:15 +02:00
xmo-odoo e7e4f8cefa [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 16:02:15 +02: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
Launchpad Translations on behalf of openerp 6ab0f645bc Launchpad automatic translations update. 2014-05-17 07:10:37 +00:00
Launchpad Translations on behalf of openerp 9f5c423fb7 Launchpad automatic translations update. 2014-05-17 07:10:05 +00:00
Wolfgang Taferner 65cd88d216 [IMP] Added quantity as type and variable_factor + sequence for flexibility to delivery grid line 2014-05-17 09:08:25 +02:00
Launchpad Translations on behalf of openerp d6e407d1ec Launchpad automatic translations update. 2014-05-17 06:42:08 +00: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
Thibault Delavallée 4e8d14a13d [FIX] website_partner, website_customer, website_crm_partner_assign: css / display fixed + improvements
in resellers: now displaying the number of references on list view + the list
of implemented partners on partner detailed view.
2014-05-16 17:41:51 +02:00
Thibault Delavallée a6b9269398 [REF] Achieved the same result with a sorting to avoid having to add a field in stable release 2014-05-16 17:14:03 +02:00
Romain Deheele 88d7ebc382 fix #11: fix spelling of model name in account_budget wizard 2014-05-16 16:58:34 +02:00
Martin Trigaux e30aae5044 [FIX] website_quote: message_post expects the attachments to be NOT in base64 format (opw 607477) 2014-05-16 16:47:29 +02:00
Thibault Delavallée 2ece5f9c4c [IMP] website_customer: add an offset on the main content of customer display 2014-05-16 16:47:12 +02:00
Thibault Delavallée 2ed511855f [IMP] website_partner_crm: display partners in a category ordered by descending
number of references + some tweaking in the view.
2014-05-16 16:29:36 +02:00
Thibault Delavallée 93c4e0da57 [IMP] crm_partner_assign: added computed field counting the number
of references of a partner. This allows to order / filter / do whatever you want with
the number of references.
2014-05-16 16:28:55 +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
Thibault Delavallée 726fad8832 [IMP] res_partner: added a hook to be sure the website is correctly formated.
Otherwise the website may consider the website field as local for address like
www.odoo.com
2014-05-16 16:09:27 +02:00
Xavier Morel e1d14f593b [ADD] convert bzrignore to gitignore 2014-05-16 16:05:39 +02:00
Fabien Meghazi f90a37ea70 [IMP] sitemap caches it's output in ir.attachment 2014-05-16 15:31:26 +02:00
Fabien Meghazi e27c1b91f9 [MERGE] upstream 2014-05-16 15:31:11 +02:00
Simon Lejeune 0236895e7f [MERGE][FIX] l10n_fr_hr_payroll: removed useless rml declaration, improvement on report view 2014-05-16 15:21:43 +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
Thibault Delavallée 9530ff9fb5 [IMP] website_crm_partner_assign: moved search on top of page, added
references block like for customers modules.
2014-05-16 14:58:11 +02:00
Thibault Delavallée e9ce6f6f74 [FIX] website_partner: css styling, add margin under partner image, before address 2014-05-16 14:57:44 +02:00
Thibault Delavallée 558063ed4c [IMP] website_customer: set explicit dependency to crvm_partner_assign; already
present due to google_map, but explicit is better than implicit.
2014-05-16 14:57:06 +02:00
Denis Ledoux 3c033c76d4 [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10050 revid:dle@openerp.com-20140516110134-oadkw3xt5bhky781 2014-05-16 14:54:00 +02:00
Thibault Delavallée fd15324d65 [FIX] website_crm_partner_assign: clean and fix routes, pager, and grade / country search and propagation.
Routes were still using an old int / str way of matching parameters. They have been
converted into model-based routes. Also cleaned the way grades and countries are
managed and displayed. Pager is now working, taking into account grade and country.
2014-05-16 14:16:56 +02:00
Martin Trigaux 0fb14cbe0a [FIX] point_of_sale: add product variant in the displayed name (opw 607456) 2014-05-16 14:06:17 +02:00
Richard Mathot (OpenERP) a54b9ffe36 [FIX] website_event: Increase number of displayed events 2014-05-16 13:54:50 +02:00
odony 4b4b452cad Update README.md
[IMP] Move migration instructions on top, remove cruft
2014-05-16 13:31:48 +02:00
Denis Ledoux 97fd0d8ed8 [FIX] auth_oauth: Replace OpenERP.com provider by Odoo.com provider 2014-05-16 13:01:34 +02:00
rim-odoo d3beae2921 [FIX] website: make sure the hidden properties on website will not be overwritten by other properties 2014-05-16 12:19:32 +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
Denis Ledoux 9fc6ff1f55 [FIX] website_event: when website_event is installed, event and event type should by readable (acl) by anyone
This means, public users, but all users that are neither public user nor event user
2014-05-16 10:44:20 +02:00