lp://staging/~josepato-o/openobject-server/openobject-server-timezone
- Get this branch:
- bzr branch lp://staging/~josepato-o/openobject-server/openobject-server-timezone
Branch merges
Branch information
Recent revisions
- 4010. By Jose Patricio Villarreal
-
it takes in consideration the diff file of the branch lp:~clearcorp-drivers/openobject-server/6.1-ccorp and adds to the function get_server_
timezone( ) the return of teh config[timezone] - 4008. By Olivier Dony (Odoo)
-
[IMP] ir.filters: correct misleading tooltip
Currently, filters without any assigned user
are only usable by the system, e.g. for
driving marketing campaign segments
(in the marketing_campaign module). - 4003. By Xavier (Open ERP)
-
[FIX] in load_informatio
n_from_ description_ file, f can be a StringIO (in case of zipped module) and StringIO are not contextmanagers. So rollback the context management thingie
- 4002. By Olivier Dony (Odoo)
-
[IMP] tools.translate: be more lenient and accept standart gettext source annotations
The GetText spec says that PO auto-comments indicating
the source location have this form:
#: /path/to/file:lineno
However OpenERP's POT export system defaults to a modified
version of this format with an extra 'type' field:
#: type:/path/to/file: lineno
The babel extractors we use for openerp-web's translations
have the GetText format hardcoded, so it's a good idea
to be more lenient and allow the standards annotations too.
We can use a default 'code' type for such cases.For openerp-web translations the type does not matter,
as the translations will be directly loaded by the
web engine from the PO files and served in Javascript
to the browser, with no typing needed.This patch simply avoids failing to parse updated PO files
that will contain standard GetText annotations for the
openerp-web related terms.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/openobject-server