-
-
Notifications
You must be signed in to change notification settings - Fork 194
[18.0][MIG] brand_external_report_layout #224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 18.0
Are you sure you want to change the base?
Conversation
Co-Authored-By: Stéphane Bidoul (ACSONE) <[email protected]>
6501083 to
c0c083b
Compare
c0c083b to
9e5ae8f
Compare
|
/ocabot merge nobump |
|
On my way to merge this fine PR! |
|
@yvaucher your merge command was aborted due to failed check(s), which you can inspect on this commit of 18.0-ocabot-merge-pr-224-by-yvaucher-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
|
@max3903 Can you please merge? |
|
@yvaucher Can you retry the merge? |
|
/ocabot merge nobump |
|
What a great day to merge this nice PR. Let's do it! |
|
@yvaucher your merge command was aborted due to failed check(s), which you can inspect on this commit of 18.0-ocabot-merge-pr-224-by-yvaucher-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
|
@bosd partner_brand/tests/test_partner_brand.py", line 66, in test_empty_brand_logo is failing. Have you checked for conflict with another module? |
|
@bosd PS are you at the OCA Days? |
Have not checked it with conflicting modules. |
|
/ocabot merge nobump |
|
On my way to merge this fine PR! |
|
With the patch on partner_brand it should not interfer with the other module. Let's see if the merge works. |
|
@yvaucher your merge command was aborted due to failed check(s), which you can inspect on this commit of 18.0-ocabot-merge-pr-224-by-yvaucher-bump-nobump. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
|
|
||
| logo = fields.Binary( | ||
| related="partner_id.image_1920", | ||
| default=_get_default_brand_logo, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the cause of the failing tests. As it sets a default value. And partner_brand is not excepting a logo to be there by default.
|
Hi @bosd I checked on my side and removed the default image for the logo to fix the tests in partner_brand. Also I detected some issues.
I did the modifications there jguenat#5 Feel free to chery-pick/fixup what you need. |
…tyle in the report
…nd bold template rendering
depends upon: #217