India

ZestyBeanz Technologies Pvt Ltd 4th Floor, Nila, Technopark Thiruvananthapuram,
India – 695581
Phone: +91 471 4063254
Fax : +91 471 2700171

   .

ZestyBeanz Technologies Pvt Ltd
61/3236, Manikkath Cross Road
Ravipuram, Kochi, India - 682016
Phone: +91 484 4063254

  UAE

Zesty Labs
Office # 2003, Millennium Plaza Building
Sheikh Zayed Rd, Dubai, UAE
Phone: +971 4333 2222​
Mobile: +971-52-7553466

  Germany​

ZestyBeanz Technologies GmbH
Reuterstraße 1
90408 Nürnberg
Fon: +49 911 4801 444
Fax: +49 911 4801 445

Reply to comment

Contact Form


fahad's picture

WebDAV in OpenERP

           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 the following features:

  • Editing: Create, update, and delete files.
  • Properties: Store metadata such as titles, author names, and publication dates. You can set, delete, and retrieve these metadata.
  • Collections: Group resources into collections that are organized like a file system, similar to a directory or desktop folder.
  • Locking: Use locks to prevent others from editing the same content you're working on in WebDAV. The duration of the locks is independent of any individual network connection.

    Configure WebDAV in OpenERP

                WebDAV in OpenERP can  be used for navigating documents ie, openobject attachments 
          as mentioned above.Follow these procedures to install webdav on OpenERP-6

            1. ssh to openerp server and install following packages
                          easy_install pywebdav

            2. edit the configuration file and add the following

                          [webdav]
                          enable = True
                          vdir = webdav

            3. install the module "document_webdav" in openerp

            4. restart openerp server

           5. login to openerp and go to "Knowledge->Configuration->Document management->
               DAV properties for folders
"

           6. create a new record with following contents and save it.
                  Namespace: DAV
                  Name: Documents
                  Directory: Documents
                 Substitute: yes
                 Value: ('href','DAV:','/%s/%s/Documents/%s' % ('webdav',dbname, username ) )

         7. Now you can access the folder "Documents" by mounting the webdav folder
             using url   "http://DOMAIN.TLD:XMPRPC-PORT/webdav/DBNAME/Documents"

         8. To map all folders for partners go to "Knowledge->Configuration->Document management->Directories"
             and create and save a new record with the following
                Name: All_Partners
                Parent Directory:  Documents
                Type: Folders per resource
                Resource: Partner
                Domain: [ ]
                Find all resources: yes

         9. Now you can access all documents associated with partners in the folder "All_Partners"
             in the mounted webdav.
      

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. The supported tag styles are: <foo>, [foo], [[foo]]. PHP source code can also be enclosed in <?php ... ?> or <% ... %>.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image. Ignore spaces and be careful about upper and lower case.