<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.misc.tinyerp.user">
    <title>gmane.comp.misc.tinyerp.user</title>
    <link>http://blog.gmane.org/gmane.comp.misc.tinyerp.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17045"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17044"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17043"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17042"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17041"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17040"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17039"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17038"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17037"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17036"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17035"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17034"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17033"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17032"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17031"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17030"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17029"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17028"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17027"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17026"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17045">
    <title>Re: [OpenERP-users] 6.1.1 works great, 7.0 blank page</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17045</link>
    <description>&lt;pre&gt;
It sounds like this will likely be fixed by adding:

addons_path = /usr/openerp/addons

to /etc/openerp/openerp.cfg.  It looks like there's another problem
with import_xml.rng changing location:

https://bugs.gentoo.org/show_bug.cgi?id=453424

- Grant
&lt;/pre&gt;</description>
    <dc:creator>Grant</dc:creator>
    <dc:date>2013-01-23T20:46:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17044">
    <title>[OpenERP-users] 6.1.1 works great, 7.0 blank page</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17044</link>
    <description>&lt;pre&gt;6.1.1 works great but I get only a blank page from 7.0 (restarted
openerp) with the following source:

&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html style="height: 100%"&amp;gt;
    &amp;lt;head&amp;gt;
        &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/&amp;gt;
        &amp;lt;meta http-equiv="content-type" content="text/html; charset=utf-8" /&amp;gt;
        &amp;lt;title&amp;gt;OpenERP&amp;lt;/title&amp;gt;
        &amp;lt;link rel="shortcut icon"
href="/web/static/src/img/favicon.ico" type="image/x-icon"/&amp;gt;
        &amp;lt;link rel="stylesheet" href="/web/static/src/css/full.css" /&amp;gt;
        &amp;lt;link rel="stylesheet" href="/web/webclient/css"&amp;gt;
        &amp;lt;script type="text/javascript" src="/web/webclient/js"&amp;gt;&amp;lt;/script&amp;gt;
        &amp;lt;script type="text/javascript"&amp;gt;
            $(function() {
                var s = new openerp.init([]);
                var wc = new s.web.WebClient();wc.appendTo($(document.body));
            });
        &amp;lt;/script&amp;gt;
    &amp;lt;/head&amp;gt;
    &amp;lt;body&amp;gt;
        &amp;lt;!--[if lte IE 8]&amp;gt;
        &amp;lt;script
src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"&amp;gt;&amp;lt;/script&amp;gt;
        &amp;lt;script&amp;gt;CFInstall.check({mode: "overlay"});&amp;lt;/script&amp;gt;
        &amp;lt;![endif]--&amp;gt;
    &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;

Does anyone know what could be wrong?

- Grant
&lt;/pre&gt;</description>
    <dc:creator>Grant</dc:creator>
    <dc:date>2013-01-21T22:13:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17043">
    <title>Re: [OpenERP-users] Initial setup: Permission denied</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17043</link>
    <description>&lt;pre&gt;
Thanks a lot Gary.  It turns out I just needed to add user 'openerp'
to group 'postgres'.

- Grant


&lt;/pre&gt;</description>
    <dc:creator>Grant</dc:creator>
    <dc:date>2013-01-21T22:10:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17042">
    <title>Re: [OpenERP-users] Initial setup: Permission denied</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17042</link>
    <description>&lt;pre&gt;Check your postgres install to make sure you have permissions to connect 
via tcp/ip. I believe by default the only connections allowed are from 
localhost via unix sockets. This is configured in your pg_hba.conf file 
which on my system lives in /var/lib/pgsql/data. Docs are at 
www.postgresql.org and the version you're using.

On Mon, 21 Jan 2013, Grant wrote:

&lt;/pre&gt;</description>
    <dc:creator>Gary Nutbeam</dc:creator>
    <dc:date>2013-01-21T19:37:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17041">
    <title>[OpenERP-users] Initial setup: Permission denied</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17041</link>
    <description>&lt;pre&gt;I'm on Gentoo and I've started postgresql, installed openerp-6.1.1,
and run 'emerge --config =app-office/openerp-6.1.1' but I get the
following when loading the login page:

OperationalError: could not connect to server: Permission denied
Is the server running locally and accepting
connections on Unix domain socket "/run/postgresql/.s.PGSQL.5432"?

How can I find out what is wrong?

- Grant
&lt;/pre&gt;</description>
    <dc:creator>Grant</dc:creator>
    <dc:date>2013-01-21T08:45:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17040">
    <title>[OpenERP-users] Importing ledger transactions</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17040</link>
    <description>&lt;pre&gt;Can I import ledger transactions from Gnucash and from bank-exported
CSV files with the community edition?

- Grant
&lt;/pre&gt;</description>
    <dc:creator>Grant</dc:creator>
    <dc:date>2013-01-21T02:09:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17039">
    <title>Re: [OpenERP-users] Openerp issue with payment order</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17039</link>
    <description>&lt;pre&gt;I really appreciate if you could help me in this.

Regards,
Morten
&lt;/pre&gt;</description>
    <dc:creator>Morten Engvoldsen</dc:creator>
    <dc:date>2012-12-30T00:23:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17038">
    <title>[OpenERP-users] Howto use other Fonts in OpenERP Reports</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17038</link>
    <description>&lt;pre&gt;Hi,
I have written my own ReportTemplate with the OpenOffice Plugin for sxw Files.
Now I wisch to change the Font.
I have installed the new Font on my Server and added the Font and Path to
server/bin/report/render/rml2pdf/customfonts.py and restarted the opener server.
But i see no changes to my pdf reports.
Have I forgotten something?
Best regards Heinrich

&lt;/pre&gt;</description>
    <dc:creator>Heinrich Heyden</dc:creator>
    <dc:date>2011-09-13T09:04:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17037">
    <title>[OpenERP-users] (no subject)</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17037</link>
    <description>&lt;pre&gt;&amp;lt;p&amp;gt;I used to constantly ask for money from my friends nothing seemed to work I was able to regain my independence using this !!&amp;lt;br&amp;gt;&amp;lt;a href="http://alwa.com.pl/DanielPhillips15.html"&amp;gt;http://alwa.com.pl/DanielPhillips15.html&amp;lt;/a&amp;gt; now im back in control this is perfect for you&amp;lt;br&amp;gt;Keep this a secret!&amp;lt;/p&amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>Dhelio lionde</dc:creator>
    <dc:date>2011-08-10T01:53:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17036">
    <title>Re: [OpenERP-users] User tables/forms creation</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17036</link>
    <description>&lt;pre&gt;

Off course you can create rules in Administration/Security

Regards,



&lt;/pre&gt;</description>
    <dc:creator>Ovnicraft</dc:creator>
    <dc:date>2011-05-31T02:56:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17035">
    <title>Re: [OpenERP-users] User tables/forms creation</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17035</link>
    <description>&lt;pre&gt;You can do it through Administration/Customization/User Interface - this to
edit/create forms and at Customization level in DataBase Structure you can
create/modify tables (objects) with all field types available in OpenERP.

Regards,


On Sun, May 29, 2011 at 10:53 PM, Mugoma Joseph Okomba &amp;lt;okomba-/E1597aS9LQAvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:




&lt;/pre&gt;</description>
    <dc:creator>Ovnicraft</dc:creator>
    <dc:date>2011-05-30T15:16:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17034">
    <title>[OpenERP-users] User tables/forms creation</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17034</link>
    <description>&lt;pre&gt;Hello Everyone,

I have need for following:
1. User creates tables - without any programing knowledge
2. User creates forms - also through menu in system
3. Admin assigns rights to table, table fields and forms

I was wondering whether such features already exists in OpenERP and/or an addon.

Any tip highly appreciated. 

Thanks in advance.

Kind regards,

Mugoma,
http://yengas.com



&lt;/pre&gt;</description>
    <dc:creator>Mugoma Joseph Okomba</dc:creator>
    <dc:date>2011-05-30T03:53:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17033">
    <title>Re: [OpenERP-users] How to run .yml tests?</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17033</link>
    <description>&lt;pre&gt;Answering myself: add a "-d the_database" to the command line

Asking more
===========

The test I wrote can run, but it raises an error when using the syntax 
to call a function, example:

-
   !record {model: x.y, id: y0}:
     partner: res_partner_john_smith0
     product: product_product_product0
     start_date: 2011-03-01
- |
   Test my_function
-
   !python {model: x.y}: |
     self.my_function(cr, uid, [ref("y0")])

...

ValueError: No references to base.y0


Any ideas? thanks


On 03/11/2011 12:39 PM, Aníbal Pacheco wrote:
&lt;/pre&gt;</description>
    <dc:creator>Aníbal Pacheco</dc:creator>
    <dc:date>2011-04-11T23:55:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17032">
    <title>Re: [OpenERP-users] OpenERP 5.0 printing problem</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17032</link>
    <description>&lt;pre&gt;Hello Everyone,

I just found out how this can be solved. I just deleted .openerprc and restarted the OpenERP Client. That solved it.

Thanks.

Mugoma,
Yengas


http://hostyetu.blogspot.com/2011/01/why-you-need-website.html


http://www.hostyetu.com/


--- On Wed, 2/23/11, Ricardo Armas &amp;lt;rarmas-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Mugoma Joseph Okomba</dc:creator>
    <dc:date>2011-04-11T03:15:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17031">
    <title>Re: [OpenERP-users] OpenERP 5.0 printing problem</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17031</link>
    <description>&lt;pre&gt;Hello Everyone,

I just found out how this can be solved. I just deleted .openerprc and restarted the OpenERP Client. That solved it.

Thanks.

Kind regards,

Mugoma,
Yengas

http://hostyetu.blogspot.com/2011/01/why-you-need-website.html




--- On Wed, 2/23/11, Ricardo Armas &amp;lt;rarmas-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Mugoma Joseph Okomba</dc:creator>
    <dc:date>2011-04-10T11:26:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17030">
    <title>[OpenERP-users] How to run .yml tests?</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17030</link>
    <description>&lt;pre&gt;for me, nothing happens when using --test-file option:

$ server/bin/openerp-server.py 
--test-file=addons-ld/ld_subscription/tests/test_ld_suscription.yml
[2011-03-11 12:30:51,306][?] INFO:server:OpenERP version - 6.0.1
[2011-03-11 12:30:51,306][?] INFO:server:addons_path - 
/openerp/server/bin/addons
[2011-03-11 12:30:51,306][?] INFO:server:database hostname - localhost
[2011-03-11 12:30:51,306][?] INFO:server:database port - 5432
[2011-03-11 12:30:51,307][?] INFO:server:database user - openerp
[2011-03-11 12:30:51,307][?] INFO:server:initialising distributed 
objects services
[2011-03-11 12:30:51,654][?] INFO:web-services:starting HTTP service at 
0.0.0.0 port 8069
[2011-03-11 12:30:51,655][?] INFO:web-services:starting HTTPS service at 
0.0.0.0 port 8071
[2011-03-11 12:30:51,655][?] INFO:web-services:Registered XML-RPC over HTTP
[2011-03-11 12:30:51,657][?] INFO:web-services:starting NET-RPC service 
at 0.0.0.0 port 8070
[2011-03-11 12:30:51,657][?] INFO:server:Starting 3 services
[2011-03-11 12:30:51,658][?] INFO:server:OpenERP server is running, 
waiting for connections...
&lt;/pre&gt;</description>
    <dc:creator>Aníbal Pacheco</dc:creator>
    <dc:date>2011-03-11T14:39:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17029">
    <title>[OpenERP-users] domain attr issue</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17029</link>
    <description>&lt;pre&gt;Hello, I'm programming a module which adds a tab to the customer's view. 
The new tab is aimed to add relations with the customer's addresses. In 
the form for adding a new relation I want to restrict the addresses 
choices to those addresses related with the customer only, the xml code

&amp;lt;field name="xxx_address" domain="[('partner_id','=',partner_id)]"/&amp;gt;

didn't work, any thoughts why?

thanks!
&lt;/pre&gt;</description>
    <dc:creator>Aníbal Pacheco</dc:creator>
    <dc:date>2011-02-25T00:08:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17028">
    <title>Re: [OpenERP-users] OpenERP 5.0 printing problem</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17028</link>
    <description>&lt;pre&gt;
Thanks Ricardo,

I have checked the 'extension manager' and it has no entries (it's empty). What should be in extension manager?

Thanks again.

Kind regards,

Mugoma,
Yengas

http://hostyetu.blogspot.com/2011/01/why-you-need-website.html




--- On Tue, 2/22/11, Ricardo Armas &amp;lt;rarmas-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Mugoma Joseph Okomba</dc:creator>
    <dc:date>2011-02-22T19:17:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17027">
    <title>[OpenERP-users] OpenERP 5.0 printing problem</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17027</link>
    <description>&lt;pre&gt;Hello Everyone,

I have been using OpenERP for some time and recently re-installed windows. Since re-installing windows I am not able to print. Whenever I hit print I get DOS windows showing:

'None' is not recognized as an internal or external command, operable program or batch file


I have tried re-installing Adobe Reader but that hasn't helped. Even tried different versions of reader without success.

Obviously there's something wrong with my installation of OpenERP and/or Windows but am unable to figure out what is wrong.

I will appreciate any clue to help solving the problem. 

Thanks in advance.

Kind regards,

Mugoma,
Yengas

http://hostyetu.blogspot.com/2011/01/why-you-need-website.html

&lt;/pre&gt;</description>
    <dc:creator>Mugoma Joseph Okomba</dc:creator>
    <dc:date>2011-02-21T19:25:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17026">
    <title>[OpenERP-users] setup confusion on ubuntu - cannot create db</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17026</link>
    <description>&lt;pre&gt;hi,

this is my first setup on ubuntu, latest version of openerp.
unfortunately im getting a bit confused by the documentation.

i've installed openerp-server + web.
going to the browser port 8080, the webpart connects fine to the backend,
but i cannot create a database.
1) since 'admin' didnt work was admin-pwd i tried to locate the config-file
which i found under /etc. that one had only a few lines in there, so i tried
to add 'admin_password=123", didnt work either.

what do i have to do?


thx
&lt;/pre&gt;</description>
    <dc:creator>tom</dc:creator>
    <dc:date>2010-11-15T20:15:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17025">
    <title>[OpenERP-users] [School Management]</title>
    <link>http://permalink.gmane.org/gmane.comp.misc.tinyerp.user/17025</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Tsolmon Narantsogt</dc:creator>
    <dc:date>2010-10-07T10:42:40</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.misc.tinyerp.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.misc.tinyerp.user</link>
  </textinput>
</rdf:RDF>
