OpenERP WEBDAV en CALDAV
WebDAV WebDAV (Web-based Distributed Authoring and Versioning) is an open, published standard that allows you to edit documents on a remote web server. WebDAV supports …
ODOO Business Applications, formerly known as OpenERP
WebDAV WebDAV (Web-based Distributed Authoring and Versioning) is an open, published standard that allows you to edit documents on a remote web server. WebDAV supports …
It’s possible to only change a attribute from a field or page in a view. For Example: <?xml version=”1.0″ encoding=”UTF-8″ ?> <openerp> <data> …
copy from: http://pragtechblog.blogspot.nl/2011/03/things-to-note-while-migrating-openerp.html Wizard OpenERP V5 1. Both normal and memory wizards are used. 2. Normal Wizard created by single .py file, which is created …
I was able to use my database after following the next steps: restore only the schema with the -s option to pg_restore sample: pg_restore –host …
There are two osv class methods: copy and copy_data, which are accessible to all osv subclasses, such as your crm_lead_external class. When you click Duplicate …