Em 22/10/2013 10:09, Mark Hayden escreveu:
On 22 Oct 2013 04:07, "Gmail - Iasmini" <[email protected] <mailto:[email protected]>> wrote: > > Em 22/10/2013 05:08, Raimon Esteve escreveu: > >>> <field name="model">account_invoice.invoice</field> >> >> >> Model is account.invoice >> > > If I change "_" to "." it gives the error: > > module, xml_id = xml_id.split('.') > ValueError: too many values to unpack > The model is just account.invoice, not account.invoice.invoice I think. Try that out instead.
Ive tried: account.invoice, account.invoice.invoice, account_invoice.invoice The module's name is: account_invoice
Missed that one... Raimon your eyes are clearer than mine... > when I try to do: ./trytond -d cavucador -u nfse_br > > > -- > Iasmini Gomes > Sílex Sistemas > [email protected] <mailto:[email protected]> > www.silexsistemas.com.br <http://www.silexsistemas.com.br>
-- Iasmini Gomes Sílex Sistemas [email protected] www.silexsistemas.com.br
