lp://staging/~openerp-community/openobject-addons/galtys_trunk
- Get this branch:
- bzr branch lp://staging/~openerp-community/openobject-addons/galtys_trunk
Branch merges
Branch information
Recent revisions
- 9113. By Thibault Delavallée (OpenERP)
-
[MERGE] [IMP] product: added data for american units of measure + 1 yml test
- 9112. By Thibault Delavallée (OpenERP)
-
[MERGE] [IMP] account: payment term configuration: do not fool people by
telling them to enter a percentage when openerp actually waits for a decimal.
Therefore removed the percentage symbol. - 9109. By Christophe Matthieu (OpenERP)
-
[MERGE] Microformats (microdata) support for improved SEO.
Supported formats:
- Organization
https://support. google. com/webmasters/ answer/ 146861? hl=en&ref_ topic=1088474
http://schema. org/Organizatio n
- Event
https://support. google. com/webmasters/ answer/ 164506? hl=en&ref_ topic=1088474
http://schema. org/Event
- Product+Offer
https://support. google. com/webmasters/ answer/ 146750# offer_propertie s
http://schema. org/Product
http://schema. org/Offer Tested with http://
www.google. com/webmasters/ tools/richsnipp ets - 9107. By Thibault Delavallée (OpenERP)
-
[MERGE] [ADD] website: added support for calling a server action through a new controller, allowing to build website pages through server action.
website: added website/
action/ <id_or_ xml_id> route, that runs the server action designed by its id or xml_id. Only published code server action are run. If the server action returns a response (for example the result of a template rendering), it is returned as result of the controller. This allows to have server action returning a rendered template, to display custom website pages based on some computation. website: added an override of ir_actions_server:
- added website_published field: only published server action can be run + view update
- evaluation context gets request for evaluation, to enable request.render( template) or request. params. get(key) in order to retrieve the result of a form
- code server action returns 'response' the same way 'action' can be returned for classic code server action
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/openobject-addons