← Back to team overview

openerp-expert-framework team mailing list archive

Re: Module manifest changes (__openerp__.py)

 

On 04/19/2012 07:11 PM, Simone Orsi wrote:
> 
> Just an additional note (based on another question/answer section of ours):
> 
> if you need to load a web module globally, thus not related to any db, 
> you have to run the server using --load option, like:
> 
> openerp-server --addons-path=... --load=web,custom_module
> 
> note: you *must* include 'web' otherwise you break the continuum 
> time-space :)

Short of disrupting the space-time continuum you will at least disable the
'web' module (the default value for --load *is* 'web'), so don't be surprised
if nothing good happens when you go to http://localhost:8069.


>> PS: We'll be sure to include this in the new technical documentation, I've just
>> added it to the todo-list. Also, please feel free to improve this list and/or
>> add it somewhere in the current tech doc, if you have the time.
> 
> And we are talking about this
> 
> http://bazaar.launchpad.net/~openerp/openerp-web/trunk/view/head:/doc/addons.rst
> 
> right?

Yes, this (after reorganization) and related bits in the openobject-server
project, as we're not just talking of web addons but also standard addons.


> Last thing: I see there's no CHANGES.txt into 
> http://bazaar.launchpad.net/~openerp/openerp-web/trunk so this maybe 
> could be a starting point, isn't it?

Yes indeed. We'll have specific sections in the RST doc to explain the changes
(and their specs) as we introduce them, so we should have a changelog with just
the titles, pointing to the corresponding sections.


References