[WIP][8.0][website_multi_image] Provide reusable templates for base_multi_image.#171
Merged
pedrobaeza merged 2 commits intoOCA:8.0from Mar 10, 2016
yajo:multi_image
Merged
[WIP][8.0][website_multi_image] Provide reusable templates for base_multi_image.#171pedrobaeza merged 2 commits intoOCA:8.0from yajo:multi_image
pedrobaeza merged 2 commits intoOCA:8.0from
yajo:multi_image
Conversation
…image. This just serves as a base for other modules based on `website` and `base_multi_image`.
website_multi_image/README.rst
Outdated
| To develop a module based on this one: | ||
|
|
||
| * See module ``website_event_multi_image`` as an example. | ||
| * Use the provided templates in frontend website views. |
Member
There was a problem hiding this comment.
I think this sentence should be rewritten to:
Inherit from the provided QWeb templates for creating website views.
And then you can list the current views IDs with a little explanation of each.
Member
|
For the icon, you can overlap the current website icon over the base image. |
Member
Author
|
OCA/server-tools#374 is merged. WIP no more please, and add needs review please. |
Member
|
👍 |
1 similar comment
Member
|
👍 |
pedrobaeza
added a commit
that referenced
this pull request
Mar 10, 2016
[WIP][8.0][website_multi_image] Provide reusable templates for base_multi_image.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WIP until OCA/server-tools#374 is merged.
This just serves as a base for other modules based on
websiteandbase_multi_image. Provides some reusable templates and styling.@rafaelbn