Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Proposal: split of some website modules in _backend and _frontend
by
Leonardo Donelli
Hello all, There are some website/ecommerce related modules that would be useful if split between the "backend" part and the UI/view/frontend part. Some examples: * website_recently_viewed_products: (a module I made) it would be useful to have the "backend" (models, controllers, etc) without forcing the templates and the popover view currently present in the module to the users; as they could prefer to implement the view part in another way (e.g. specific page, or only backend view, ..) * website_sale_wishlist: same thing. For some use cases it would be useful to have all the models and controllers (to add/remove things from the wishlist) but leave the UI implementation free for the user Therefore I would like to propose a standard to write these kind of modules: split them in _backend and _frontend (o similar, better names). Maybe an options to automatically install the frontend counterpart in the backend settings? What do you think?
Follow-Ups
-
Re: Proposal: split of some website modules in _backend and _frontend
byCamptocamp SA, Simone Orsi -
Re: Proposal: split of some website modules in _backend and _frontend
byTecnativa. S. L., Pedro M. Baeza -
Re: Proposal: split of some website modules in _backend and _frontend
byLeonardo Donelli -
Re: Proposal: split of some website modules in _backend and _frontend
byoszckar@gmail.com -
Re: Proposal: split of some website modules in _backend and _frontend
byTecnativa. S. L., Pedro M. Baeza -
Re: Proposal: split of some website modules in _backend and _frontend
byVauxoo, Nhomar Hernández -
Re: Proposal: split of some website modules in _backend and _frontend
byGianluca Milano