[MIG] website_cookie_notice: Migrated to 11.0 - #408
Conversation
|
Will only migratie cookie_notice in this because legal page already migrate In #403 |
90c0d0e to
294b7e3
Compare
|
Please check Travis |
|
OK, I see it's because dependencies. Adding on the main comment. |
|
Yes that's why I migrated both in same merge request :) but someone did it .. I will try to help review #403 :) |
| { | ||
| 'name': 'Cookie notice', | ||
| 'summary': 'Show cookie notice according to cookie law', | ||
| 'version': '10.0.1.0.0', |
| "Tecnativa, " | ||
| "Nicolas JEUDY, " | ||
| "Odoo Community Association (OCA)", | ||
| 'website': 'http://www.agilebg.com', |
| 'templates/website.xml', | ||
| ], | ||
| 'installable': True, | ||
| 'auto_install': False, |
| @@ -0,0 +1,5 @@ | |||
| # -*- coding: utf-8 -*- | |||
|
for the build: you can add oca_dependencies.txt with the branch where you've migrated ws legal page. |
294b7e3 to
45cc840
Compare
|
Hey @njeudy, thank you for your Pull Request. It looks like some users haven't signed our Contributor License Agreement, yet.
Appreciation of efforts, |
45cc840 to
75737b8
Compare
|
@simahawk I try to add oca_dependency.txt but: fatal: Remote branch refs/pull/408/head not found in upstream origin Think I should wait for legal_page to be merged. |
|
@njeudy the file is wrong :) you should provide the URL to your fork an put your branch, see https://github.com/OCA/maintainer-quality-tools/blob/master/sample_files/oca_dependencies.txt |
|
@simahawk Ok thanks |
43b209f to
fefcb7c
Compare
|
I'm waiting for #403 |
|
Please rebase now that the dependency is merged. |
…nd reduces all JS and load at the end of body tag
OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex
This will allow automatic translations and easier maintenance. Many code has been removed to simplify eveything. Show cookie notice only if a request is bound. Warn about breaking update in 2.0.0. Warn about losing customizations. Make easier to reuse. - Move important parts of templates to another templates. - Add an ID to the message: `website_cookie_notice`.
Cookie message translation Cookie message translation
Conflicts: website_cookie_notice/__openerp__.py IMP using JSON and avoiding cache breaking rendered pages Conflicts: website_cookie_notice/views/website.xml FIX Duplicate key 'version' in dictionary and copyright headers FIX module version FIX author Tecnativa FIX website_cookie_notice: make installable
Before this patch, the *OK* button was overflowing the horizontal width a little bit in English, but much more in languages where *OK* is a longer word. Now the button goes below the message in phones, avoiding that problem.
- Privacy policy URL changed. - Contributors data updated. - Move templates to templates folder, as per guidelines.
fefcb7c to
d080844
Compare
|
Yes, merging |
Depends on: