Giter Club home page Giter Club logo

Comments (8)

lmignon avatar lmignon commented on August 18, 2024

@sumankhk You must have a complete access to an alfresco server. (alfrescodemo.eu doesn't exist)

Your alfresco server must be configured to allow http CORS requests. (http://alfodoo.org/guides/install.html)
If you are behind a reverse proxy you must also adapt the alfresco configuration as explained here https://github.com/acsone/alfodoo/pull/20/files#diff-bbb3aae06dfb8e61a58704fd53ab826eR84
If you use https you must adapt the python code as described here.
#15 (comment)

Regards

from alfodoo.

sumankhk avatar sumankhk commented on August 18, 2024

I am completely new to odoo and alfresco as well...i figured out the earlier problem but now i have anew one...when i open the documents tab i don't get the buttons related to alfresco.Plz help @lmignon

from alfodoo.

sumankhk avatar sumankhk commented on August 18, 2024

gitshot

from alfodoo.

sumankhk avatar sumankhk commented on August 18, 2024

`from odoo import models,fields,api

class advisory(models.Model):
_name = "advisory"

document_name = fields.Char(required=True,string="Document name")
version = fields.Integer(required=True,string="version")
timestamp = fields.Datetime(required=True,string="Uploaded on:")

`

from alfodoo.

sumankhk avatar sumankhk commented on August 18, 2024

`from odoo import models
from ...cmis_field import fields

class DMS(models.Model):
_inherit = "advisory"
cmis_folder = fields.CmisFolder()`

from alfodoo.

sumankhk avatar sumankhk commented on August 18, 2024

`
dms form
advisory


        <sheet>
                <group name="group-top">

                    <group name="group-left">
                        <field name="document_name"/>
                        <field name="version"/>

                    </group>
                    <group name="group-right">
                        <field name="timestamp"/>
                        

                    </group>
                    <notebook position="inside">
                       <page string="Documents" groups="base.group_user">
                        <field name="cmis_folder"/>
                       </page>
                    </notebook>

                </group>
                
        </sheet>
    </form>
    </field> 
</record> `

from alfodoo.

sumankhk avatar sumankhk commented on August 18, 2024

@lmignon What am i missing?plz help

from alfodoo.

sumankhk avatar sumankhk commented on August 18, 2024

@zakiuu @sbidoul @Cedric-Pigeon @Olivier-LAURENT @lmignon .....i need help people...and its kinda urgent

from alfodoo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.