[15.0] portal_brand#249
Conversation
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
c172c0e to
b67e30f
Compare
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
571d631 to
ec9baa4
Compare
|
@Dranyel-Bosd Can you please review? |
| @@ -0,0 +1 @@ | |||
| from . import models | |||
There was a problem hiding this comment.
| from . import models |
Remove non-existant models import from module init
| "author": "Odoo Community Association (OCA), bosd", | ||
| "website": "https://github.com/OCA/brand", | ||
| "version": "15.0.1.0.0", | ||
| "depends": ["mail_brand", "brand"], |
There was a problem hiding this comment.
| "depends": ["mail_brand", "brand"], | |
| "depends": ["mail_brand", "brand", "portal"], |
Add portal module dependancy
|
@bosd When we've multiple brands with logo set, then how this module functions and which logo will be displayed when portal user do login? |
depends on #247