hello,
is it also possible to export pages built by the website builder including images/attachments used in these pages ?
to my understanding images added by interactive editing of web pages are stored in the attachment relation.
is the connection between these attachments and the web page stored at any place in the database ?
i need a solution to transfer pages consistently from a test environment to a production environment
thank you for your help
ulrich
not really, the html is stored in ir.ui.view. And pictures in ir.attachments. But there are not direct link between page and img. But you can make yourself a compued field which detect attachment in html code and create a o2m ... but it's not out of the box.