Bonjour
J'ai un problème pour placer mes champs car en faisant un essai, j'obtiens cette erreur
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
XmlHttpRequestError INTERNAL SERVER ERROR

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>500 Internal Server Error</title>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error and was unable to complete your request.  Either the server is overloa
Voici le code du fichier xml
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<openerp>
    <data>
        <template id="mysale_report" inherit_id="sale.report_saleorder_document">
            <xpath expr="<span t-field="o.amount_total"/>" position="before">
                <td>
                   zone du champ acompte
                </td>
                 <td>
                   zone du champ Net à Payer
                </td>
            </xpath>
        </template>
    </data>
</openerp>
Un idée du problème ?