Skip to content
Snippets Groups Projects
Commit 7a90dedd authored by Romain Derie's avatar Romain Derie Committed by Jeremy Kersten
Browse files

[IMP] website*: use published mixin rather than own field

*website_crm_partner_assign, website_customer

Before this commit, some models would create their own `website_published`
field rather than using the `website.published.mixin` mixin which should be
used instead.

That was done to be able to override the default value of the boolean.

This commit simply adds the possibility to override the default value of the
mixin field.

Also, help and string could simply be added on xml views rather than overriding
the field.
parent cc1d78a8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment